@charset "UTF-8";
/*VARIABLES*/
/*CUSTOM ANIMATIONS*/
.fount_animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes fadeInRotator {
  0% {
    opacity: 0;
    top: -12px; }
  10%, 95% {
    opacity: 1;
    top: 0px; }
  100% {
    opacity: 0;
    top: -12px; } }
@keyframes fadeInRotator {
  0% {
    opacity: 0;
    top: -12px; }
  10%, 95% {
    opacity: 1;
    top: 0px; }
  100% {
    opacity: 0;
    top: -12px; } }
.fadeInRotator {
  -webkit-animation-name: fadeInRotator;
  animation-name: fadeInRotator;
  -webkit-animation-duration: 3.0s;
  animation-duration: 3.0s; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    opacity: 1;
    -moz-transform: translateY(10px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    opacity: 1;
    -ms-transform: translateY(10px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    opacity: 1;
    -o-transform: translateY(10px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    opacity: 1;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes bounceInSmall {
  0% {
    -webkit-transform: translateY(5px); }
  60% {
    -webkit-transform: translateY(-5px); }
  80% {
    -webkit-transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInSmall {
  0% {
    -moz-transform: translateY(5px); }
  60% {
    -moz-transform: translateY(-5px); }
  80% {
    -moz-transform: translateY(5px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInSmall {
  0% {
    -ms-transform: translateY(5px); }
  60% {
    -ms-transform: translateY(-5px); }
  80% {
    -ms-transform: translateY(5px); }
  100% {
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInSmall {
  0% {
    -o-transform: translateY(5px); }
  60% {
    -o-transform: translateY(-5px); }
  80% {
    -o-transform: translateY(5px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInSmall {
  0% {
    transform: translateY(5px); }
  60% {
    transform: translateY(-5px); }
  80% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }
/* =============================================================================
MAKE SURE THE WORDPRESS CLASSES ARE INCLUDED - WordPress Core
		========================================================================== */
.alignnone {
  margin: 0px 20px 10px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 0px 20px 10px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.sticky,
.gallery-caption,
.bypostauthor {
  display: block; }

/* =============================================================================
	 GENERAL STYLES
	 ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  min-height: 100%; }

body {
  height: 100% !important;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  font-size: 14px;
  line-height: 1.7em;
  text-rendering: optimizelegibility;
  width: 100%; }

.fount_safari body {
  -webkit-font-smoothing: auto; }

.left_floated {
  float: left; }

.right_floated {
  float: right; }

#wrap {
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

#wrap.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.ultra_wrapper {
  height: auto !important;
  width: 100%;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  line-height: 1.2em; }

h1, h2 {
  font-weight: 700; }

h3, h4 {
  font-weight: 500; }

h5, h6 {
  font-weight: normal; }

h1.huge {
  font-size: 8em;
  line-height: 0.9em;
  margin-bottom: 6px; }

h5 {
  font-size: 1.25em;
  line-height: 1.4em; }

h5.small {
  font-size: 1.2em; }

h6.big {
  font-size: 1.15em; }

h6 {
  font-size: 1.05em;
  line-height: 1.7em; }

h6.small {
  font-size: 0.9em;
  line-height: 1.7em; }

h6.smaller {
  font-size: 0.85em;
  line-height: 1.7em; }

h1 {
  font-size: 3.4em; }

.prk_vc_title h2,
h2.big {
  font-size: 2.5em; }

h2 {
  font-size: 2.2em; }

h2.small {
  font-size: 2.1em; }

h3.big {
  font-size: 2em; }

h3 {
  font-size: 1.85em; }

h3.small {
  font-size: 1.75em; }

h4.big {
  font-size: 1.5em; }

h4 {
  font-size: 1.35em; }

h4.small {
  font-size: 1.3em; }

#single_page_teaser {
  font-size: 1em; }

.smaller_font {
  font-size: 0.9em; }

.clearfix {
  zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table !important;
  content: "" !important; }

.clearfix:after {
  clear: both !important; }

p {
  margin: 0px 0px 8px; }

a,
a:hover,
a:active {
  outline: 0;
  text-decoration: none; }

.widget ul,
ul.unstyled,
ol.unstyled {
  margin: 0px;
  list-style: none;
  padding: 0px; }

#calendar_wrap #wp-calendar {
  display: inline-block;
  margin-top: 6px; }
#calendar_wrap caption {
  font-weight: 600;
  margin-bottom: 2px;
  text-align: inherit;
  font-size: 1.2em;
  text-align: center;
  margin-top: 8px; }
#calendar_wrap td {
  padding: 4px; }

.tagcloud a {
  padding: 2px 6px 1px 6px;
  float: left;
  margin: 0px 0px 1px 1px;
  font-size: 1em !important; }

.fount_italic {
  font-style: italic; }

#single_page_title {
  padding: 40px 0px; }
  #single_page_title #single_page_teaser {
    font-size: 1.2em; }

#single_blog_title {
  padding: 40px 0px 0px;
  font-size: 2.4em; }

.show_later,
.show_much_later {
  display: none; }

/* The Grid ---------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row.extra_size .row.extra_size,
.row .row {
  width: auto;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  float: left; }

.small-push-1 {
  position: relative;
  left: 8.33333%;
  right: auto; }

.small-pull-1 {
  position: relative;
  right: 8.33333%;
  left: auto; }

.small-push-2 {
  position: relative;
  left: 16.66667%;
  right: auto; }

.small-pull-2 {
  position: relative;
  right: 16.66667%;
  left: auto; }

.small-push-3 {
  position: relative;
  left: 25%;
  right: auto; }

.small-pull-3 {
  position: relative;
  right: 25%;
  left: auto; }

.small-push-4 {
  position: relative;
  left: 33.33333%;
  right: auto; }

.small-pull-4 {
  position: relative;
  right: 33.33333%;
  left: auto; }

.small-push-5 {
  position: relative;
  left: 41.66667%;
  right: auto; }

.small-pull-5 {
  position: relative;
  right: 41.66667%;
  left: auto; }

.small-push-6 {
  position: relative;
  left: 50%;
  right: auto; }

.small-pull-6 {
  position: relative;
  right: 50%;
  left: auto; }

.small-push-7 {
  position: relative;
  left: 58.33333%;
  right: auto; }

.small-pull-7 {
  position: relative;
  right: 58.33333%;
  left: auto; }

.small-push-8 {
  position: relative;
  left: 66.66667%;
  right: auto; }

.small-pull-8 {
  position: relative;
  right: 66.66667%;
  left: auto; }

.small-push-9 {
  position: relative;
  left: 75%;
  right: auto; }

.small-pull-9 {
  position: relative;
  right: 75%;
  left: auto; }

.small-push-10 {
  position: relative;
  left: 83.33333%;
  right: auto; }

.small-pull-10 {
  position: relative;
  right: 83.33333%;
  left: auto; }

.small-push-11 {
  position: relative;
  left: 91.66667%;
  right: auto; }

.small-pull-11 {
  position: relative;
  right: 91.66667%;
  left: auto; }

.column,
.columns {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  float: left; }

.small-1 {
  float: left;
  position: relative;
  width: 8.33333%; }

.small-2 {
  float: left;
  position: relative;
  width: 16.66667%; }

.small-3 {
  float: left;
  position: relative;
  width: 25%; }

.small-4 {
  float: left;
  position: relative;
  width: 33.33333%; }

.small-5 {
  float: left;
  position: relative;
  width: 41.66667%; }

.small-6 {
  float: left;
  position: relative;
  width: 50%; }

.small-7 {
  float: left;
  position: relative;
  width: 58.33333%; }

.small-8 {
  float: left;
  position: relative;
  width: 66.66667%; }

.small-9 {
  float: left;
  position: relative;
  width: 75%; }

.small-10 {
  float: left;
  position: relative;
  width: 83.33333%; }

.small-11 {
  float: left;
  position: relative;
  width: 91.66667%; }

.small-12 {
  float: left;
  position: relative;
  width: 100%; }

.small-offset-0 {
  position: relative;
  margin-left: 0%; }

.small-offset-1 {
  position: relative;
  margin-left: 8.33333%; }

.small-offset-2 {
  position: relative;
  margin-left: 16.66667%; }

.small-offset-3 {
  position: relative;
  margin-left: 25%; }

.small-offset-4 {
  position: relative;
  margin-left: 33.33333%; }

.small-offset-5 {
  position: relative;
  margin-left: 41.66667%; }

.small-offset-6 {
  position: relative;
  margin-left: 50%; }

.small-offset-7 {
  position: relative;
  margin-left: 58.33333%; }

.small-offset-8 {
  position: relative;
  margin-left: 66.66667%; }

.small-offset-9 {
  position: relative;
  margin-left: 75%; }

.small-offset-10 {
  position: relative;
  margin-left: 83.33333%; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

.column.small-centered,
.columns.small-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.column.small-uncentered,
.columns.small-uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left !important; }

.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
  float: right !important; }

.zero_side_pad {
  padding-left: 0px;
  padding-right: 0px; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic;
  border-style: none; }

#map_canvas img, .map_canvas img {
  max-width: none !important; }

#prk_responsive_menu.classic_menu {
  width: 100%;
  position: fixed;
  z-index: 9908;
  left: 0px;
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

#prk_responsive_menu.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.prk_invisible {
  visibility: hidden; }

.prk_inner_block {
  padding-left: 48px !important;
  padding-right: 48px !important; }
  .prk_inner_block #folio_father {
    margin-bottom: 60px; }

.vertical_forced_row > div {
  display: table !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.vertical_forced_row > div > div {
  display: table-cell;
  vertical-align: middle; }

.page-template-default .prk_composer_extra.prk_inner_block {
  margin-bottom: 60px; }
.page-template-default #fount_super_sections .prk_composer_extra.prk_inner_block {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important; }
.page-template-default #sidebar {
  padding-top: 0px; }

#fount_super_sections {
  margin-left: 0px;
  margin-right: 0px; }
  #fount_super_sections .prk_inner_block {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  #fount_super_sections .prk_composer_extra.prk_inner_block {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  #fount_super_sections .fount_ajax_portfolio .prk_inner_block {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  #fount_super_sections .fount_inner_row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: -64px;
    margin-right: -64px;
    width: auto; }
  #fount_super_sections .fount_super_width > .columns {
    padding-left: 0px;
    padding-right: 0px; }
    #fount_super_sections .fount_super_width > .columns > .row {
      margin-left: 0px;
      margin-right: 0px; }
  #fount_super_sections .fount_super_width .fount_ajax_portfolio .prk_inner_block {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  #fount_super_sections .fount_super_width #ajaxed_content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px !important;
    padding-right: 48px !important; }
  #fount_super_sections .prk_inner_block #single_entry_content .prk_inner_block {
    padding-left: inherit !important;
    padding-right: inherit !important; }

.fount_with_video {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.wpb_row.fount_with_video {
  position: relative;
  overflow: hidden !important; }
  .wpb_row.fount_with_video > div {
    z-index: 2; }

.fount_video-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%; }

#portfolio_single_page {
  margin-top: 32px; }
  #portfolio_single_page #single_entry_content {
    margin-top: -32px; }

#portfolio_single_page.unmargined {
  margin-top: 0px; }

#fount_sidebared_sections,
#single_post_content {
  /* DON'T TOUCH */
  margin-left: -80px;
  margin-right: -80px; }

#single_post_content .fount_inner_row {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: -80px;
  margin-right: -80px;
  width: auto; }

.sh_member_desc_inner {
  margin-left: -64px;
  margin-right: -64px; }

#fount_member_description,
#single_entry_content {
  margin-left: -48px;
  margin-right: -48px; }

.prk_inner_block #member_full_row .prk_inner_block,
.prk_inner_block #single_entry_content .prk_inner_block {
  padding-left: inherit !important;
  padding-right: inherit !important; }

.prk_composer_extra {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 32px; }

#prk_responsive_menu_inner {
  width: 100%;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-backface-visibility: hidden; }

#prk_hidden_bar {
  position: fixed;
  right: 0px;
  visibility: hidden;
  z-index: 1;
  margin-right: -160px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #prk_hidden_bar #prk_hidden_bar_scroller {
    padding: 48px 16px 10px 32px; }
  #prk_hidden_bar .pirenko_highlighted {
    padding: 8px 10px; }
  #prk_hidden_bar .widget-title {
    font-size: 1.6em;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px; }
  #prk_hidden_bar #mc_display_rewards {
    text-align: center !important; }
  #prk_hidden_bar a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  #prk_hidden_bar a:hover {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  #prk_hidden_bar .widget_inner {
    font-size: 0.9em; }
  #prk_hidden_bar .widget_nav_menu .menu > li {
    padding-bottom: 6px; }
  #prk_hidden_bar .widget_nav_menu .menu > li > a {
    font-size: 1.25em;
    line-height: 1.45em; }
  #prk_hidden_bar .vertical_widget {
    padding-bottom: 40px; }
  #prk_hidden_bar input[type="password"],
  #prk_hidden_bar input[type="tel"],
  #prk_hidden_bar input[type="email"],
  #prk_hidden_bar input[type="text"] {
    background-color: transparent; }
  #prk_hidden_bar #hidden_bar_footer {
    bottom: 0px;
    position: absolute;
    padding: 0px 32px 32px 32px; }

#prk_hidden_bar_inner.head_left_text {
  text-align: left; }
  #prk_hidden_bar_inner.head_left_text #mc_display_rewards {
    text-align: left !important; }

#prk_hidden_bar_inner.head_right_text {
  text-align: right; }
  #prk_hidden_bar_inner.head_right_text #mc_display_rewards {
    text-align: right !important; }

.showing_hidden_sidebar #prk_hidden_bar {
  z-index: 4; }

#prk_hidden_bar_inner {
  padding-right: 16px;
  text-align: center; }
  #prk_hidden_bar_inner #mc_display_rewards {
    text-align: center; }
  #prk_hidden_bar_inner > .widget {
    padding-bottom: 40px; }

.grid_single_title {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 20;
  line-height: 1.2em;
  padding: 0px 4px;
  top: 50%;
  font-weight: normal;
  margin-top: -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.revealed_link {
  display: none; }

.titled_portfolio .grid_single_title {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  padding: 20px;
  text-align: left; }
.titled_portfolio .portfolio_entry_li .grid_colored_block {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.titled_portfolio .portfolio_entry_li .entry_content {
  display: block;
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: 1.7em;
  font-size: 0.9em;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-backface-visibility: hidden; }
.titled_portfolio .portfolio_entry_li.without_skills .grid_single_title,
.titled_portfolio .portfolio_entry_li.iconized .grid_single_title {
  margin-top: 0px; }
.titled_portfolio .folio_icons_wrap,
.titled_portfolio .inner_skills {
  display: none; }
.titled_portfolio h3 {
  font-weight: 600; }
.titled_portfolio .revealed_link {
  display: block;
  line-height: 1.7em;
  position: absolute;
  bottom: 20px;
  z-index: 20;
  left: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
  .titled_portfolio .revealed_link i {
    margin-left: 6px; }

.titled_portfolio .portfolio_entry_li.hover_trigger.iconized .grid_single_title,
.titled_portfolio .portfolio_entry_li.hover_trigger.without_skills .grid_single_title,
.titled_portfolio .portfolio_entry_li.hover_trigger .grid_single_title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-top: -40px; }
.titled_portfolio .portfolio_entry_li.hover_trigger.iconized .entry_content,
.titled_portfolio .portfolio_entry_li.hover_trigger.without_skills .entry_content,
.titled_portfolio .portfolio_entry_li.hover_trigger .entry_content {
  margin-bottom: 40px; }
.titled_portfolio .portfolio_entry_li.hover_trigger.iconized .revealed_link,
.titled_portfolio .portfolio_entry_li.hover_trigger.without_skills .revealed_link,
.titled_portfolio .portfolio_entry_li.hover_trigger .revealed_link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.portfolio_entry_li.iconized .grid_single_title {
  margin-top: -30px; }

.portfolio_entry_li.without_skills .grid_single_title {
  margin-top: -4px; }

.no_titles_gallery .grid_single_title {
  display: none; }

.inner_skills {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  margin-top: 10px;
  font-size: 0.9em; }

.fount_fa_folio {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, right, top;
  -o-transition-property: opacity, right, top;
  -webkit-transition-property: opacity, right, top;
  transition-property: opacity, right, top;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 24px;
  z-index: 5; }

.folio_icons_wrap {
  top: 60%;
  position: absolute;
  z-index: 6;
  width: 100%; }

.lone_linker {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  width: 36px;
  height: 36px;
  position: absolute; }
  .lone_linker a {
    padding: 8px 9px;
    width: 36px;
    height: 36px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    display: inline-block;
    -webkit-backface-visibility: hidden; }
  .lone_linker i {
    font-size: 20px; }

.lone_linker.prk_first {
  margin-left: -37px;
  left: 46%; }
  .lone_linker.prk_first a {
    padding-top: 9px; }

.lone_linker.prk_second {
  left: 54%;
  margin-left: 0px; }

.wpb_single_image a.magnificent {
  display: block;
  line-height: 0px; }

.portfolio_entry_li {
  float: left;
  line-height: 0px;
  cursor: pointer; }
  .portfolio_entry_li .prk_magnificent {
    position: absolute; }
  .portfolio_entry_li .entry_content {
    display: none; }

.grid_colored_block {
  width: 100%;
  height: 100%;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  z-index: 4;
  -moz-transform: rotate(45deg) scale(0.5, 0.5);
  -ms-transform: rotate(45deg) scale(0.5, 0.5);
  -webkit-transform: rotate(45deg) scale(0.5, 0.5);
  transform: rotate(45deg) scale(0.5, 0.5); }

.portfolio_entry_li.hover_trigger .grid_colored_block {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }
.portfolio_entry_li.hover_trigger .grid_single_title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-top: -20px; }
.portfolio_entry_li.hover_trigger .inner_skills {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-top: 2px; }
.portfolio_entry_li.hover_trigger .fount_fa_folio {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  right: 14px;
  top: 16px; }

@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
@-moz-keyframes scaleUp {
  to {
    -moz-transform: scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
@keyframes scaleUp {
  to {
    transform: scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
.iso_folio.fount_effect .portfolio_entry_li.animate {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.45s ease-in-out forwards;
  -moz-animation: scaleUp 0.45s ease-in-out forwards;
  animation: scaleUp 0.45s ease-in-out forwards;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.no-csstransforms .iso_folio.fount_effect .portfolio_entry_li.animate {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.hidden_by_css {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.portfolio_entry_li.hover_trigger.without_skills .grid_single_title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-top: -14px; }

.portfolio_entry_li.hover_trigger.iconized .grid_single_title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-top: -40px; }
.portfolio_entry_li.hover_trigger.iconized .fount_fa_folio {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  right: 14px;
  top: 6px; }
.portfolio_entry_li.hover_trigger.iconized .lone_linker.prk_first {
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s; }
.portfolio_entry_li.hover_trigger.iconized .lone_linker.prk_second {
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s; }

#fount_logo_holder {
  display: inline-block;
  line-height: 0px;
  cursor: pointer;
  left: 0px;
  text-align: center;
  position: relative; }
  #fount_logo_holder img {
    width: auto;
    max-width: none; }

.fount_fixed_bg {
  background-attachment: fixed;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.fount_with_parallax {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.fount_on_mobile .fount_fixed_bg,
.fount_on_mobile .fount_with_parallax {
  background-attachment: scroll; }

.prk_section.prk_full_width {
  padding-top: 70px;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%; }

.prk_section.prk_full_width.forced_row {
  padding-top: 80px;
  padding-bottom: 20px; }

.prk_meta {
  display: none; }

#classic_blog_section {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-top: 20px; }

#classic_blog_section.prk_first_anim {
  margin-top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

#single_blog_content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  margin-top: 20px;
  padding: 0px; }

.small-9 #single_blog_content.blog_limited_width {
  max-width: none; }

#single_blog_content.prk_first_anim {
  margin-top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

#sidebar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding-top: 50px;
  font-size: 0.9em;
  margin-top: 20px;
  padding-bottom: 60px; }
  #sidebar .widget-title {
    font-size: 1.5em;
    display: inline-block;
    padding-bottom: 6px; }

#sidebar.on_single_member {
  padding-top: 0px; }

#sidebar.prk_blogged {
  padding-top: 0px; }

#sidebar.prk_first_anim {
  margin-top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.prk_shortcode-title {
  -webkit-backface-visibility: hidden;
  margin-bottom: 14px;
  overflow: hidden; }
  .prk_shortcode-title h1 {
    padding: 5px 0px; }
  .prk_shortcode-title .simple_line {
    margin-top: 14px;
    margin-bottom: 10px; }
  .prk_shortcode-title .simple_line.thicker {
    margin-top: 24px;
    margin-bottom: 12px; }

#sidebar.on_single_post {
  margin-top: 88px; }

#sidebar.on_single_post.prk_first_anim {
  margin-top: 68px; }

.prk_shortcode-title.unmargined {
  margin-bottom: 0px; }

#sidebar .widget,
.vertical_widget {
  padding-bottom: 40px; }

#sidebar .widget-last,
.vertical_widget.widget-last {
  padding-bottom: 0em; }

#searchform {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px; }
  #searchform .pirenko_highlighted.search-query {
    padding: 0px 32px 0px 15px;
    width: 82%;
    font-size: 1em;
    height: 38px;
    line-height: 38px; }
  #searchform .sform_wrapper i {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    font-size: 16px;
    height: 38px;
    width: 18%;
    text-align: center;
    line-height: 38px; }

.fount_paging_navigation {
  margin-bottom: 80px; }
  .fount_paging_navigation a {
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s; }

.prk_minimal_button > input,
.prk_minimal_button > span,
.prk_minimal_button > a {
  float: left;
  padding: 6px 14px 4px;
  margin-right: 2px; }

#search_ul {
  padding: 0px;
  list-style: none;
  margin-top: 60px; }
  #search_ul .prk_search_res {
    margin-bottom: 60px; }
  #search_ul .simple_line {
    margin-top: 4px;
    margin-bottom: 7px; }
  #search_ul .grid_image_wrapper {
    margin-right: 20px;
    width: 200px;
    float: left; }
  #search_ul .prk_with_featured {
    margin-left: 220px; }
  #search_ul .theme_button {
    margin-top: 8px; }

#fount_to_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0px;
  bottom: -20px;
  z-index: 9999;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding-top: 9px; }
  #fount_to_top .fount_fa-arrow-up {
    position: relative;
    top: 0px;
    font-size: 18px; }

#fount_to_top.fount_shown {
  visibility: visible;
  padding-top: 2px;
  bottom: 0px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.fount_on_desktop #fount_to_top {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }
  .fount_on_desktop #fount_to_top .fount_fa-arrow-up {
    position: relative;
    top: 0px;
    font-size: 18px;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s; }
.fount_on_desktop #fount_to_top.fount_shown {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-animation-name: bounceInSmall;
  -moz-animation-name: bounceInSmall;
  -ms-animation-name: bounceInSmall;
  -o-animation-name: bounceInSmall;
  animation-name: bounceInSmall;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
.fount_on_desktop #fount_to_top:hover .fount_fa-arrow-up {
  -webkit-animation-name: bounceInSmall;
  -moz-animation-name: bounceInSmall;
  -ms-animation-name: bounceInSmall;
  -o-animation-name: bounceInSmall;
  animation-name: bounceInSmall;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

#prk_logos {
  position: fixed;
  line-height: 0px; }

#menu_section {
  float: right;
  z-index: 9908;
  overflow: visible !important; }

.menu_at_top #menu_section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; }
.menu_at_top #prk_menu_left_trigger {
  display: block; }
.menu_at_top .fount_alone #prk_menu_left_trigger {
  display: none; }
.menu_at_top .fount_alone .prk_bl2 {
  top: 6px; }
.menu_at_top .fount_alone .prk_bl3 {
  top: 12px; }
.menu_at_top .fount_alone #prk_menu_right_trigger.fount_alone {
  margin-top: -8px;
  right: -16px; }
  .menu_at_top .fount_alone #prk_menu_right_trigger.fount_alone .prk_menu_block {
    width: 17px;
    height: 3px; }
  .menu_at_top .fount_alone #prk_menu_right_trigger.fount_alone .prk_bl1 {
    top: 8px; }
.menu_at_top .fount_alone #prk_menu_right_trigger.fount_alone.hover_trigger .prk_bl1 {
  top: 2px; }
.menu_at_top .fount_alone #prk_menu_right_trigger.fount_alone.hover_trigger .prk_bl3 {
  margin-top: -2px; }
.menu_at_top #prk_logos {
  width: 60%;
  text-align: center;
  left: 0px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  margin: 0px 20%; }
.menu_at_top #fount_top_floater {
  right: 0px;
  position: absolute;
  float: none; }
.menu_at_top #prk_responsive_menu_inner {
  height: auto !important; }
.menu_at_top #prk_responsive_menu {
  position: relative; }
  .menu_at_top #prk_responsive_menu #nav-main {
    float: none; }

#prk_footer_wrapper {
  z-index: 1;
  bottom: 0px;
  padding: 0px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

#prk_footer_wrapper.no_mirror {
  z-index: 2; }

#prk_footer_wrapper.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

#prk_footer {
  line-height: 1.5em; }

#footer_mirror {
  z-index: 1; }

#fount_top_floater,
#prk_responsive_menu #nav-main {
  float: left; }

#prk_menu_left_trigger {
  display: none;
  cursor: pointer;
  position: relative;
  top: 50%;
  width: 17px;
  height: 18px;
  margin-top: -8px; }
  #prk_menu_left_trigger .prk_menu_block {
    position: absolute;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s; }
  #prk_menu_left_trigger .prk_bl2 {
    top: 6px; }
  #prk_menu_left_trigger .prk_bl3 {
    top: 12px; }

#prk_menu_right_trigger {
  margin-left: 12px;
  position: relative;
  cursor: pointer;
  top: 50%;
  width: 17px;
  height: 18px;
  margin-top: -8px; }
  #prk_menu_right_trigger .prk_menu_block {
    position: absolute;
    -moz-transition-property: margin, -moz-transform, top;
    -o-transition-property: margin, -o-transform, top;
    -webkit-transition-property: margin, -webkit-transform, top;
    transition-property: margin, transform, top;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  #prk_menu_right_trigger .prk_bl2 {
    top: 6px; }
  #prk_menu_right_trigger .prk_bl3 {
    top: 12px; }

#prk_menu_right_trigger.fount_alone {
  width: 32px;
  height: 23px;
  margin-top: -12px; }
  #prk_menu_right_trigger.fount_alone .prk_menu_block {
    position: absolute;
    -moz-transition-property: margin, -moz-transform;
    -o-transition-property: margin, -o-transform;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  #prk_menu_right_trigger.fount_alone .prk_bl2 {
    top: 9px; }
  #prk_menu_right_trigger.fount_alone .prk_bl3 {
    top: 18px; }
  #prk_menu_right_trigger.fount_alone .prk_menu_block {
    width: 32px;
    height: 5px; }

.prk_bl1,
.prk_bl2,
.prk_bl3 {
  -webkit-backface-visibility: hidden; }

#prk_menu_left_trigger.hover_trigger .prk_menu_block,
#prk_menu_right_trigger.hover_trigger .prk_menu_block {
  -moz-transition-property: margin, -moz-transform, top;
  -o-transition-property: margin, -o-transform, top;
  -webkit-transition-property: margin, -webkit-transform, top;
  transition-property: margin, transform, top;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s; }
#prk_menu_left_trigger.hover_trigger .prk_bl1,
#prk_menu_right_trigger.hover_trigger .prk_bl1 {
  margin-top: -2px; }
#prk_menu_left_trigger.hover_trigger .prk_bl3,
#prk_menu_right_trigger.hover_trigger .prk_bl3 {
  margin-top: 2px; }

#prk_menu_right_trigger.fount_alone.hover_trigger .prk_bl1 {
  margin-top: -4px; }
#prk_menu_right_trigger.fount_alone.hover_trigger .prk_bl3 {
  margin-top: 4px; }

.prk_shifted #prk_menu_right_trigger.fount_alone .prk_bl1 {
  top: 8px; }
.prk_shifted #prk_menu_right_trigger.fount_alone .prk_bl2 {
  top: 8px; }

.simple_fade {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.simple_fade.hover_trigger {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.simple_scale {
  -moz-transition-property: scale;
  -o-transition-property: scale;
  -webkit-transition-property: scale;
  transition-property: scale;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.simple_scale.hover_trigger {
  -moz-transform: scale(0.92, 0.92);
  -ms-transform: scale(0.92, 0.92);
  -webkit-transform: scale(0.92, 0.92);
  transform: scale(0.92, 0.92);
  -webkit-backface-visibility: hidden; }

.glued_image {
  position: relative;
  left: 0px;
  bottom: -40px;
  line-height: 0px; }

.menu_at_top #prk_menu_right_trigger .prk_bl1 {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 6px; }
.menu_at_top #prk_menu_right_trigger .prk_bl2 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.menu_at_top #prk_menu_right_trigger .prk_bl3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.menu_at_top #prk_menu_right_trigger.hover_trigger .prk_bl1 {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 0px;
  top: 0px; }
.menu_at_top #prk_menu_right_trigger.hover_trigger .prk_bl2 {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.menu_at_top #prk_menu_right_trigger.hover_trigger .prk_bl3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-top: 0px; }

.menu_at_top.prk_shifted #prk_menu_right_trigger .prk_bl1 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px; }
.menu_at_top.prk_shifted #prk_menu_right_trigger .prk_bl2 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.menu_at_top.prk_shifted #prk_menu_right_trigger .prk_bl3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.prk_shifted .prk_bl1 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px; }
.prk_shifted .prk_bl2 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.prk_shifted .prk_bl3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

#prk_menu_left_trigger .prk_blocks,
#prk_menu_right_trigger .prk_blocks {
  position: relative;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

#prk_menu_left_trigger .prk_menu_block,
#prk_menu_right_trigger .prk_menu_block {
  width: 17px;
  height: 3px; }

#prk_top_divider_wrapper {
  float: left; }

#prk_top_divider {
  position: relative;
  height: 20px;
  width: 1px;
  float: left;
  top: 50%;
  margin-top: -10px;
  margin-left: 8px; }

#prk_menu_loupe {
  font-size: 17px;
  margin-top: 0px;
  margin-left: 17px;
  cursor: pointer;
  margin-right: 4px; }

#top_form_close {
  font-size: 18px;
  margin-top: -1px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 32px;
  margin-right: -3px; }

#searchform_top {
  z-index: -1;
  position: absolute;
  width: 100%;
  padding-right: 10em;
  display: none;
  margin-left: -32px;
  padding-left: 32px;
  z-index: 3; }

#searchform_top input {
  font-size: 2em;
  outline: none !important;
  border: 0px !important; }

#top_form_hider {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none; }

#after_widgets {
  padding-bottom: 26px; }

#before_widgets {
  padding-top: 32px;
  padding-bottom: 28px; }

#prk_footer.prk_no_footer {
  padding-top: 35px;
  float: left;
  width: 100%;
  padding-bottom: 26px; }
  #prk_footer.prk_no_footer #footer_revealer {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important; }
  #prk_footer.prk_no_footer #after_widgets {
    padding-top: 0px;
    padding-bottom: 28px; }
  #prk_footer.prk_no_footer .copy {
    font-size: 0.85em;
    border-top: 0px !important;
    box-shadow: 0px 0px 0px #000000 !important;
    -webkit-box-shadow: 0px 0px 0px #000000 !important;
    -moz-box-shadow: 0px 0px 0px #000000 !important; }
  #prk_footer.prk_no_footer i {
    vertical-align: middle; }

.copy {
  text-align: right;
  padding-top: 26px;
  font-size: 0.8em; }

.copy.small-6 {
  text-align: left; }

.copy.small-6.right_sided {
  text-align: right; }

#headings_wrap {
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

#headings_wrap.head_center {
  text-align: center; }

#headings_wrap.head_right {
  text-align: right; }

.fount_centered_text {
  text-align: center !important; }

.fount_righted_text {
  text-align: right !important; }

.head_left_text {
  text-align: left; }

.head_center_text {
  text-align: center; }

.head_right_text {
  text-align: right; }

#body_hider {
  position: fixed;
  height: 100%;
  width: 100%;
  visibility: hidden;
  cursor: pointer;
  z-index: 99099;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-color: #000000; }

#body_hider_full.prk_shifted_hider,
#body_hider.prk_shifted_hider {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#footer_mirror,
#prk_hidden_bar,
#prk_ajax_container,
#prk_footer {
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.fount_on_mobile #footer_mirror {
  display: none; }
.fount_on_mobile #prk_footer_wrapper {
  position: relative;
  width: 100%;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  bottom: inherit; }
.fount_on_mobile .sf-menu > li > a:after {
  display: none; }
.fount_on_mobile .wpb_text_column,
.fount_on_mobile #footer_in .widget-title,
.fount_on_mobile #footer_in .widget_inner,
.fount_on_mobile .member_lnk,
.fount_on_mobile .fount_member_links,
.fount_on_mobile .prk_service.prk_service_right .prk_service_ctt,
.fount_on_mobile .prk_service.prk_service_left .prk_service_ctt,
.fount_on_mobile #commentform .contact_error,
.fount_on_mobile #contact-form .contact_error,
.fount_on_mobile #main .recentposts_ul_slider .masonry_inner,
.fount_on_mobile #main .recentposts_ul_slider .entry_content,
.fount_on_mobile #main .recentposts_ul_slider .blog_lower,
.fount_on_mobile #main .recentposts_ul_shortcode .entry_content,
.fount_on_mobile .prk_bl1,
.fount_on_mobile .prk_bl2,
.fount_on_mobile .prk_bl3,
.fount_on_mobile .simple_scale.hover_trigger,
.fount_on_mobile #prk_responsive_menu_inner,
.fount_on_mobile .prk_shortcode-title,
.fount_on_mobile .lone_linker a,
.fount_on_mobile #main .recentposts_ul_slider.msnr .masonry_inner,
.fount_on_mobile #main .masonry_blog .masonry_inner,
.fount_on_mobile #main .recentposts_ul_slider.msnr .blog_lower,
.fount_on_mobile #main .masonry_blog .masonry_inner .blog_lower,
.fount_on_mobile #main .recentposts_ul_slider.msnr .entry_content,
.fount_on_mobile #main .masonry_blog .entry_content,
.fount_on_mobile .titled_portfolio .portfolio_entry_li .entry_content {
  -webkit-backface-visibility: visible; }

#prk_ajax_container {
  overflow: hidden;
  width: 100%; }

.container {
  width: 100%; }

#fount_ajax_wrapper {
  display: none; }

#fount_ajax_back {
  position: fixed;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#fount_ajax_back.fount_tweaked {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#fount_ajax_holder {
  margin-top: 46px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#fount_ajax_holder.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

#prk_responsive_menu.fount_hidden_menu.fount_shown_menu,
#prk_responsive_menu.fount_shown_menu {
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  margin-top: 0px; }

#prk_responsive_menu {
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin; }

#prk_responsive_menu.fount_hidden_menu {
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

#fount_logo_before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.menu_at_top .fount_forced_menu #prk_ajax_container {
  padding-top: 0px; }
.menu_at_top #prk_logos a {
  width: 100%;
  display: inline-block;
  text-align: center; }
.menu_at_top #fount_logo_holder {
  margin-top: 0px !important;
  vertical-align: middle;
  width: 100%; }
.menu_at_top #prk_logo_image {
  display: none; }
.menu_at_top #fount_logo_after {
  width: 100%; }
.menu_at_top #prk_alt_logo_image {
  vertical-align: middle;
  max-width: 100%; }

.menu_at_top #fount_logo_before,
.fount_forced_menu #fount_logo_before,
.fount_collapsed_menu #fount_logo_before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

#dumper,
.folio_appender {
  display: none; }

.pf_load_more_wrapper {
  text-align: center;
  margin-top: 60px; }
  .pf_load_more_wrapper .pf_load_more .fount_button_arrow {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -16px;
    -moz-transition-property: bottom, opacity;
    -o-transition-property: bottom, opacity;
    -webkit-transition-property: bottom, opacity;
    transition-property: bottom, opacity;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    font-size: 22px; }

.pf_load_more.hover_trigger .fount_button_arrow {
  bottom: -28px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.pf_load_more.loading_posts #folio_spinner.spinner-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.pf_load_more.loading_posts.hover_trigger .fount_button_arrow {
  bottom: -16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.grid_image_wrapper {
  overflow: hidden;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }
  .isotope-hidden.isotope-item .grid_image_wrapper {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.fount_folio_filter {
  list-style: none;
  display: inline-block;
  margin: 0px 0px 6px;
  padding: 0px; }
  .fount_folio_filter li {
    float: left; }
    .fount_folio_filter li a {
      display: block;
      position: relative;
      font-weight: bold;
      padding: 0px 16px 0px 16px;
      text-decoration: none;
      zoom: 1;
      /* IE7 */
      font-size: 1.1em;
      -moz-transition-property: color;
      -o-transition-property: color;
      -webkit-transition-property: color;
      transition-property: color;
      -moz-transition-duration: 0.75s;
      -o-transition-duration: 0.75s;
      -webkit-transition-duration: 0.75s;
      transition-duration: 0.75s;
      height: 40px;
      line-height: 40px; }
  .fount_folio_filter li:first-child a {
    padding-left: 0px; }
  .fount_folio_filter li:last-child a {
    padding-right: 0px; }
  .fount_folio_filter .p_filter a:after {
    position: absolute;
    left: 0;
    width: auto;
    height: 3px;
    content: '';
    top: 50%;
    margin-top: 0px;
    left: 16px;
    right: 16px;
    margin-top: 16px;
    -moz-transition-property: opacity, margin;
    -o-transition-property: opacity, margin;
    -webkit-transition-property: opacity, margin;
    transition-property: opacity, margin;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .fount_folio_filter li:first-child a:after {
    left: 0px; }
  .fount_folio_filter li:last-child a:after {
    right: 0px; }
  .fount_folio_filter .p_filter a:hover:after {
    margin-top: 12px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: opacity, margin;
    -o-transition-property: opacity, margin;
    -webkit-transition-property: opacity, margin;
    transition-property: opacity, margin;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s; }

.page-template-template_portfolio-php .filter_shortcodes {
  text-align: center; }

#prk_full_folio #folio_ttl {
  margin-bottom: 0px; }
#prk_full_folio #single_slider {
  margin-bottom: 24px;
  margin-top: 20px; }
#prk_full_folio #not_slider {
  margin-top: 20px;
  margin-bottom: 14px; }

#prk_full_folio,
#prk_half_size_single {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, padding;
  -o-transition-property: opacity, padding;
  -webkit-transition-property: opacity, padding;
  transition-property: opacity, padding;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

#prk_full_folio.prk_first_anim,
#prk_half_size_single.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#fount_ajax_holder #prk_half_size_single,
#fount_ajax_holder #prk_full_folio {
  padding-top: 32px; }

#fount_ajax_holder #prk_half_size_single.prk_first_anim,
#fount_ajax_holder #prk_full_folio.prk_first_anim {
  padding-top: 0px; }

#fount_logo_after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  position: absolute;
  top: 0px; }

.menu_at_top #fount_logo_after,
.fount_forced_menu #fount_logo_after,
.fount_collapsed_menu #fount_logo_after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#prk_full_folio,
#prk_half_folio {
  margin-top: 32px; }

.blog_top_image {
  position: relative;
  line-height: 0px; }

.blog_fader_grid {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  z-index: 9; }

.blog_hover.hover_trigger .blog_fader_grid {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.blog_hover.hover_trigger .titled_link_icon {
  margin-top: -11px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.titled_link_icon {
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  margin-top: 3px;
  padding: 2px;
  font-size: 24px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  -webkit-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

#classic_blog_section .prk_author_avatar {
  position: relative;
  margin-top: -77px;
  z-index: 10;
  text-align: center; }
  #classic_blog_section .prk_author_avatar img {
    width: 108px;
    height: 108px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  #classic_blog_section .prk_author_avatar .prk_author_link {
    width: 100%;
    margin: -7px 0px 14px; }

#entries_navigation_blog.prk_whitey {
  margin-top: 80px; }

#entries_navigation_blog {
  margin-bottom: 160px;
  margin-top: 50px; }
  #entries_navigation_blog .blog_naver_left i {
    margin-right: 6px; }
  #entries_navigation_blog .blog_naver_right i {
    margin-left: 6px; }
  #entries_navigation_blog #prk_nav_inner {
    padding: 12px 0px 10px;
    font-size: 1.2em; }

#prk_tags {
  text-align: center;
  font-size: 0.9em; }
  #prk_tags .simple_line {
    margin-bottom: 28px; }

#author_area {
  margin-bottom: 60px; }
  #author_area .prk_author_avatar {
    position: absolute; }
  #author_area img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border-width: 0px !important; }
  #author_area .author_info {
    float: left;
    padding-left: 122px;
    margin-top: -2px;
    padding-bottom: 54px; }
  #author_area .author_description {
    font-size: 0.9em;
    margin-top: 6px;
    min-height: 65px; }

#c_wrap_single {
  margin: -4px 0px 50px; }

ol.commentlist {
  margin: 0px;
  padding: 28px 0px 20px; }
  ol.commentlist .author_name {
    font-size: 1.35em;
    margin-bottom: -3px; }
  ol.commentlist .comment_text {
    margin-top: 6px;
    font-size: 0.9em;
    width: 100%; }
  ol.commentlist .comment.depth-1 {
    margin-bottom: 42px;
    padding-bottom: 8px; }
  ol.commentlist .comment-author {
    position: relative;
    top: 8px; }

ol.commentlist li {
  list-style: none;
  margin-left: 0px; }

ol.commentlist img.avatar {
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 54px;
  height: 54px; }

ol.commentlist > li:last-child {
  border-bottom-width: 0px !important; }

.pir_divider_cmts {
  margin: 0px 4px 0px; }

.comment_floated {
  position: relative;
  margin: 0px 0px 0px 76px; }

.single_comment {
  margin-bottom: 30px; }

.comments_meta_wrapper {
  padding-top: 2px;
  font-size: 0.85em; }

#respond {
  padding-bottom: 80px; }
  #respond input {
    width: 100%;
    margin-bottom: 32px;
    font-size: 0.9em; }
  #respond textarea {
    width: 100%;
    margin-bottom: 32px;
    font-size: 0.9em; }

#prk_respond_header {
  margin-bottom: 18px; }

.fount_uppercased {
  text-transform: uppercase; }

#single_meta_footer {
  padding-bottom: 10px;
  min-height: 30px; }
  #single_meta_footer .simple_line {
    margin-top: 20px;
    margin-bottom: 12px; }

.single_post_wp {
  margin-bottom: 60px; }

.pirenko_social_inner .fount_socialink,
.social_links_shortcode .fount_socialink,
#single_post_sharer .fount_socialink,
#single_folio_sharer .fount_socialink {
  overflow: hidden; }

.social_links_shortcode,
.member_social_wrapper,
#single_folio_sharer,
#single_post_sharer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 14px; }
  .social_links_shortcode .sharrre_blogger,
  .member_social_wrapper .sharrre_blogger,
  #single_folio_sharer .sharrre_blogger,
  #single_post_sharer .sharrre_blogger {
    display: inline-block; }
    .social_links_shortcode .sharrre_blogger .fount_fa-stumbleupon,
    .member_social_wrapper .sharrre_blogger .fount_fa-stumbleupon,
    #single_folio_sharer .sharrre_blogger .fount_fa-stumbleupon,
    #single_post_sharer .sharrre_blogger .fount_fa-stumbleupon {
      margin-left: -1px; }
  .social_links_shortcode .sharrre,
  .member_social_wrapper .sharrre,
  #single_folio_sharer .sharrre,
  #single_post_sharer .sharrre {
    margin-right: 8px;
    border-width: 1px;
    border-style: solid;
    width: 26px;
    height: 26px;
    line-height: 25px;
    float: left; }
  .social_links_shortcode .colorer-delicious,
  .member_social_wrapper .colorer-delicious,
  #single_folio_sharer .colorer-delicious,
  #single_post_sharer .colorer-delicious {
    border-color: #3274d1; }
    .social_links_shortcode .colorer-delicious a,
    .member_social_wrapper .colorer-delicious a,
    #single_folio_sharer .colorer-delicious a,
    #single_post_sharer .colorer-delicious a {
      color: #3274d1; }
  .social_links_shortcode .colorer-facebook,
  .member_social_wrapper .colorer-facebook,
  #single_folio_sharer .colorer-facebook,
  #single_post_sharer .colorer-facebook {
    border-color: #1f69b3; }
    .social_links_shortcode .colorer-facebook a,
    .member_social_wrapper .colorer-facebook a,
    #single_folio_sharer .colorer-facebook a,
    #single_post_sharer .colorer-facebook a {
      color: #1f69b3; }
  .social_links_shortcode .colorer-google,
  .member_social_wrapper .colorer-google,
  #single_folio_sharer .colorer-google,
  #single_post_sharer .colorer-google {
    border-color: #2b2b2b; }
    .social_links_shortcode .colorer-google a,
    .member_social_wrapper .colorer-google a,
    #single_folio_sharer .colorer-google a,
    #single_post_sharer .colorer-google a {
      color: #2b2b2b; }
  .social_links_shortcode .colorer-linkedin,
  .member_social_wrapper .colorer-linkedin,
  #single_folio_sharer .colorer-linkedin,
  #single_post_sharer .colorer-linkedin {
    border-color: #1a7696; }
    .social_links_shortcode .colorer-linkedin a,
    .member_social_wrapper .colorer-linkedin a,
    #single_folio_sharer .colorer-linkedin a,
    #single_post_sharer .colorer-linkedin a {
      color: #1a7696; }
  .social_links_shortcode .colorer-pinterest,
  .member_social_wrapper .colorer-pinterest,
  #single_folio_sharer .colorer-pinterest,
  #single_post_sharer .colorer-pinterest {
    border-color: #df2126; }
    .social_links_shortcode .colorer-pinterest a,
    .member_social_wrapper .colorer-pinterest a,
    #single_folio_sharer .colorer-pinterest a,
    #single_post_sharer .colorer-pinterest a {
      color: #df2126; }
  .social_links_shortcode .colorer-stumbleupon,
  .member_social_wrapper .colorer-stumbleupon,
  #single_folio_sharer .colorer-stumbleupon,
  #single_post_sharer .colorer-stumbleupon {
    border-color: #ef4e23; }
    .social_links_shortcode .colorer-stumbleupon a,
    .member_social_wrapper .colorer-stumbleupon a,
    #single_folio_sharer .colorer-stumbleupon a,
    #single_post_sharer .colorer-stumbleupon a {
      color: #ef4e23; }
  .social_links_shortcode .colorer-twitter,
  .member_social_wrapper .colorer-twitter,
  #single_folio_sharer .colorer-twitter,
  #single_post_sharer .colorer-twitter {
    border-color: #43b3e5; }
    .social_links_shortcode .colorer-twitter a,
    .member_social_wrapper .colorer-twitter a,
    #single_folio_sharer .colorer-twitter a,
    #single_post_sharer .colorer-twitter a {
      color: #43b3e5; }

.social_links_shortcode {
  margin: 0px 0px 12px; }

.prk_heavier_400 {
  font-weight: 400; }
  .prk_heavier_400 h1,
  .prk_heavier_400 h2,
  .prk_heavier_400 h3,
  .prk_heavier_400 h4,
  .prk_heavier_400 h5,
  .prk_heavier_400 h6 {
    font-weight: 400; }

.prk_heavier_500 {
  font-weight: 500; }

.prk_heavier_600 {
  font-weight: 600; }

.prk_heavier_700 {
  font-weight: 700; }

.prk_font_12 {
  font-size: 1.2em; }

.prk_font_14 {
  font-size: 1.4em; }

.prk_font_16 {
  font-size: 1.6em; }

.prk_font_18 {
  font-size: 1.8em; }

.pir_divider {
  float: left;
  margin: 0px 5px 0px; }

#single_blog_meta {
  display: inline-block;
  position: relative; }
  #single_blog_meta .single_blog_meta_div {
    float: left; }

#single_blog_content .fount_shortcode_slider {
  margin-bottom: 20px; }

#single_post_teaser {
  margin-bottom: 10px; }

.single_blog_meta_class {
  display: inline-block;
  position: relative; }

#single_blog_meta:before,
.single_blog_meta_class:before {
  left: -60px; }

#single_blog_meta:after,
.single_blog_meta_class:after {
  right: -60px; }

#single_blog_meta:before,
#single_blog_meta:after,
.single_blog_meta_class:before,
.single_blog_meta_class:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 48px;
  top: 48%; }

.simple_line i {
  position: absolute;
  left: 50%;
  font-size: 42px;
  margin-left: -34px;
  margin-top: -20px;
  padding: 0px 14px; }
.simple_line i.fount_fa-external-link {
  margin-top: -17px; }

.simple_line.iconized {
  margin-top: 20px;
  margin-bottom: 40px; }

.simple_line.thick {
  border-bottom-width: 3px !important; }

.simple_line.blog_divider,
.simple_line.thicker {
  border-bottom-width: 6px !important; }

.simple_line.shortcoded {
  margin-bottom: 20px; }

.simple_line.on_folio {
  margin-bottom: 8px; }

.simple_line.membered {
  display: inline-block;
  width: 40px;
  margin-bottom: 8px; }

#blog_masonry_father .blog_entry_li {
  margin-top: 40px;
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
#blog_masonry_father .blog_entry_li.animate {
  margin-top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#classic_blog_section #blog_entries .blog_entry_li {
  padding-bottom: 64px; }
  #classic_blog_section #blog_entries .blog_entry_li .entry_content {
    margin: -4px 0px 12px; }
  #classic_blog_section #blog_entries .blog_entry_li .fount_shortcode_slider {
    margin-bottom: 22px; }
  #classic_blog_section #blog_entries .blog_entry_li .simple_line {
    margin: 40px 0px 20px; }
#classic_blog_section #blog_entries .fount_post_info {
  text-align: center; }
#classic_blog_section #blog_entries .single_blog_meta_div {
  float: left; }
#classic_blog_section #blog_entries .single_blog_meta_class {
  margin-top: 2px; }

#classic_blog_section.prk_evens_grid #blog_entries .blog_entry_li {
  padding-top: 80px; }
#classic_blog_section.prk_evens_grid #blog_entries .blog_entry_li:first-child {
  padding-top: 0px; }

#main.untitled_main {
  margin-top: 60px; }

#main .recentposts_ul_slider.msnr,
#main .masonry_blog {
  margin: 0px -5px 0px -1px;
  padding-bottom: 1px; }
  #main .recentposts_ul_slider.msnr img,
  #main .masonry_blog img {
    max-width: none;
    width: 100%; }
  #main .recentposts_ul_slider.msnr .blog_entry_li,
  #main .masonry_blog .blog_entry_li {
    min-width: inherit;
    overflow: hidden;
    list-style: none; }
  #main .recentposts_ul_slider.msnr .masonr_img_wp,
  #main .recentposts_ul_slider.msnr .video-container,
  #main .recentposts_ul_slider.msnr .soundcloud-container,
  #main .masonry_blog .masonr_img_wp,
  #main .masonry_blog .video-container,
  #main .masonry_blog .soundcloud-container {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 6.4px;
    line-height: 0px; }
  #main .recentposts_ul_slider.msnr .video-container,
  #main .recentposts_ul_slider.msnr .soundcloud-container,
  #main .masonry_blog .video-container,
  #main .masonry_blog .soundcloud-container {
    margin-bottom: 12.8px; }
  #main .recentposts_ul_slider.msnr .masonr_img_wp,
  #main .masonry_blog .masonr_img_wp {
    overflow: hidden;
    position: relative; }
  #main .recentposts_ul_slider.msnr .masonry_inner,
  #main .masonry_blog .masonry_inner {
    -webkit-backface-visibility: hidden;
    padding: 16px 16px 0px; }
  #main .recentposts_ul_slider.msnr .prk_mini_meta,
  #main .masonry_blog .prk_mini_meta {
    display: inline-block;
    font-size: 0.95em;
    margin-bottom: -4px; }
  #main .recentposts_ul_slider.msnr .entry_title,
  #main .masonry_blog .entry_title {
    margin-bottom: 12px; }
  #main .recentposts_ul_slider.msnr .entry_content,
  #main .masonry_blog .entry_content {
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden; }
  #main .recentposts_ul_slider.msnr .blog_lower,
  #main .masonry_blog .blog_lower {
    height: 38px;
    line-height: 38px;
    font-size: 0.95em;
    -webkit-backface-visibility: hidden; }
  #main .recentposts_ul_slider.msnr .single_blog_meta_div,
  #main .masonry_blog .single_blog_meta_div {
    height: 38px; }
  #main .recentposts_ul_slider.msnr i,
  #main .masonry_blog i {
    font-size: 12px;
    line-height: 38px;
    margin-left: -8px;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  #main .recentposts_ul_slider.msnr .fade_anchor,
  #main .masonry_blog .fade_anchor {
    display: inline-block; }
    #main .recentposts_ul_slider.msnr .fade_anchor .left_floated,
    #main .masonry_blog .fade_anchor .left_floated {
      left: 0px;
      -moz-transition-property: left;
      -o-transition-property: left;
      -webkit-transition-property: left;
      transition-property: left;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      position: relative; }
  #main .recentposts_ul_slider.msnr .fade_anchor:hover .left_floated,
  #main .masonry_blog .fade_anchor:hover .left_floated {
    left: -14px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s; }
  #main .recentposts_ul_slider.msnr .fade_anchor:hover i,
  #main .masonry_blog .fade_anchor:hover i {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s; }

#main .recentposts_ul_shortcode {
  margin: 0px;
  padding: 0px; }
  #main .recentposts_ul_shortcode li {
    min-width: inherit;
    overflow: hidden;
    list-style: none; }
  #main .recentposts_ul_shortcode .masonr_img_wp {
    position: relative; }
  #main .recentposts_ul_shortcode .masonr_img_wp,
  #main .recentposts_ul_shortcode .video-container,
  #main .recentposts_ul_shortcode .soundcloud-container {
    margin-bottom: 6.4px;
    line-height: 0px; }
  #main .recentposts_ul_shortcode .entry_title {
    margin-bottom: 12px; }
  #main .recentposts_ul_shortcode .entry_content {
    margin-bottom: 14px;
    font-size: 0.9em;
    -webkit-backface-visibility: hidden; }

#main .recentposts_ul_slider {
  margin: 0px -5px 0px -1px;
  padding-bottom: 1px; }
  #main .recentposts_ul_slider img {
    max-width: none;
    width: 100%; }
  #main .recentposts_ul_slider .blog_entry_li {
    min-width: inherit;
    overflow: hidden;
    list-style: none; }
  #main .recentposts_ul_slider .masonr_img_wp,
  #main .recentposts_ul_slider .video-container,
  #main .recentposts_ul_slider .soundcloud-container {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 6.4px;
    line-height: 0px; }
  #main .recentposts_ul_slider .video-container,
  #main .recentposts_ul_slider .soundcloud-container {
    margin-bottom: 12.8px; }
  #main .recentposts_ul_slider .masonr_img_wp {
    position: relative; }
  #main .recentposts_ul_slider .masonry_inner {
    -webkit-backface-visibility: hidden;
    padding: 16px 16px 0px; }
  #main .recentposts_ul_slider .prk_mini_meta {
    display: inline-block;
    font-size: 0.95em;
    margin-bottom: -4px; }
  #main .recentposts_ul_slider .entry_title {
    margin-bottom: 12px; }
  #main .recentposts_ul_slider .entry_content {
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden; }
  #main .recentposts_ul_slider .blog_lower {
    height: 38px;
    line-height: 38px;
    font-size: 0.95em;
    -webkit-backface-visibility: hidden; }
  #main .recentposts_ul_slider .single_blog_meta_div {
    height: 38px; }
  #main .recentposts_ul_slider .owl_classic_blog {
    margin: 0px -16px; }
    #main .recentposts_ul_slider .owl_classic_blog .prk_mini_meta {
      font-size: 1em; }
    #main .recentposts_ul_slider .owl_classic_blog .entry_content {
      font-size: 0.9em; }

.classy_slider .masonry_inner {
  background-color: transparent; }

#main .recentposts_ul_slider {
  margin: 0px -16px;
  padding: 0px;
  width: auto; }
  #main .recentposts_ul_slider .item {
    margin: 0px 16px; }
  #main .recentposts_ul_slider .blog_entry_li {
    overflow: visible; }

#main .member_ul_slider {
  margin: 0px;
  padding: 0px;
  width: auto; }
  #main .member_ul_slider .item {
    margin: 0px 15px; }
  #main .member_ul_slider .blog_entry_li {
    overflow: visible; }

.theme_button_inverted.unmargined,
.theme_button.unmargined {
  margin-bottom: 0px; }

.colored_theme_button,
.theme_button,
.theme_button_inverted {
  margin: 0px 1px 20px 0px;
  padding: 0;
  position: relative;
  display: inline-block;
  outline: none; }
  .colored_theme_button input,
  .colored_theme_button a,
  .theme_button input,
  .theme_button a,
  .theme_button_inverted input,
  .theme_button_inverted a {
    float: left;
    font-size: 0.85em;
    font-weight: 600;
    padding: 8px 20px 8px 20px;
    -moz-transition-property: padding, color, border, background-color;
    -o-transition-property: padding, color, border, background-color;
    -webkit-transition-property: padding, color, border, background-color;
    transition-property: padding, color, border, background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    border: 0px;
    position: relative; }
    .colored_theme_button input i,
    .colored_theme_button a i,
    .theme_button input i,
    .theme_button a i,
    .theme_button_inverted input i,
    .theme_button_inverted a i {
      font-size: 12px; }
  .colored_theme_button a.with_icon,
  .theme_button a.with_icon,
  .theme_button_inverted a.with_icon {
    padding: 8px 10px 8px 20px; }
  .colored_theme_button a.with_icon:hover .text_shifter,
  .theme_button a.with_icon:hover .text_shifter,
  .theme_button_inverted a.with_icon:hover .text_shifter {
    left: -7px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  .colored_theme_button a.with_icon:hover .icon_cell,
  .theme_button a.with_icon:hover .icon_cell,
  .theme_button_inverted a.with_icon:hover .icon_cell {
    right: 1px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: right, opacity;
    -o-transition-property: right, opacity;
    -webkit-transition-property: right, opacity;
    transition-property: right, opacity;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  .colored_theme_button .text_shifter,
  .theme_button .text_shifter,
  .theme_button_inverted .text_shifter {
    position: relative;
    left: 0px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    float: left; }
  .colored_theme_button .icon_cell,
  .theme_button .icon_cell,
  .theme_button_inverted .icon_cell {
    float: left;
    position: relative;
    right: 8px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: right, opacity;
    -o-transition-property: right, opacity;
    -webkit-transition-property: right, opacity;
    transition-property: right, opacity;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }

.bordered_buttons .colored_theme_button input,
.bordered_buttons .colored_theme_button a,
.bordered_buttons .theme_button input,
.bordered_buttons .theme_button a,
.bordered_buttons .theme_button_inverted input,
.bordered_buttons .theme_button_inverted a {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  font-weight: 700; }

#footer_extra_content .colored_theme_button,
#footer_extra_content .theme_button,
#footer_extra_content .theme_button_inverted {
  margin-bottom: 0px; }

.fount_theme .colored_theme_button.small input,
.fount_theme .colored_theme_button.small a,
.fount_theme .theme_button.small input,
.fount_theme .theme_button.small a,
.fount_theme .theme_button_inverted.small input,
.fount_theme .theme_button_inverted.small a {
  font-size: 0.8em;
  padding: 4px 12px 4px 12px;
  font-weight: 700; }
.fount_theme .colored_theme_button.small a.with_icon,
.fount_theme .theme_button.small a.with_icon,
.fount_theme .theme_button_inverted.small a.with_icon {
  padding: 4px 8px 4px 14px; }
.fount_theme .colored_theme_button.small i,
.fount_theme .theme_button.small i,
.fount_theme .theme_button_inverted.small i {
  font-size: 10px; }
.fount_theme .colored_theme_button.small a.with_icon:hover .text_shifter,
.fount_theme .theme_button.small a.with_icon:hover .text_shifter,
.fount_theme .theme_button_inverted.small a.with_icon:hover .text_shifter {
  left: -5px; }
.fount_theme .colored_theme_button.small a.with_icon:hover .icon_cell,
.fount_theme .theme_button.small a.with_icon:hover .icon_cell,
.fount_theme .theme_button_inverted.small a.with_icon:hover .icon_cell {
  right: 0px; }

.slider_scroll_button {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /*@include transition-property(all);*/
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
  .slider_scroll_button .theme_button,
  .slider_scroll_button .theme_button_inverted {
    margin-bottom: 0px; }
    .slider_scroll_button .theme_button i,
    .slider_scroll_button .theme_button_inverted i {
      top: 2px;
      position: relative;
      font-size: 22px;
      -moz-transition-property: top;
      -o-transition-property: top;
      -webkit-transition-property: top;
      transition-property: top;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s; }

.shadowed_buttons .colored_theme_button input,
.shadowed_buttons .colored_theme_button a,
.shadowed_buttons .theme_button input,
.shadowed_buttons .theme_button_inverted input,
.shadowed_buttons .theme_button a,
.shadowed_buttons .theme_button_inverted a {
  box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset; }
.shadowed_buttons .colored_theme_button input,
.shadowed_buttons .colored_theme_button a,
.shadowed_buttons .theme_button input,
.shadowed_buttons .theme_button_inverted input,
.shadowed_buttons .theme_button a,
.shadowed_buttons .theme_button_inverted a {
  padding-bottom: 10px; }
.shadowed_buttons .colored_theme_button.small input,
.shadowed_buttons .colored_theme_button.small a,
.shadowed_buttons .theme_button.small input,
.shadowed_buttons .theme_button_inverted.small input,
.shadowed_buttons .theme_button.small a,
.shadowed_buttons .theme_button_inverted.small a {
  padding-bottom: 5px; }

.owl-item.active .slider_scroll_button {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.slider_scroll_button .theme_button:hover i {
  top: 12px;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.slider_scroll_button .theme_button_inverted:hover i {
  top: 12px;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.fount_theme .colored_theme_button.tiny input,
.fount_theme .colored_theme_button.tiny a,
.fount_theme .theme_button.tiny input,
.fount_theme .theme_button.tiny a,
.fount_theme .theme_button_inverted.tiny input,
.fount_theme .theme_button_inverted.tiny a {
  font-size: 0.7em;
  padding: 3px 10px 2px 10px;
  font-weight: 700; }
.fount_theme .colored_theme_button.tiny a.with_icon,
.fount_theme .theme_button.tiny a.with_icon,
.fount_theme .theme_button_inverted.tiny a.with_icon {
  padding: 3px 6px 2px 12px; }
.fount_theme .colored_theme_button.tiny i,
.fount_theme .theme_button.tiny i,
.fount_theme .theme_button_inverted.tiny i {
  font-size: 10px; }
.fount_theme .colored_theme_button.tiny a.with_icon:hover .text_shifter,
.fount_theme .theme_button.tiny a.with_icon:hover .text_shifter,
.fount_theme .theme_button_inverted.tiny a.with_icon:hover .text_shifter {
  left: -5px; }
.fount_theme .colored_theme_button.tiny a.with_icon:hover .icon_cell,
.fount_theme .theme_button.tiny a.with_icon:hover .icon_cell,
.fount_theme .theme_button_inverted.tiny a.with_icon:hover .icon_cell {
  right: 0px; }

#footer_extra_image {
  position: absolute;
  bottom: -28px;
  line-height: 0px; }

#footer_extra_content {
  font-size: 0.9em; }

#footer_in .widget-title {
  font-size: 1.6em;
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
  z-index: 1; }
#footer_in .widget_inner {
  font-size: 0.9em; }
#footer_in .pirenko_highlighted {
  padding: 6px 10px; }
#footer_in .widget {
  margin-bottom: 45px; }
#footer_in a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
#footer_in a:hover {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
#footer_in input[type="password"],
#footer_in input[type="tel"],
#footer_in input[type="email"],
#footer_in input[type="text"] {
  background-color: transparent; }

#single_slider {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

#single_slider.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

#top_bar_nav {
  text-align: left;
  display: inline-block; }

#folio_nav_wrapper {
  text-align: center;
  width: 100%;
  visibility: hidden;
  position: absolute; }

#folio_nav_wrapper.prk_first_anim {
  visibility: visible;
  position: relative;
  margin-bottom: -6px; }

#folio_nav_inner {
  margin-top: 30px;
  display: inline-block;
  text-align: left; }
  #folio_nav_inner i {
    position: absolute;
    font-size: 20px;
    line-height: 40px; }
  #folio_nav_inner i.fount_fa-times {
    font-size: 24px; }
  #folio_nav_inner i.second {
    margin-left: 20px; }

#top_bar_wrapper {
  height: 75px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: -75px;
  text-align: center;
  padding-top: 16px;
  margin-top: 1px;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  #top_bar_wrapper i {
    position: absolute;
    font-size: 20px;
    line-height: 40px; }
  #top_bar_wrapper i.fount_fa-times {
    font-size: 24px; }
  #top_bar_wrapper i.second {
    margin-left: 20px; }

.fount_forced_top_bar #top_bar_wrapper {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
.fount_forced_top_bar #prk_ajax_container {
  margin-top: 72px;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

#top_bar_wrapper.prk_first_anim {
  top: 0px; }

.fount_showing_lightbox #fount_ajax_wrapper {
  display: block; }
.fount_showing_lightbox #wrap {
  z-index: 4; }
.fount_showing_lightbox #prk_footer_wrapper,
.fount_showing_lightbox #dotted_navigation,
.fount_showing_lightbox #prk_responsive_menu,
.fount_showing_lightbox #footer_mirror,
.fount_showing_lightbox #prk_ajax_container {
  display: none; }
.fount_showing_lightbox #prk_responsive_menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

figure {
  margin: 0px; }

#squared_close {
  margin: 0px 14px; }

.fount_close_figure,
.fount_left_figure,
.fount_right_figure {
  cursor: pointer;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0px 0px 0px 10px; }

.fount_close_figure i {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fount_close_figure:hover i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.fount_left_figure .inner_mover {
  width: 20px;
  overflow: hidden;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
.fount_left_figure .mover {
  position: relative;
  left: 0px;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  width: 40px;
  height: 40px; }

.fount_right_figure .inner_mover {
  width: 20px;
  overflow: hidden;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
.fount_right_figure .mover {
  position: relative;
  left: -20px;
  width: 40px;
  height: 40px; }

.prk_sharrre_count {
  display: none; }

.fount_left_figure:hover .mover {
  left: -20px;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.fount_left_figure.prk_tweaked {
  cursor: default; }
  .fount_left_figure.prk_tweaked .mover {
    left: 20px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }

.fount_right_figure:hover .mover {
  left: 0px;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.fount_right_figure.prk_tweaked {
  cursor: default; }
  .fount_right_figure.prk_tweaked .mover {
    left: -40px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }

.fount_close_inner {
  width: 26px;
  height: 26px;
  position: relative;
  margin-top: 7px;
  margin-left: -8px; }

.fount_close_inner:before,
.fount_close_inner:after {
  content: "";
  position: absolute;
  z-index: -1; }

.fount_close_inner:before {
  left: 50%;
  width: 4px;
  margin-left: -2px;
  height: 100%; }

.fount_close_inner:after {
  top: 50%;
  height: 4px;
  margin-top: -2px;
  width: 100%; }

#prk_full_size_single {
  text-align: left; }

#half-entry-right #project_heading {
  margin-bottom: 6px; }
#half-entry-right #single_entry_content .wpb_column.column_container {
  margin-bottom: 14px; }

#folio_ttl {
  font-size: 2.5em;
  margin-bottom: 20px; }

.project_heading {
  margin-bottom: 6px; }

#full-entry-right #folio_ttl {
  visibility: hidden; }
#full-entry-right #single_folio_sharer {
  margin-top: 4px; }

#fount_related_grid {
  margin-top: 18px; }
  #fount_related_grid .grid_single_title {
    padding: 0px 2px; }

.fount_info_block {
  margin: 0px 0px 8px; }

/*OPENS ABOVE*/
.fount_ajax_portfolio_wrapper {
  height: 40px;
  display: none; }

.fount_ajax_portfolio {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  display: none; }
  .fount_ajax_portfolio #ajaxed_content {
    margin-bottom: 120px; }
  .fount_ajax_portfolio #half_wrapper {
    margin: 0px; }
  .fount_ajax_portfolio #after_single_folio {
    display: none; }
  .fount_ajax_portfolio #prk_full_size_single > .small-12.columns {
    text-align: center; }
  .fount_ajax_portfolio #prk_full_size_single {
    margin-left: 0px;
    margin-right: 0px; }
  .fount_ajax_portfolio #prk_full_folio #not_slider,
  .fount_ajax_portfolio #prk_full_folio #single_slider {
    padding-left: 16px !important;
    padding-right: 16px !important; }

.fount_ajax_portfolio.prk_tweaked {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

#after_single_folio {
  margin-top: 90px;
  padding-bottom: 0px;
  float: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

#after_single_folio.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#fount_related_projects {
  margin: 0px 0px 36px; }
  #fount_related_projects .portfolio_entry_li {
    margin-bottom: 32px; }

.like_count {
  position: absolute;
  top: -2px;
  right: 3px;
  font-size: 12px; }

.prk_heart_project .pir_like,
.prk_heart_project .post-like {
  width: 100%;
  height: 100%; }

.bg_shifter {
  position: absolute;
  top: -60px;
  width: 50px;
  height: 49px;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  -webkit-transition-property: -webkit-transform, top;
  transition-property: transform, top;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1; }
  .bg_shifter i {
    color: #FFFFFF !important; }

.post-like:hover .bg_shifter,
.social_tipped:hover .bg_shifter {
  top: 0px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.squared_button {
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: -1px; }

#fount_wrapper .hide_now {
  display: none; }
#fount_wrapper .member_colored_block .fount_socialink:hover .bg_shifter {
  top: -1px; }
#fount_wrapper .fount_socialink:hover .bg_shifter {
  top: 0px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
#fount_wrapper .fount_socialink {
  width: 26px;
  height: 26px;
  line-height: 25px !important;
  position: relative;
  /*-webkit-backface-visibility: hidden;*/ }
  #fount_wrapper .fount_socialink .bg_shifter {
    top: -30px;
    width: 26px;
    height: 26px;
    z-index: 2;
    left: -1px; }
#fount_wrapper .fount_socialink.fount-behance,
#fount_wrapper .fount_socialink.fount-behance a {
  border-color: #0287e5;
  color: #0287e5; }
  #fount_wrapper .fount_socialink.fount-behance .bg_shifter,
  #fount_wrapper .fount_socialink.fount-behance a .bg_shifter {
    background-color: #0287e5; }
#fount_wrapper .fount_socialink.fount-delicious,
#fount_wrapper .fount_socialink.icon-delicious {
  border-color: #3274d1;
  color: #3274d1; }
  #fount_wrapper .fount_socialink.fount-delicious .bg_shifter,
  #fount_wrapper .fount_socialink.icon-delicious .bg_shifter {
    background-color: #3274d1; }
#fount_wrapper .fount_socialink.fount-digg,
#fount_wrapper .fount_socialink.fount-digg a {
  border-color: #164673;
  color: #164673; }
  #fount_wrapper .fount_socialink.fount-digg .bg_shifter,
  #fount_wrapper .fount_socialink.fount-digg a .bg_shifter {
    background-color: #164673; }
#fount_wrapper .fount_socialink.fount-deviantart a,
#fount_wrapper .fount_socialink.fount-deviantart,
#fount_wrapper .fount_socialink.icon-deviantart {
  border-color: #54675b;
  color: #54675b; }
  #fount_wrapper .fount_socialink.fount-deviantart a .icon-deviantart,
  #fount_wrapper .fount_socialink.fount-deviantart .icon-deviantart,
  #fount_wrapper .fount_socialink.icon-deviantart .icon-deviantart {
    margin-left: -3px; }
  #fount_wrapper .fount_socialink.fount-deviantart a .bg_shifter,
  #fount_wrapper .fount_socialink.fount-deviantart .bg_shifter,
  #fount_wrapper .fount_socialink.icon-deviantart .bg_shifter {
    background-color: #54675b; }
#fount_wrapper .fount_socialink.fount-dribbble,
#fount_wrapper .fount_socialink.fount-dribbble a,
#fount_wrapper .fount_socialink.fount_fa-dribbble {
  border-color: #ca4578;
  color: #ca4578; }
  #fount_wrapper .fount_socialink.fount-dribbble .bg_shifter,
  #fount_wrapper .fount_socialink.fount-dribbble a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-dribbble .bg_shifter {
    background-color: #ca4578; }
#fount_wrapper .fount_socialink.fount-facebook,
#fount_wrapper .fount_socialink.fount-facebook a,
#fount_wrapper .fount_socialink.prk_sharrre_facebook,
#fount_wrapper .fount_socialink.fount_fa-facebook {
  border-color: #1f69b3;
  color: #1f69b3; }
  #fount_wrapper .fount_socialink.fount-facebook .bg_shifter,
  #fount_wrapper .fount_socialink.fount-facebook a .bg_shifter,
  #fount_wrapper .fount_socialink.prk_sharrre_facebook .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-facebook .bg_shifter {
    background-color: #1f69b3; }
#fount_wrapper .fount_socialink.fount-flickr,
#fount_wrapper .fount_socialink.fount-flickr a,
#fount_wrapper .fount_socialink.fount_fa-flickr {
  border-color: #333230;
  color: #333230; }
  #fount_wrapper .fount_socialink.fount-flickr .bg_shifter,
  #fount_wrapper .fount_socialink.fount-flickr a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-flickr .bg_shifter {
    background-color: #333230; }
#fount_wrapper .fount_socialink.fount-gplus,
#fount_wrapper .fount_socialink.fount-gplus a,
#fount_wrapper .fount_socialink.fount-google-plus,
#fount_wrapper .fount_socialink.fount-google-plus a,
#fount_wrapper .fount_socialink.prk_sharrre_google,
#fount_wrapper .fount_socialink.fount_fa-google-plus {
  border-color: #2b2b2b;
  color: #2b2b2b; }
  #fount_wrapper .fount_socialink.fount-gplus .bg_shifter,
  #fount_wrapper .fount_socialink.fount-gplus a .bg_shifter,
  #fount_wrapper .fount_socialink.fount-google-plus .bg_shifter,
  #fount_wrapper .fount_socialink.fount-google-plus a .bg_shifter,
  #fount_wrapper .fount_socialink.prk_sharrre_google .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-google-plus .bg_shifter {
    background-color: #2b2b2b; }
#fount_wrapper .fount_socialink.fount-instagram-filled,
#fount_wrapper .fount_socialink.fount-instagram-filled a,
#fount_wrapper .fount_socialink.fount-instagram,
#fount_wrapper .fount_socialink.fount-instagram a,
#fount_wrapper .fount_socialink.fount_fa-instagram {
  border-color: #3f729b;
  color: #3f729b; }
  #fount_wrapper .fount_socialink.fount-instagram-filled .bg_shifter,
  #fount_wrapper .fount_socialink.fount-instagram-filled a .bg_shifter,
  #fount_wrapper .fount_socialink.fount-instagram .bg_shifter,
  #fount_wrapper .fount_socialink.fount-instagram a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-instagram .bg_shifter {
    background-color: #3f729b; }
#fount_wrapper .fount_socialink.fount-linkedin,
#fount_wrapper .fount_socialink.fount-linkedin a,
#fount_wrapper .fount_socialink.prk_sharrre_linkedin,
#fount_wrapper .fount_socialink.fount_fa-linkedin {
  border-color: #1a7696;
  color: #1a7696; }
  #fount_wrapper .fount_socialink.fount-linkedin .bg_shifter,
  #fount_wrapper .fount_socialink.fount-linkedin a .bg_shifter,
  #fount_wrapper .fount_socialink.prk_sharrre_linkedin .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-linkedin .bg_shifter {
    background-color: #1a7696; }
#fount_wrapper .fount_socialink.fount-pinterest,
#fount_wrapper .fount_socialink.fount-pinterest a,
#fount_wrapper .fount_socialink.prk_sharrre_pinterest,
#fount_wrapper .fount_socialink.fount_fa-pinterest,
#fount_wrapper .fount_socialink.icon-pinterest {
  border-color: #df2126;
  color: #df2126; }
  #fount_wrapper .fount_socialink.fount-pinterest .bg_shifter,
  #fount_wrapper .fount_socialink.fount-pinterest a .bg_shifter,
  #fount_wrapper .fount_socialink.prk_sharrre_pinterest .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-pinterest .bg_shifter,
  #fount_wrapper .fount_socialink.icon-pinterest .bg_shifter {
    background-color: #df2126; }
#fount_wrapper .fount_socialink.fount-skype,
#fount_wrapper .fount_socialink.fount-skype a,
#fount_wrapper .fount_socialink.fount_fa-skype {
  border-color: #28a9ed;
  color: #28a9ed; }
  #fount_wrapper .fount_socialink.fount-skype .bg_shifter,
  #fount_wrapper .fount_socialink.fount-skype a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-skype .bg_shifter {
    background-color: #28a9ed; }
#fount_wrapper .fount_socialink.fount-soundcloud,
#fount_wrapper .fount_socialink.fount-soundcloud a,
#fount_wrapper .fount_socialink.icon-soundcloud {
  border-color: #f8500f;
  color: #f8500f; }
  #fount_wrapper .fount_socialink.fount-soundcloud .bg_shifter,
  #fount_wrapper .fount_socialink.fount-soundcloud a .bg_shifter,
  #fount_wrapper .fount_socialink.icon-soundcloud .bg_shifter {
    background-color: #f8500f; }
#fount_wrapper .fount_socialink.fount-tumblr,
#fount_wrapper .fount_socialink.fount-tumblr a {
  border-color: #374a61;
  color: #374a61; }
  #fount_wrapper .fount_socialink.fount-tumblr .bg_shifter,
  #fount_wrapper .fount_socialink.fount-tumblr a .bg_shifter {
    background-color: #374a61; }
#fount_wrapper .fount_socialink.fount-twitter,
#fount_wrapper .fount_socialink.fount-twitter a,
#fount_wrapper .fount_socialink.prk_sharrre_twitter,
#fount_wrapper .fount_socialink.fount_fa-twitter {
  border-color: #43b3e5;
  color: #43b3e5; }
  #fount_wrapper .fount_socialink.fount-twitter .bg_shifter,
  #fount_wrapper .fount_socialink.fount-twitter a .bg_shifter,
  #fount_wrapper .fount_socialink.prk_sharrre_twitter .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-twitter .bg_shifter {
    background-color: #43b3e5; }
#fount_wrapper .fount_socialink.fount-vimeo,
#fount_wrapper .fount_socialink.fount-vimeo a,
#fount_wrapper .fount_socialink.fount-vimeo-square,
#fount_wrapper .fount_socialink.fount-vimeo-square a,
#fount_wrapper .fount_socialink.fount_fa-vimeo-square {
  border-color: #4ab2d9;
  color: #4ab2d9; }
  #fount_wrapper .fount_socialink.fount-vimeo .bg_shifter,
  #fount_wrapper .fount_socialink.fount-vimeo a .bg_shifter,
  #fount_wrapper .fount_socialink.fount-vimeo-square .bg_shifter,
  #fount_wrapper .fount_socialink.fount-vimeo-square a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-vimeo-square .bg_shifter {
    background-color: #4ab2d9; }
#fount_wrapper .fount_socialink.prk_sharrre_stumbleupon .bg_shifter {
  background-color: #ef4e23; }
#fount_wrapper .fount_socialink.fount-yahoo,
#fount_wrapper .fount_socialink.fount-yahoo a,
#fount_wrapper .fount_socialink.fount_fa-yahoo {
  border-color: #855c9c;
  color: #855c9c; }
  #fount_wrapper .fount_socialink.fount-yahoo .bg_shifter,
  #fount_wrapper .fount_socialink.fount-yahoo a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-yahoo .bg_shifter {
    background-color: #855c9c; }
#fount_wrapper .fount_socialink.fount-youtube,
#fount_wrapper .fount_socialink.fount-youtube a,
#fount_wrapper .fount_socialink.fount_fa-youtube {
  border-color: #fb2d39;
  color: #fb2d39; }
  #fount_wrapper .fount_socialink.fount-youtube .bg_shifter,
  #fount_wrapper .fount_socialink.fount-youtube a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-youtube .bg_shifter {
    background-color: #fb2d39; }
#fount_wrapper .fount_socialink.fount-rss-1,
#fount_wrapper .fount_socialink.fount-rss-1 a,
#fount_wrapper .fount_socialink.fount-rss,
#fount_wrapper .fount_socialink.fount-rss a,
#fount_wrapper .fount_socialink.fount_fa-rss {
  border-color: #ed8333;
  color: #ed8333; }
  #fount_wrapper .fount_socialink.fount-rss-1 .bg_shifter,
  #fount_wrapper .fount_socialink.fount-rss-1 a .bg_shifter,
  #fount_wrapper .fount_socialink.fount-rss .bg_shifter,
  #fount_wrapper .fount_socialink.fount-rss a .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-rss .bg_shifter {
    background-color: #ed8333; }
#fount_wrapper .fount_socialink.colorer-book,
#fount_wrapper .fount_socialink.fount_fa-file {
  border-color: #e74c3c;
  color: #e74c3c; }
  #fount_wrapper .fount_socialink.colorer-book .bg_shifter,
  #fount_wrapper .fount_socialink.fount_fa-file .bg_shifter {
    background-color: #e74c3c; }

a.smoothed_anchor,
.smoothed_anchor a,
.small_headings_color a,
a.small_headings_color,
a.default_color,
a.zero_color {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.fount_vcard.shortcoded.forced_color .small_headings_color,
.fount_vcard.shortcoded.forced_color .default_color,
.fount_vcard.shortcoded.forced_color .zero_color,
.forced_color .small_headings_color,
.forced_color .default_color,
.forced_color .zero_color {
  color: inherit; }
.fount_vcard.shortcoded.forced_color .fount_address_icon,
.forced_color .fount_address_icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#fount_wrapper a[href^=tel] {
  color: inherit;
  text-decoration: none; }

button, input, select, textarea {
  margin: 0;
  vertical-align: middle;
  -webkit-perspective: 1000;
  max-width: 100%; }

input:focus {
  -webkit-perspective: 1000; }

/* =============================================================================
	 SHORTCODES
	 ========================================================================== */
.widget iframe {
  max-width: 100%; }

#prk_hidden_bar_inner .menu {
  font-size: 1.6em;
  line-height: 1.4em; }
  #prk_hidden_bar_inner .menu .sub-menu {
    font-size: 1.4em;
    font-size: 0.7em;
    line-height: 1.4em;
    margin-bottom: 2px; }

.prk_blockquote {
  position: relative; }

blockquote {
  padding: 14px 18px;
  margin: -2px 0px 16px;
  font-style: italic; }

blockquote cite {
  font-weight: 600; }

blockquote > p {
  margin-bottom: 0px; }

.prk_cropped_blockquote:before,
#author_area:before {
  position: absolute;
  left: -11px;
  top: -10px;
  width: 20px;
  height: 20px;
  display: block;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.prk_cropped_blockquote:after,
#author_area:after {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  bottom: -10px;
  display: block;
  border-bottom: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.prk_blockquote .in_quote {
  padding: 14px 18px;
  margin: 0px;
  font-style: italic; }

.prk_blockquote.colored_background .in_quote:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  display: block;
  width: 0; }

.pirenko_author {
  font-size: 1.1em;
  margin-top: 18px;
  font-style: normal; }

.cropped_corners.pirenko_author,
.prk_blockquote.colored_background .pirenko_author {
  margin-top: 8px; }

.prk_blockquote.colored_background .prk_inner_tip,
.prk_blockquote.colored_background .tip_top_hide {
  display: none; }

.prk_price_table {
  margin: -16px 0;
  text-align: center;
  position: relative; }

.prk_price_table p {
  margin: 0px; }

.prk_prices_specs ul {
  margin: 0px;
  padding: 0px; }
.prk_prices_specs li {
  padding: 7px 5px;
  list-style: none; }

.prk_price_featured {
  margin-top: -35px;
  height: 36px;
  line-height: 39px;
  position: absolute;
  width: 100%;
  z-index: 9;
  font-size: 1.2em; }

.prk_price_header {
  padding: 22px 5px; }

.prk_price_header h3 {
  margin: -2px 0px 6px; }

.prk_price {
  font-size: 2.2em;
  font-weight: bold;
  margin: 23px 0px 0px; }

.underp {
  padding-bottom: 15px;
  padding-top: 4px;
  font-size: 0.9em; }

.prk_prices_specs {
  margin: -1px 0px; }

.prk_price_button {
  padding: 20px 0px 14px;
  margin: 0px !important; }

.prk_price_button a {
  padding: 5px 35px; }

.fount_tables_ribbon {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 174px;
  height: 174px;
  overflow: hidden;
  z-index: 3; }

.fount_tables_ribbon .inner_ribbon {
  display: block;
  position: absolute;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #E74C3C;
  color: #FFFFFF;
  top: 26px;
  right: -104px;
  width: 290px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.prk_theme_arrows {
  position: relative;
  margin-left: -14px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s; }
  .prk_theme_arrows .tr_wrapper {
    overflow: hidden;
    position: absolute;
    width: 32px;
    height: 32px; }

.prk_theme_arrows.fount_hover_arrow {
  margin-left: -11px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s; }

.prk_speech {
  position: relative;
  font-size: 0.9em;
  padding: 10px 16px;
  margin: 0px 0px 20px; }

#prk_hidden_bar .sitemap_block li,
#prk_hidden_bar .widget_recent_entries li,
#prk_hidden_bar .widget_categories li,
#prk_hidden_bar .widget_archive li,
#prk_hidden_bar .widget_pages li,
#prk_hidden_bar .widget_links li,
#prk_hidden_bar .prk_tags_ul li,
#prk_hidden_bar .widget_meta li,
#prk_hidden_bar .widget_nav_menu li,
#prk_hidden_bar .widget_rss li {
  padding-left: 0px; }

.sitemap_block li,
.widget_recent_entries li,
.widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_links li,
.prk_tags_ul li,
.widget_meta li,
.widget_nav_menu li,
.widget_rss li {
  height: inherit;
  padding-left: 14px;
  padding-bottom: 1px; }

.sitemap_block {
  margin: 6px 0px 40px;
  list-style: none;
  padding: 0px; }
  .sitemap_block .fount_fa-angle-double-right {
    font-size: 14px; }
  .sitemap_block .children {
    list-style: none;
    padding-left: 18px;
    font-size: 0.9em;
    margin-bottom: 6px; }
    .sitemap_block .children .fount_fa-angle-double-right {
      font-size: 14px; }

#commentform #c_name,
#commentform #c_email,
#commentform #c_subject,
#contact-form #c_name,
#contact-form #c_email,
#contact-form #c_subject {
  width: 100%;
  margin-bottom: 16px; }
#commentform #c_message,
#contact-form #c_message {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 16px; }
#commentform #contact_ok,
#contact-form #contact_ok {
  width: 100%;
  font-size: 1.3em;
  margin: 0px 0px 0px;
  display: none;
  float: left; }
#commentform #contact_ok.fount_animated,
#contact-form #contact_ok.fount_animated {
  display: block; }
#commentform #contact_ok.forced_opacity,
#contact-form #contact_ok.forced_opacity {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
#commentform .contact_error,
#contact-form .contact_error {
  margin-left: 14px;
  margin-top: -12.8px;
  margin-bottom: 16px;
  font-size: 0.9em;
  -moz-transition-property: margin, color;
  -o-transition-property: margin, color;
  -webkit-transition-property: margin, color;
  transition-property: margin, color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  float: left;
  -webkit-backface-visibility: hidden; }
#commentform .comment_error,
#commentform .contact_error,
#contact-form .comment_error,
#contact-form .contact_error {
  color: #dd0000; }

.contact_error.at_messa {
  margin-bottom: 0px; }

.pirenko_highlighted {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 14px;
  font-size: 0.9em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: 0;
  -moz-transition-property: border, background-color;
  -o-transition-property: border, background-color;
  -webkit-transition-property: border, background-color;
  transition-property: border, background-color;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s; }

.prk_vc_title {
  position: relative;
  display: inline-block;
  border-bottom: 0px solid; }
  .prk_vc_title h3,
  .prk_vc_title h4 {
    font-weight: 700; }

.double_lined .prk_vc_title:before,
.double_lined .prk_vc_title:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 74px;
  top: 48%; }

.double_lined .prk_vc_title:before {
  left: -88px; }

.double_lined .prk_vc_title:after {
  right: -88px; }

.small_underline .prk_vc_title {
  padding-bottom: 2px;
  border-bottom: 1px solid; }

.large_underline .prk_vc_title {
  padding-bottom: 2px;
  border-bottom: 3px solid; }

.prk_service [class^="fount_fa-"],
.prk_service [class*=" fount_fa-"],
.prk_service [class^="icon-"]:before,
.prk_service [class*=" icon-"]:before {
  -moz-transition-property: font-size, color;
  -o-transition-property: font-size, color;
  -webkit-transition-property: font-size, color;
  transition-property: font-size, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.prk_service_ctt {
  margin-top: 20px; }

.prk_service.prk_service_right,
.prk_service.prk_service_left {
  text-align: left;
  margin-top: 0px;
  position: relative; }
  .prk_service.prk_service_right h4,
  .prk_service.prk_service_left h4 {
    font-weight: 600; }
  .prk_service.prk_service_right [class^="fount_fa-"],
  .prk_service.prk_service_right [class*=" fount_fa-"],
  .prk_service.prk_service_left [class^="fount_fa-"],
  .prk_service.prk_service_left [class*=" fount_fa-"] {
    font-size: 2em; }
  .prk_service.prk_service_right [class^="icon-"]:before,
  .prk_service.prk_service_right [class*=" icon-"]:before,
  .prk_service.prk_service_left [class^="icon-"]:before,
  .prk_service.prk_service_left [class*=" icon-"]:before {
    font-size: 2em; }
  .prk_service.prk_service_right .colored_link_icon,
  .prk_service.prk_service_left .colored_link_icon {
    position: absolute;
    top: 2px; }
  .prk_service.prk_service_right .prk_service_ctt,
  .prk_service.prk_service_left .prk_service_ctt {
    margin-top: 0px;
    margin-left: 42px;
    -webkit-backface-visibility: hidden; }
    .prk_service.prk_service_right .prk_service_ctt h4.big,
    .prk_service.prk_service_left .prk_service_ctt h4.big {
      font-size: 1.2em;
      margin-bottom: 4px; }
  .prk_service.prk_service_right img,
  .prk_service.prk_service_left img {
    max-width: 38px;
    position: absolute;
    margin-top: 3px; }
  .prk_service.prk_service_right .fount_service_desc,
  .prk_service.prk_service_left .fount_service_desc {
    font-size: 0.9em; }
  .prk_service.prk_service_right .simple_line,
  .prk_service.prk_service_left .simple_line {
    width: 22px;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 6px; }

.prk_service.prk_service_right {
  text-align: right; }
  .prk_service.prk_service_right .colored_link_icon {
    position: absolute;
    top: 2px; }
  .prk_service.prk_service_right .prk_service_ctt {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 42px; }
  .prk_service.prk_service_right img {
    right: 0px; }
  .prk_service.prk_service_right .colored_link_icon {
    right: 0px; }

.prk_service.prk_service_center {
  text-align: center; }
  .prk_service.prk_service_center [class^="icon-"]:before,
  .prk_service.prk_service_center [class*=" icon-"]:before {
    font-size: 4.5em;
    line-height: 90px;
    height: 90px;
    width: 100%; }
  .prk_service.prk_service_center [class^="fount_fa-"],
  .prk_service.prk_service_center [class*=" fount_fa-"] {
    font-size: 4.5em;
    line-height: 90px;
    height: 90px;
    width: 100%; }
  .prk_service.prk_service_center .simple_line {
    width: 22px;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 6px; }

.prk_service.prk_service_center:hover [class^="fount_fa-"],
.prk_service.prk_service_center:hover [class*=" fount_fa-"] {
  font-size: 5.4em; }
.prk_service.prk_service_center:hover [class^="icon-"]:before,
.prk_service.prk_service_center:hover [class*=" icon-"]:before {
  font-size: 5.4em; }

.prk_service.prk_service_center.fount_smaller_service [class^="icon-"]:before,
.prk_service.prk_service_center.fount_smaller_service [class*=" icon-"]:before {
  font-size: 2.8em;
  line-height: 70px;
  height: 70px;
  width: 100%; }
.prk_service.prk_service_center.fount_smaller_service [class^="fount_fa-"],
.prk_service.prk_service_center.fount_smaller_service [class*=" fount_fa-"] {
  font-size: 2.8em;
  line-height: 70px;
  height: 70px;
  width: 100%; }
.prk_service.prk_service_center.fount_smaller_service h4.big {
  font-size: 1.35em;
  font-weight: 600; }
.prk_service.prk_service_center.fount_smaller_service .fount_service_desc {
  font-size: 0.9em; }
.prk_service.prk_service_center.fount_smaller_service .prk_service_ctt {
  margin-top: 6px; }

.prk_service h3.small {
  margin-top: 18px;
  margin-bottom: 10px;
  display: inline-block; }

.prk_service.prk_service_center.fount_smaller_service:hover [class^="fount_fa-"],
.prk_service.prk_service_center.fount_smaller_service:hover [class*=" fount_fa-"] {
  font-size: 3.8em; }
.prk_service.prk_service_center.fount_smaller_service:hover [class^="icon-"]:before,
.prk_service.prk_service_center.fount_smaller_service:hover [class*=" icon-"]:before {
  font-size: 3.8em; }

.prk_service.prk_service_right.fount_bigger_service .prk_service_ctt,
.prk_service.prk_service_left.fount_bigger_service .prk_service_ctt {
  margin-left: 70px; }
.prk_service.prk_service_right.fount_bigger_service img,
.prk_service.prk_service_left.fount_bigger_service img {
  max-width: 64px; }
.prk_service.prk_service_right.fount_bigger_service [class^="fount_fa-"],
.prk_service.prk_service_right.fount_bigger_service [class*=" fount_fa-"],
.prk_service.prk_service_left.fount_bigger_service [class^="fount_fa-"],
.prk_service.prk_service_left.fount_bigger_service [class*=" fount_fa-"] {
  font-size: 3.5em; }
.prk_service.prk_service_right.fount_bigger_service [class^="icon-"]:before,
.prk_service.prk_service_right.fount_bigger_service [class*=" icon-"]:before,
.prk_service.prk_service_left.fount_bigger_service [class^="icon-"]:before,
.prk_service.prk_service_left.fount_bigger_service [class*=" icon-"]:before {
  font-size: 3.5em; }
.prk_service.prk_service_right.fount_bigger_service h4.big,
.prk_service.prk_service_left.fount_bigger_service h4.big {
  font-size: 1.55em; }
.prk_service.prk_service_right.fount_bigger_service .fount_service_desc,
.prk_service.prk_service_left.fount_bigger_service .fount_service_desc {
  font-size: 1em; }

.prk_service.prk_service_right.fount_bigger_service .prk_service_ctt {
  margin-right: 70px;
  margin-left: 0px; }
.prk_service.prk_service_right.fount_bigger_service img {
  max-width: 64px; }

.prk_service_ctt h4.big {
  margin-bottom: 8px;
  font-size: 1.35em;
  font-weight: 700; }

.prk_service.serv_with_color {
  padding: 46px 22px; }

.fount_theme #main .testimonials_slider.owl-theme .icon-users {
  display: inline-block; }
.fount_theme #main .testimonials_slider.owl-theme .icon-users:before {
  margin-top: 22px;
  font-size: 80px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
.fount_theme #main .testimonials_slider.owl-theme img {
  max-width: 100%;
  width: auto;
  display: inline-block; }
.fount_theme #main .testimonials_slider.owl-theme .tm_title {
  font-size: 1.35em;
  margin-top: 12px;
  font-style: normal; }
.fount_theme #main .testimonials_slider.owl-theme .tm_subheading {
  font-size: 0.9em;
  font-style: normal; }
.fount_theme #main .testimonials_slider.owl-theme .tm_content {
  margin-top: 12px;
  margin-bottom: 18px;
  font-style: italic; }
  .fount_theme #main .testimonials_slider.owl-theme .tm_content h4 {
    line-height: 1.45em; }
.fount_theme #main .testimonials_slider.owl-theme .owl-pagination {
  width: 100%;
  top: inherit;
  margin-top: 14px;
  text-align: center;
  left: 0px; }
.fount_theme #main .testimonials_slider.owl-theme .owl-controls .owl-page {
  float: none; }

.testimonials_slider.tm_centered {
  text-align: center;
  padding-bottom: 40px; }
  .testimonials_slider.tm_centered .owl-controls .owl-buttons {
    left: 0px;
    width: 100%;
    top: 0px;
    display: inline-table; }

.prk_counter_wrapper {
  text-align: center; }
  .prk_counter_wrapper .fount_counter {
    font-size: 3.6em;
    line-height: 1.2em;
    margin-bottom: 14px; }
  .prk_counter_wrapper .colored_link_icon {
    display: inline-block; }
  .prk_counter_wrapper i:before {
    font-size: 56px; }
  .prk_counter_wrapper i {
    padding-bottom: 2px; }
  .prk_counter_wrapper .fount_counter_desc {
    font-size: 1.4em; }

.prk_counter_wrapper.fount_smaller_counter .fount_counter {
  font-size: 2.2em;
  line-height: 1em;
  margin-bottom: 14px; }
.prk_counter_wrapper.fount_smaller_counter i:before {
  font-size: 42px; }
.prk_counter_wrapper.fount_smaller_counter .fount_counter_desc {
  font-size: 1.2em; }

.clearfix.bt_gutter {
  margin-bottom: 32px; }

.clearfix.bt_15gutter {
  margin-bottom: 48px; }

#in_touch {
  margin-top: 14px;
  margin-bottom: 4px;
  font-size: 1.25em; }

#not_slider {
  margin-bottom: 16px; }
  #not_slider .item {
    line-height: 0px;
    margin-bottom: 16px; }

.single-pirenko_team_member #not_slider li {
  line-height: 0px; }
.single-pirenko_team_member #not_slider img {
  max-width: none;
  width: 100%; }

#member_post_title {
  margin: -4px 0px 4px; }

.prk_button_like {
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  cursor: default;
  font-size: 0.75em;
  margin: 0px 0px 20px 0px;
  padding: 3px 14px 2px; }

.clearfix.bt_40 {
  margin-bottom: 48px; }

#member_full_row {
  margin-bottom: 150px; }

.member_ul {
  margin: 6px 0px 0px;
  padding: 0px; }

.member_ul li {
  float: left !important;
  list-style: none; }

.member_ul li.clearfix {
  width: 100%; }

.sh_member_desc {
  margin-bottom: 15px; }

.prk_member_name {
  margin-top: -6px; }

.prk_member_fctn {
  margin-top: 5px;
  margin-bottom: 10px; }

.prk_member_social {
  margin-top: 20px; }

.member_social_wrapper {
  text-align: center; }

#member_half_social {
  margin: 4px 0px 40px;
  text-align: center; }
  #member_half_social .member_social_wrapper {
    width: inherit;
    display: inline-block;
    padding: 0px;
    margin-right: -10px;
    margin-top: 4px; }

.sh_member_wrapper {
  overflow: hidden;
  margin-bottom: 40px;
  text-align: center; }

.text_left .sh_member_wrapper {
  text-align: left; }
  .text_left .sh_member_wrapper .simple_line.membered {
    display: none; }

.text_right .sh_member_wrapper {
  text-align: right; }
  .text_right .sh_member_wrapper .simple_line.membered {
    display: none; }

.member_colored_block {
  overflow: hidden;
  position: relative;
  line-height: 0px; }
  .member_colored_block .fount_member_links {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 5px; }
    .member_colored_block .fount_member_links .fount_socialink:hover .bg_shifter {
      top: -1px;
      padding-top: 1px; }

.member_colored_block_in {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0; }

.sh_member_link {
  position: relative;
  line-height: 0px; }

.sh_member_link_icon {
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -16px !important;
  margin-top: -18px !important;
  z-index: 3;
  font-size: 22px; }

.sh_member_name {
  margin: 14px 0px 2px;
  font-size: 1.6em;
  font-weight: 600; }

.sh_member_function {
  margin: 0px 0px 8px;
  font-size: 0.9em; }

.fount_member_links {
  margin-left: 1px;
  margin-top: 8px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  text-align: center; }

.fount_member_links .member_lnk {
  font-size: 16px; }

.member_lnk {
  margin-right: 6px;
  margin-bottom: 6px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }
  .member_lnk .icon-pinterest {
    margin-left: 0px; }
  .member_lnk > a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s; }

/*MAILCHIMP*/
#fount_wrapper #mc_display_rewards {
  text-align: left;
  font-size: 0.9em;
  width: 100%;
  margin-top: -6px; }

#fount_wrapper #mc_subheader {
  margin-bottom: 0px;
  line-height: inherit; }

#fount_wrapper .mc_merge_var {
  margin-bottom: 6px; }

#fount_wrapper .mc_merge_var label {
  margin-bottom: 4px; }

#fount_wrapper .mc_signup_submit {
  margin-top: 8px; }

#fount_wrapper #mc_signup_submit {
  margin-top: 0px;
  cursor: pointer;
  outline: none; }

#fount_wrapper .mc_signup_submit,
#fount_wrapper #mc_signup_submit {
  width: auto;
  position: relative;
  line-height: inherit; }

#mc_signup_submit {
  width: 100% !important; }

#fount_wrapper #mc_message {
  margin-bottom: 10px; }

#fount_wrapper .widget_mailchimpsf_widget .widget-title {
  line-height: inherit;
  margin-bottom: 0px; }

#mc_display_rewards {
  text-align: left; }

.google_maps-cover {
  width: 100%; }

.google_maps img {
  max-width: none; }

.error_404 .single_page_title {
  text-align: center;
  margin: 40px 0px 20px;
  position: relative;
  font-size: 1.3em; }

.error_404 .columns.simple_line {
  margin-bottom: 24px;
  max-width: 120px;
  border-bottom-width: 6px; }

.error_404 .fount_centered_text {
  margin-bottom: 90px; }

#main .masonry_blog .fade_anchor {
  width: 100%; }

.prk_break_word {
  word-wrap: break-word; }

#prk_protected {
  margin-bottom: 90px;
  text-align: center; }

.clearfix.bt_80 {
  margin-bottom: 80px; }

.google_maps {
  margin: 0px;
  overflow: hidden;
  position: relative; }

#contact-form {
  margin: 6px 0px 0px; }

#footer_bk {
  padding-top: 50px; }

.prk_less_opacity {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }

.fount_company_name {
  margin-bottom: 10px; }

.single-pirenko_portfolios #prk_menu_right_trigger {
  display: none; }

.page-template-page-contact-php h3 {
  margin-bottom: 8px; }
.page-template-page-contact-php .fount_extra_description {
  margin-bottom: 10px; }
.page-template-page-contact-php .contact_info .fount_extra_description {
  margin-bottom: 14px; }

.simple_line.contacted {
  margin-bottom: 11px; }

.block_description,
.ctt_address {
  padding-left: 30px;
  margin-bottom: 8px; }

#contact_lower {
  margin-bottom: 70px; }

/*PREVENT IMAGE DISTORTION ON OLDER IE */
@media \0screen {
  img {
    width: auto; } }
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  .no-print, .no-print * {
    display: none !important; } }
/* THEME WIDGETS */
/* RECENT POSTS */
.fount_recent_ul {
  margin: 0px;
  padding: 0px; }

.pirenko_recent_posts .fount_recent_ul.thumbnail_lay .img_blogger {
  line-height: 0px; }
.pirenko_recent_posts .fount_recent_ul.thumbnail_lay .desc_blogger {
  padding-left: 6px;
  margin-top: -4px; }
.pirenko_recent_posts .fount_recent_ul.thumbnail_lay .simple_line {
  margin: 10px 16px 10px 0px; }
  .pirenko_recent_posts .fount_recent_ul.thumbnail_lay .simple_line i {
    font-size: 18px;
    left: inherit;
    right: -16px;
    margin: -9px 0px;
    padding: 0px 0px 0px 6px; }
.pirenko_recent_posts .fount_recent_ul.thumbnail_lay .fount_widget_date {
  margin-top: -1px; }

.pirenko_recent_portfolios .fount_recent_ul.thumbnail_lay {
  margin: 0px -3px 0px; }
.pirenko_recent_portfolios .fount_recent_ul.thumbnail_lay a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block; }
.pirenko_recent_portfolios .fount_recent_ul li.thumbnail_lay {
  padding: 3px 3px 3px;
  line-height: 0px;
  overflow: hidden;
  float: left; }

.fount_widget_date {
  font-size: 0.9em;
  margin-bottom: -4px; }

.fount_recent_ul li.info_lay .simple_line {
  margin: 4px 0px 6px; }

.fount_recent_ul li.info_lay:last-child .simple_line {
  display: block; }

.fount_recent_ul .fount_fa-angle-double-right {
  margin-top: 6px; }

/* TWITTER */
.prk_recent_tweets .prk_twt_header {
  font-size: 1.1em;
  margin: 6px 0px 20px; }
.prk_recent_tweets .prk_twt_follow {
  float: left;
  font-size: 0.9em;
  margin-top: -5px; }
.prk_recent_tweets .prk_twt_author {
  font-size: 1.15em; }
.prk_recent_tweets .prk_twt_avatar {
  max-width: 52px;
  float: left;
  margin-right: 10px; }
.prk_recent_tweets .twitter_time {
  margin-top: 4px;
  font-size: 0.9em; }
.prk_recent_tweets .prk_twt_body .twt_in {
  margin-bottom: 2px; }
.prk_recent_tweets .simple_line {
  margin: 18px 26px 18px 32px; }
.prk_recent_tweets .fount_active_icon {
  position: absolute;
  margin-top: -30px;
  font-size: 20px;
  right: 0px; }
.prk_recent_tweets .prk_twt_ul {
  margin: 0px;
  position: relative;
  overflow: visible !important; }
  .prk_recent_tweets .prk_twt_ul li {
    display: none; }
  .prk_recent_tweets .prk_twt_ul .flex-direction-nav {
    position: absolute;
    left: 0px;
    top: -28px;
    font-size: 16px; }
    .prk_recent_tweets .prk_twt_ul .flex-direction-nav li {
      display: block;
      float: left;
      padding-right: 4px; }
      .prk_recent_tweets .prk_twt_ul .flex-direction-nav li a {
        background-color: transparent; }

/* SOCIAL NETWORKS */
.pirenko_social {
  line-height: 0px;
  width: 100%; }

.pirenko_social_inner {
  display: inline-block;
  font-size: 14px; }

.pir_icons {
  margin-right: 5px;
  margin-bottom: 5px; }

.squared .social_img_wrp {
  margin-right: 1px;
  margin-bottom: 1px;
  float: left; }

.rounded .social_img_wrp {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left; }

.colored .social_img_wrp {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
  text-align: center;
  font-size: 18px; }

.pirenko_social.minimal {
  margin-bottom: -5px; }

.minimal .social_img_wrp {
  margin-right: 6px;
  margin-bottom: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  float: left; }
.minimal a {
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 16px; }
.minimal .social_img_wrp.fount_socialink .bg_shifter {
  width: 30px;
  height: 30px;
  z-index: 2;
  left: -1px; }

#top_sidebar .pir_icons {
  margin-right: 8px; }

.pirenko_social a {
  float: left;
  width: 100%; }

.pirenko_social .social_img_wrp:last-child {
  margin-right: 0px; }

@media only screen and (max-width: 767px) {
  .pirenko_social a {
    float: none; } }
/* VCARD */
.fount_vcard .fount_vcard_logo {
  margin-bottom: 6px; }
.fount_vcard .fount_vcard_title {
  font-size: 1.2em;
  margin-bottom: 10px; }
.fount_vcard .fount_vcard_description {
  margin-bottom: 16px; }
.fount_vcard .adr {
  margin-bottom: 22px; }
.fount_vcard .fount_address_icon {
  position: absolute;
  margin-top: 3px;
  font-size: 14px; }
.fount_vcard .fount_after_vcard_icon {
  padding-left: 24px; }
.fount_vcard .fount_fa-map-marker {
  margin-left: 2px; }
.fount_vcard .fount_fa-info {
  margin-left: 3px; }
.fount_vcard .fount_fa-map-phone {
  margin-left: 1px; }
.fount_vcard .fount_vcard_block {
  margin-bottom: 2px;
  text-align: left;
  display: inline-block; }

#prk_hidden_bar .fount_vcard i {
  display: none; }
#prk_hidden_bar .fount_after_vcard_icon {
  padding-left: 0px; }

.fount_vcard.shortcoded .adr {
  margin-bottom: 10px; }
.fount_vcard.shortcoded .fount_after_vcard_icon {
  padding-left: 30px; }
.fount_vcard.shortcoded .fount_address_icon {
  margin-top: 0px;
  font-size: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding-left: 1px; }
.fount_vcard.shortcoded .fount_vcard_block {
  margin-bottom: 10px; }
.fount_vcard.shortcoded .fount_fa-map-marker {
  margin-top: 3px; }
.fount_vcard.shortcoded .fount_fa-envelope {
  margin-top: 2px; }

.comments_slider {
  min-height: 76px;
  opacity: 0;
  filter: alpha(opacity=0); }

#sidebar .comments_slider {
  margin-top: 2px; }

.comments_slider .comment {
  font-style: italic; }

.comments_slider ul li {
  display: none;
  list-style: none; }

.comments_slider ul li:first-child {
  display: inline; }

.comments_slider .comment-avatar {
  padding-right: 6px;
  margin-left: 24px;
  margin-top: 4px;
  display: inline-block; }

.comments_slider .comment-link,
.comments_slider .comment-author {
  font-size: 1.1em;
  font-style: normal; }

.comments_slider .comment-link:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: auto;
  visibility: hidden; }

.comments_slider .comment-body,
.comments_slider .comment-excerpt {
  display: block;
  width: 100%; }

.prk_inner_tip {
  content: '';
  height: 20px;
  width: 20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: 27px;
  z-index: 1; }

.tip_top_hide {
  width: 40px;
  height: 17px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 17px;
  z-index: 2; }

.sub-menu .prk_inner_tip {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  position: absolute;
  top: -1000px;
  left: 0px;
  z-index: -1;
  height: 3000px; }

.pirenko_tags {
  margin-top: 2px; }

.pirenko_tags .theme_button_inverted,
.pirenko_tags .theme_button {
  margin: 0px 1px 1px 0px;
  float: left; }

/* Navigation Arrows */
.elastislide-wrapper nav span {
  display: none !important; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  /*-webkit-backface-visibility: hidden;*/ }

.sf-menu .sub-menu li a {
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 1.5em; }

.sf-menu .sub-menu li a:hover {
  padding-left: 24px; }

.sf-menu ul {
  position: absolute;
  opacity: 1 !important;
  visibility: hidden;
  z-index: 99999; }

.sf-menu > li {
  float: left;
  margin-right: 1px; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu ul ul {
  top: 0px;
  left: 100% !important; }

/*** FOUNT SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 0px; }

.sf-menu .sub-menu a {
  -moz-transition-property: opacity, padding;
  -o-transition-property: opacity, padding;
  -webkit-transition-property: opacity, padding;
  transition-property: opacity, padding;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.sf-menu .fount_hover_sub .sub-menu a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#menu_section .sf-menu {
  font-size: 14px; }

.sf-menu ul {
  min-width: 13em; }

.sf-menu a {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s; }

.sf-menu > li > a {
  display: inline-table; }

.sf-menu > li > a:after {
  position: absolute;
  left: 0;
  width: auto;
  height: 3px;
  content: '';
  top: 50%;
  margin-top: 0px;
  left: 16px;
  right: 16px;
  margin-top: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s; }

#menu_section .sf-menu .sub-menu li,
.sf-menu > li > a.sf-with-ul {
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  float: left !important; }

#menu_section .sf-menu .fount_hover_sub .sub-menu li,
.sf-menu > li.fount_hover_sub > a.sf-with-ul {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sf-menu > li > a.sf-with-ul:after {
  display: none; }

.sf-menu > li > a:hover:after {
  margin-top: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity, margin;
  -o-transition-property: opacity, margin;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s; }

.sf-menu .sub-menu a {
  font-size: 0.9em;
  padding: 0px 16px; }

.sf-menu .prk_regular_menu li {
  position: relative; }

#menu_section [class^="icon-"]:before,
#menu_section [class*=" icon-"]:before {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px; }

.sf-menu .prk_regular_menu li:first-child {
  border-top: 0px !important; }

/* MEGA MENU BY PIRENKO */
.sf-menu > li.mega_menu .sub-menu a {
  font-size: 0.9em;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s; }

.sf-menu > li.mega_menu > ul {
  width: 100% !important;
  left: 0px; }

.sf-menu > li.mega_menu li {
  border-top: 0px !important; }

.sf-menu > li.mega_menu > ul > li > a {
  padding-left: 10px !important; }

.sf-menu > li.mega_menu > ul > li {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px; }

.sf-menu > li.mega_menu > ul > li:last-child {
  border-right: 0px !important; }

.sf-menu > li.mega_menu > ul > li ul {
  display: block !important;
  position: relative;
  width: 100% !important;
  left: 0px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100); }

.sf-menu > li.mega_menu .small-1 {
  width: 8.33333% !important; }

.sf-menu > li.mega_menu .small-2 {
  width: 16.66667% !important; }

.sf-menu > li.mega_menu .small-3 {
  width: 25% !important; }

.sf-menu > li.mega_menu .small-4 {
  width: 33.33333% !important; }

.sf-menu > li.mega_menu .small-5 {
  width: 41.66667% !important; }

.sf-menu > li.mega_menu .small-6 {
  width: 50% !important; }

.sf-menu > li.mega_menu .small-7 {
  width: 58.33333% !important; }

.sf-menu > li.mega_menu .small-8 {
  width: 66.66667% !important; }

.sf-menu > li.mega_menu .small-9 {
  width: 75% !important; }

.sf-menu > li.mega_menu .small-10 {
  width: 83.33333% !important; }

.sf-menu > li.mega_menu .small-11 {
  width: 91.66667% !important; }

.sf-menu > li.mega_menu .small-12 {
  width: 100% !important; }

.fount_collapsed_menu .sf-menu ul {
  top: 0px; }

.menu_at_top #prk_responsive_menu #menu_section .sf-menu > li > a {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 1.15em;
  width: 100%; }
.menu_at_top #menu_section .sf-menu .sub-menu {
  visibility: visible !important; }
.menu_at_top #menu_section .sf-menu li,
.menu_at_top #menu_section .sf-menu li a {
  background-color: transparent !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }
.menu_at_top #menu_section .sf-menu li a {
  border-top-width: 0px !important; }
.menu_at_top #menu_section .sf-menu .sub-menu > li:first-child > a {
  border-top-width: 1px !important; }
.menu_at_top .sf-menu ul {
  top: 0px; }

.menu_at_top .sf-menu > li > a::after {
  display: none; }

.menu_at_top #prk_responsive_menu #menu_section .sf-menu {
  display: none; }

.menu_at_top #prk_responsive_menu #menu_section .sf-menu.mini-site-header {
  width: 100%;
  padding-bottom: 60px; }

.fount_forced_menu .sf-menu ul,
.fount_collapsed_menu .sf-menu ul {
  margin-top: -1px; }

.menu_at_top #prk_responsive_menu #menu_section .sf-menu li {
  width: 100% !important;
  float: left !important;
  height: auto !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  line-height: inherit !important;
  text-align: center; }

.menu_at_top #prk_responsive_menu #menu_section .sf-menu .sub-menu {
  display: block !important;
  width: 100% !important;
  position: relative;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.menu_at_top #prk_responsive_menu .sf-menu > li.mega_menu > ul > li > a {
  font-weight: 600;
  padding-left: 16px !important;
  padding-right: 16px; }

.menu_at_top #prk_responsive_menu .sf-menu > li.mega_menu > ul > li {
  margin: 0px;
  border-right: 0px !important;
  padding-left: 0px;
  padding-right: 0px; }

#dotted_navigation {
  position: fixed;
  z-index: 9;
  right: 21px;
  top: 50%;
  -webkit-backface-visibility: hidden; }
  #dotted_navigation #menu_section .sf-menu {
    width: 24px; }
    #dotted_navigation #menu_section .sf-menu li {
      width: 24px;
      height: 22px !important;
      line-height: 22px !important;
      overflow: visible !important; }
      #dotted_navigation #menu_section .sf-menu li span {
        position: absolute;
        right: 0px;
        padding-right: 38px;
        display: block;
        white-space: nowrap;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition-property: padding, opacity;
        -o-transition-property: padding, opacity;
        -webkit-transition-property: padding, opacity;
        transition-property: padding, opacity;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        visibility: hidden;
        -webkit-backface-visibility: hidden; }
    #dotted_navigation #menu_section .sf-menu a {
      height: 22px !important;
      line-height: 22px !important;
      overflow: visible !important; }
    #dotted_navigation #menu_section .sf-menu .sub-menu {
      display: none; }

#dotted_navigation #menu_section .sf-menu li.hover_trigger a:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
#dotted_navigation #menu_section .sf-menu li.hover_trigger span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: padding, opacity;
  -o-transition-property: padding, opacity;
  -webkit-transition-property: padding, opacity;
  transition-property: padding, opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  padding-right: 26px;
  visibility: visible; }

.fount_on_mobile #dotted_navigation #menu_section .sf-menu li.hover_trigger a:before {
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }
.fount_on_mobile #dotted_navigation #menu_section .sf-menu li.hover_trigger span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden; }
.fount_on_mobile .owl-carousel .item img,
.fount_on_mobile .owl-carousel .owl-wrapper,
.fount_on_mobile .owl-carousel .owl-item,
.fount_on_mobile .tooltipster-grow,
.fount_on_mobile .mfp-wrap,
.fount_on_mobile #dotted_navigation,
.fount_on_mobile #dotted_navigation #menu_section .sf-menu li span,
.fount_on_mobile #dotted_navigation #menu_section .sf-menu li.hover_trigger.active a:before,
.fount_on_mobile #dotted_navigation li.active a:before {
  -webkit-backface-visibility: visible; }

#dotted_navigation a:before {
  content: '';
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0px;
  margin-top: 6px; }

#dotted_navigation #menu_section .sf-menu li.hover_trigger.active a:before,
#dotted_navigation li.active a:before {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden; }

.prk_with_back.a.zocial,
.prk_with_back.zocial {
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 0 .95em 0 0; }

/* Buttons can be displayed as standalone icons by adding a class of "icon" */
.prk_with_back.zocial.fount-icon {
  overflow: hidden;
  width: 32px;
  padding-left: 0;
  padding-right: 0;
  height: 32px;
  white-space: nowrap; }

.prk_with_back.zocial.fount-icon:before {
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  box-shadow: none;
  border: none; }

/* Gradients */
.prk_with_back.zocial {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1)); }

.prk_with_back.zocial:hover, .prk_with_back.zocial:focus {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(51%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15)); }

.prk_with_back.zocial:active {
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1)); }

/* Adjustments for light background buttons */
.prk_with_back.zocial.fount-acrobat,
.prk_with_back.zocial.fount-bitcoin,
.prk_with_back.zocial.fount-cloudapp,
.prk_with_back.zocial.fount-dropbox,
.prk_with_back.zocial.fount-email,
.prk_with_back.zocial.fount-eventful,
.prk_with_back.zocial.fount-github,
.prk_with_back.zocial.fount-gmail,
.prk_with_back.zocial.fount-instapaper,
.prk_with_back.zocial.fount-itunes,
.prk_with_back.zocial.fount-ninetyninedesigns,
.prk_with_back.zocial.fount-openid,
.prk_with_back.zocial.fount-plancast,
.prk_with_back.zocial.fount-pocket,
.prk_with_back.zocial.fount-posterous,
.prk_with_back.zocial.fount-reddit,
.prk_with_back.zocial.fount-secondary,
.prk_with_back.zocial.fount-stackoverflow,
.prk_with_back.zocial.fount-viadeo,
.prk_with_back.zocial.fount-weibo,
.prk_with_back.zocial.fount-wikipedia {
  border: 1px solid #aaa;
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #777;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

/* :hover adjustments for light background buttons */
.zocial.fount-acrobat:focus,
.zocial.fount-acrobat:hover,
.zocial.fount-bitcoin:focus,
.zocial.fount-bitcoin:hover,
.zocial.fount-dropbox:focus,
.zocial.fount-dropbox:hover,
.zocial.fount-email:focus,
.zocial.fount-email:hover,
.zocial.fount-eventful:focus,
.zocial.fount-eventful:hover,
.zocial.fount-github:focus,
.zocial.fount-github:hover,
.zocial.fount-gmail:focus,
.zocial.fount-gmail:hover,
.zocial.fount-instapaper:focus,
.zocial.fount-instapaper:hover,
.zocial.fount-itunes:focus,
.zocial.fount-itunes:hover,
.zocial.fount-ninetyninedesigns:focus,
.zocial.fount-ninetyninedesigns:hover,
.zocial.fount-openid:focus,
.zocial.fount-openid:hover,
.zocial.fount-plancast:focus,
.zocial.fount-plancast:hover,
.zocial.fount-pocket:focus,
.zocial.fount-pocket:hover,
.zocial.fount-posterous:focus,
.zocial.fount-posterous:hover,
.zocial.fount-reddit:focus,
.zocial.fount-reddit:hover,
.zocial.fount-secondary:focus,
.zocial.fount-secondary:hover,
.zocial.fount-stackoverflow:focus,
.zocial.fount-stackoverflow:hover,
.zocial.fount-twitter:focus,
.zocial.fount-viadeo:focus,
.zocial.fount-viadeo:hover,
.zocial.fount-weibo:focus,
.zocial.fount-weibo:hover,
.zocial.fount-wikipedia:focus,
.zocial.fount-wikipedia:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(49%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.15)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15)); }

/* :active adjustments for light background buttons */
.zocial.fount-acrobat:active,
.zocial.fount-bitcoin:active,
.zocial.fount-dropbox:active,
.zocial.fount-email:active,
.zocial.fount-eventful:active,
.zocial.fount-github:active,
.zocial.fount-gmail:active,
.zocial.fount-instapaper:active,
.zocial.fount-itunes:active,
.zocial.fount-ninetyninedesigns:active,
.zocial.fount-openid:active,
.zocial.fount-plancast:active,
.zocial.fount-pocket:active,
.zocial.fount-posterous:active,
.zocial.fount-reddit:active,
.zocial.fount-secondary:active,
.zocial.fount-stackoverflow:active,
.zocial.fount-viadeo:active,
.zocial.fount-weibo:active,
.zocial.fount-wikipedia:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1)); }

/* Button icon and color */
/* Button background and text color */
.prk_with_back.zocial.fount-acrobat {
  background-color: #fff;
  color: #000; }

.prk_with_back.zocial.fount-amazon {
  background-color: #ffad1d;
  color: #030037;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.prk_with_back.zocial.fount-android {
  background-color: #a4c639; }

.prk_with_back.zocial.fount-angellist {
  background-color: #000; }

.prk_with_back.zocial.fount-aol {
  background-color: #f00; }

.prk_with_back.zocial.fount-appnet {
  background-color: #3178bd; }

.prk_with_back.zocial.fount-appstore {
  background-color: #000; }

.prk_with_back.zocial.fount-behance {
  background-color: #0287e5; }

.prk_with_back.zocial.fount-bitbucket {
  background-color: #205081; }

.prk_with_back.zocial.fount-bitcoin {
  background-color: #efefef;
  color: #4d4d4d; }

.prk_with_back.zocial.fount-blogger {
  background-color: #ee5a22; }

.prk_with_back.zocial.fount-buffer {
  background-color: #232323; }

.prk_with_back.zocial.fount-call {
  background-color: #008000; }

.prk_with_back.zocial.fount-cal {
  background-color: #d63538; }

.prk_with_back.zocial.fount-cart {
  background-color: #333; }

.prk_with_back.zocial.fount-chrome {
  background-color: #006cd4; }

.prk_with_back.zocial.fount-cloudapp {
  background-color: #fff;
  color: #312c2a; }

.prk_with_back.zocial.fount-creativecommons {
  background-color: #000; }

.prk_with_back.zocial.fount-delicious {
  background-color: #3271cb; }

.prk_with_back.zocial.fount-digg {
  background-color: #164673; }

.prk_with_back.zocial.fount-disqus {
  background-color: #5d8aad; }

.prk_with_back.zocial.fount-dribbble {
  background-color: #ea4c89; }

.prk_with_back.zocial.fount-dropbox {
  background-color: #fff;
  color: #312c2a; }

.prk_with_back.zocial.fount-drupal {
  background-color: #0077c0;
  color: #fff; }

.prk_with_back.zocial.fount-dwolla {
  background-color: #e88c02; }

.prk_with_back.zocial.fount-email {
  background-color: #f0f0eb;
  color: #312c2a; }

.prk_with_back.zocial.fount-eventasaurus {
  background-color: #192931;
  color: #fff; }

.prk_with_back.zocial.fount-eventbrite {
  background-color: #ff5616; }

.prk_with_back.zocial.fount-eventful {
  background-color: #fff;
  color: #47ab15; }

.prk_with_back.zocial.fount-evernote {
  background-color: #6bb130;
  color: #fff; }

.prk_with_back.zocial.fount-facebook {
  background-color: #4863ae; }

.prk_with_back.zocial.fount-fivehundredpx {
  background-color: #333; }

.prk_with_back.zocial.fount-flattr {
  background-color: #8aba42; }

.prk_with_back.zocial.fount-flickr {
  background-color: #ff0084; }

.prk_with_back.zocial.fount-forrst {
  background-color: #1e360d;
  color: #50894f; }

.prk_with_back.zocial.fount-foursquare {
  background-color: #44a8e0; }

.prk_with_back.zocial.fount-github {
  background-color: #fbfbfb;
  color: #050505; }

.prk_with_back.zocial.fount-gmail {
  background-color: #efefef;
  color: #222; }

.prk_with_back.zocial.fount-google {
  background-color: #4e6cf7; }

.prk_with_back.zocial.fount-googleplay {
  background-color: #000; }

.prk_with_back.zocial.fount-google-plus {
  background-color: #222222; }

.prk_with_back.zocial.fount-gowalla {
  background-color: #ff720a; }

.prk_with_back.zocial.fount-grooveshark {
  background-color: #111;
  color: #eee; }

.prk_with_back.zocial.fount-guest {
  background-color: #1b4d6d; }

.prk_with_back.zocial.fount-html5 {
  background-color: #ff3617; }

.prk_with_back.zocial.fount-ie {
  background-color: #00a1d9; }

.prk_with_back.zocial.fount-instapaper {
  background-color: #eee;
  color: #222; }

.prk_with_back.zocial.fount-instagram {
  background-color: #3f729b; }

.prk_with_back.zocial.fount-intensedebate {
  background-color: #0099e1; }

.prk_with_back.zocial.fount-klout {
  background-color: #e34a25; }

.prk_with_back.zocial.fount-itunes {
  background-color: #efefeb;
  color: #312c2a; }

.prk_with_back.zocial.fount-lanyrd {
  background-color: #2e6ac2; }

.prk_with_back.zocial.fount-lastfm {
  background-color: #dc1a23; }

.prk_with_back.zocial.fount-lego {
  background-color: #fb0000;
  color: #fff900; }

.prk_with_back.zocial.fount-linkedin {
  background-color: #0083a8; }

.prk_with_back.zocial.fount-lkdto {
  background-color: #7c786f; }

.prk_with_back.zocial.fount-logmein {
  background-color: #000; }

.prk_with_back.zocial.fount-macstore {
  background-color: #007dcb; }

.prk_with_back.zocial.fount-meetup {
  background-color: #ff0026; }

.prk_with_back.zocial.fount-myspace {
  background-color: #000; }

.prk_with_back.zocial.fount-ninetyninedesigns {
  background-color: #fff;
  color: #072243; }

.prk_with_back.zocial.fount-openid {
  background-color: #f5f5f5;
  color: #333; }

.prk_with_back.zocial.fount-opentable {
  background-color: #990000; }

.prk_with_back.zocial.fount-paypal {
  background-color: #fff;
  color: #32689a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.prk_with_back.zocial.fount-pinboard {
  background-color: blue; }

.prk_with_back.zocial.fount-pinterest {
  background-color: #c91618; }

.prk_with_back.zocial.fount-plancast {
  background-color: #e7ebed;
  color: #333; }

.prk_with_back.zocial.fount-plurk {
  background-color: #cf682f; }

.prk_with_back.zocial.fount-pocket {
  background-color: #fff;
  color: #777; }

.prk_with_back.zocial.fount-podcast {
  background-color: #9365ce; }

.prk_with_back.zocial.fount-posterous {
  background-color: #ffd959;
  color: #bc7134; }

.prk_with_back.zocial.fount-print {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.prk_with_back.zocial.fount-quora {
  background-color: #a82400; }

.prk_with_back.zocial.fount-reddit {
  background-color: #fff;
  color: #222; }

.prk_with_back.zocial.fount-rss {
  background-color: #ff7f25; }

.prk_with_back.zocial.fount-scribd {
  background-color: #231c1a;
  color: #00d5ea; }

.prk_with_back.zocial.fount-skype {
  background-color: #00a2ed; }

.prk_with_back.zocial.fount-smashing {
  background-color: #ff4f27; }

.prk_with_back.zocial.fount-songkick {
  background-color: #ff0050; }

.prk_with_back.zocial.fount-soundcloud {
  background-color: #ff4500; }

.prk_with_back.zocial.fount-spotify {
  background-color: #60af00; }

.prk_with_back.zocial.fount-stackoverflow {
  background-color: #fff;
  color: #555; }

.prk_with_back.zocial.fount-statusnet {
  background-color: #829d25;
  color: #fff; }

.prk_with_back.zocial.fount-steam {
  background-color: #000; }

.prk_with_back.zocial.fount-stripe {
  background-color: #2f7ed6; }

.prk_with_back.zocial.fount-stumbleupon {
  background-color: #eb4924; }

.prk_with_back.zocial.fount-tumblr {
  background-color: #374a61; }

.prk_with_back.zocial.fount-twitter {
  background-color: #46c0fb; }

.prk_with_back.zocial.fount-viadeo {
  background-color: #fff;
  color: #000; }

.prk_with_back.zocial.fount-vimeo-square {
  background-color: #00a2cd; }

.prk_with_back.zocial.fount-vk {
  background-color: #45688E; }

.prk_with_back.zocial.fount-weibo {
  background-color: #faf6f1;
  color: #000; }

.prk_with_back.zocial.fount-wikipedia {
  background-color: #fff;
  color: #000; }

.prk_with_back.zocial.fount-windows {
  background-color: #0052a4;
  color: #fff; }

.prk_with_back.zocial.fount-wordpress {
  background-color: #464646; }

.prk_with_back.zocial.fount-xing {
  background-color: #0a5d5e; }

.prk_with_back.zocial.fount-yahoo {
  background-color: #a200c2; }

.prk_with_back.zocial.fount-ycombinator {
  background-color: #ff6600; }

.prk_with_back.zocial.fount-yelp {
  background-color: #e60010; }

.prk_with_back.zocial.fount-youtube {
  background-color: #f00; }

/*
The Miscellaneous Buttons
These button have no icons and can be general purpose buttons while ensuring consistent button style
Credit to @guillermovs for suggesting
*/
.zocial.fount-primary, .zocial.fount-secondary {
  margin: 0.1em 0;
  padding: 0 1em; }

.zocial.fount-primary:before, .zocial.fount-secondary:before {
  display: none; }

.zocial.fount-primary {
  background-color: #333; }

.zocial.fount-secondary {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

/* Any browser-specific adjustments */
button:-moz-focus-inner {
  border: 0;
  padding: 0; }

/*FONTELLO */
@font-face {
  font-family: 'fontello';
  font-family: 'fontello';
  src: url("../inc/fonts/fontello/font/fontello.eot?48924430");
  src: url("../inc/fonts/fontello/font/fontello.eot?48924430#iefix") format("embedded-opentype"), url("../inc/fonts/fontello/font/fontello.woff?48924430") format("woff"), url("../inc/fonts/fontello/font/fontello.ttf?48924430") format("truetype"), url("../inc/fonts/fontello/font/fontello.svg?48924430#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em; }

.icon-delicious:before {
  content: '\23'; }

/* '#' */
.icon-plus:before {
  content: '\2b'; }

/* '+' */
.icon-plus-1:before {
  content: '\e803'; }

/* '' */
.icon-plus-2:before {
  content: '\e804'; }

/* '' */
.icon-plus-3:before {
  content: '\e805'; }

/* '' */
.icon-gplus:before {
  content: '\e808'; }

/* '' */
.icon-minus:before {
  content: '\2d'; }

/* '-' */
.icon-minus-1:before {
  content: '\e802'; }

/* '' */
.icon-stumbleupon:before {
  content: '\2f'; }

/* '/' */
.icon-fivehundredpx:before {
  content: '\30'; }

/* '0' */
.icon-pinterest:before {
  content: '\31'; }

/* '1' */
.icon-digg:before {
  content: '\3b'; }

/* ';' */
.icon-blogger:before {
  content: '\42'; }

/* 'B' */
.icon-dribbble:before {
  content: '\44'; }

/* 'D' */
.icon-flickr:before {
  content: '\46'; }

/* 'F' */
.icon-linkedin:before {
  content: '\4c'; }

/* 'L' */
.icon-rss-1:before {
  content: '\52'; }

/* 'R' */
.icon-skype:before {
  content: '\53'; }

/* 'S' */
.icon-twitter:before {
  content: '\54'; }

/* 'T' */
.icon-youtube:before {
  content: '\55'; }

/* 'U' */
.icon-vimeo:before {
  content: '\56'; }

/* 'V' */
.icon-yahoo:before {
  content: '\59'; }

/* 'Y' */
.icon-email:before {
  content: '\5d'; }

/* ']' */
.icon-myspace:before {
  content: '\5f'; }

/* '_' */
.icon-facebook:before {
  content: '\66'; }

/* 'f' */
.icon-soundcloud:before {
  content: '\73'; }

/* 's' */
.icon-tumblr:before {
  content: '\74'; }

/* 't' */
.icon-info:before {
  content: '\2139'; }

/* 'ℹ' */
.icon-left-thin:before {
  content: '\2190'; }

/* '←' */
.icon-up-thin:before {
  content: '\2191'; }

/* '↑' */
.icon-right-thin:before {
  content: '\2192'; }

/* '→' */
.icon-down-thin:before {
  content: '\2193'; }

/* '↓' */
.icon-level-up:before {
  content: '\21b0'; }

/* '↰' */
.icon-level-down:before {
  content: '\21b3'; }

/* '↳' */
.icon-switch:before {
  content: '\21c6'; }

/* '⇆' */
.icon-infinity:before {
  content: '\221e'; }

/* '∞' */
.icon-plus-squared:before {
  content: '\229e'; }

/* '⊞' */
.icon-minus-squared:before {
  content: '\229f'; }

/* '⊟' */
.icon-home:before {
  content: '\2302'; }

/* '⌂' */
.icon-keyboard:before {
  content: '\2328'; }

/* '⌨' */
.icon-erase:before {
  content: '\232b'; }

/* '⌫' */
.icon-pause:before {
  content: '\2389'; }

/* '⎉' */
.icon-fast-forward:before {
  content: '\23e9'; }

/* '⏩' */
.icon-fast-backward:before {
  content: '\23ea'; }

/* '⏪' */
.icon-to-end:before {
  content: '\23ed'; }

/* '⏭' */
.icon-to-start:before {
  content: '\23ee'; }

/* '⏮' */
.icon-hourglass:before {
  content: '\23f3'; }

/* '⏳' */
.icon-stop:before {
  content: '\25a0'; }

/* '■' */
.icon-up-dir:before {
  content: '\25b4'; }

/* '▴' */
.icon-play:before {
  content: '\25b6'; }

/* '▶' */
.icon-right-dir:before {
  content: '\25b8'; }

/* '▸' */
.icon-down-dir:before {
  content: '\25be'; }

/* '▾' */
.icon-left-dir:before {
  content: '\25c2'; }

/* '◂' */
.icon-adjust:before {
  content: '\25d1'; }

/* '◑' */
.icon-cloud:before {
  content: '\2601'; }

/* '☁' */
.icon-star:before {
  content: '\2605'; }

/* '★' */
.icon-star-empty:before {
  content: '\2606'; }

/* '☆' */
.icon-menu:before {
  content: '\2630'; }

/* '☰' */
.icon-moon:before {
  content: '\263d'; }

/* '☽' */
.icon-heart-empty:before {
  content: '\2661'; }

/* '♡' */
.icon-heart-1:before {
  content: '\e801'; }

/* '' */
.icon-note:before {
  content: '\266a'; }

/* '♪' */
.icon-note-beamed:before {
  content: '\266b'; }

/* '♫' */
.icon-layout:before {
  content: '\268f'; }

/* '⚏' */
.icon-flag:before {
  content: '\2691'; }

/* '⚑' */
.icon-tools:before {
  content: '\2692'; }

/* '⚒' */
.icon-cog:before {
  content: '\2699'; }

/* '⚙' */
.icon-attention:before {
  content: '\26a0'; }

/* '⚠' */
.icon-flash:before {
  content: '\26a1'; }

/* '⚡' */
.icon-record:before {
  content: '\26ab'; }

/* '⚫' */
.icon-cloud-thunder:before {
  content: '\26c8'; }

/* '⛈' */
.icon-tape:before {
  content: '\2707'; }

/* '✇' */
.icon-flight:before {
  content: '\2708'; }

/* '✈' */
.icon-mail:before {
  content: '\2709'; }

/* '✉' */
.icon-pencil:before {
  content: '\270e'; }

/* '✎' */
.icon-feather:before {
  content: '\2712'; }

/* '✒' */
.icon-check:before {
  content: '\2713'; }

/* '✓' */
.icon-cancel:before {
  content: '\2715'; }

/* '✕' */
.icon-cancel-circled:before {
  content: '\2716'; }

/* '✖' */
.icon-cancel-squared:before {
  content: '\274e'; }

/* '❎' */
.icon-help:before {
  content: '\2753'; }

/* '❓' */
.icon-quote-left-1:before {
  content: '\275d'; }

/* '❝' */
.icon-quote:before {
  content: '\275e'; }

/* '❞' */
.icon-quote-right-1:before {
  content: '\e806'; }

/* '' */
.icon-plus-circled:before {
  content: '\2795'; }

/* '➕' */
.icon-minus-circled:before {
  content: '\2796'; }

/* '➖' */
.icon-direction:before {
  content: '\27a2'; }

/* '➢' */
.icon-forward:before {
  content: '\27a6'; }

/* '➦' */
.icon-ccw:before {
  content: '\27f2'; }

/* '⟲' */
.icon-cw:before {
  content: '\27f3'; }

/* '⟳' */
.icon-list-add:before {
  content: '\e003'; }

/* '' */
.icon-list:before {
  content: '\e005'; }

/* '' */
.icon-quote-1:before {
  content: '\e054'; }

/* '' */
.icon-mail-3:before {
  content: '\e0eb'; }

/* '' */
.icon-left-bold:before {
  content: '\e4ad'; }

/* '' */
.icon-right-bold:before {
  content: '\e4ae'; }

/* '' */
.icon-up-bold:before {
  content: '\e4af'; }

/* '' */
.icon-down-bold:before {
  content: '\e4b0'; }

/* '' */
.icon-user-add:before {
  content: '\e700'; }

/* '' */
.icon-help-circled:before {
  content: '\e704'; }

/* '' */
.icon-info-circled:before {
  content: '\e705'; }

/* '' */
.icon-eye:before {
  content: '\e70a'; }

/* '' */
.icon-tag:before {
  content: '\e70c'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e711'; }

/* '' */
.icon-reply:before {
  content: '\e712'; }

/* '' */
.icon-reply-all:before {
  content: '\e713'; }

/* '' */
.icon-code:before {
  content: '\e714'; }

/* '' */
.icon-export:before {
  content: '\e715'; }

/* '' */
.icon-print:before {
  content: '\e716'; }

/* '' */
.icon-retweet:before {
  content: '\e717'; }

/* '' */
.icon-comment:before {
  content: '\e718'; }

/* '' */
.icon-chat-1:before {
  content: '\e800'; }

/* '' */
.icon-vcard:before {
  content: '\e722'; }

/* '' */
.icon-address:before {
  content: '\e723'; }

/* '' */
.icon-location:before {
  content: '\e724'; }

/* '' */
.icon-map:before {
  content: '\e727'; }

/* '' */
.icon-compass:before {
  content: '\e728'; }

/* '' */
.icon-trash:before {
  content: '\e729'; }

/* '' */
.icon-doc:before {
  content: '\e730'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e731'; }

/* '' */
.icon-docs:before {
  content: '\e736'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e737'; }

/* '' */
.icon-archive:before {
  content: '\e738'; }

/* '' */
.icon-rss:before {
  content: '\e73a'; }

/* '' */
.icon-share:before {
  content: '\e73c'; }

/* '' */
.icon-basket:before {
  content: '\e73d'; }

/* '' */
.icon-shareable:before {
  content: '\e73e'; }

/* '' */
.icon-login:before {
  content: '\e740'; }

/* '' */
.icon-volume:before {
  content: '\e742'; }

/* '' */
.icon-resize-full:before {
  content: '\e744'; }

/* '' */
.icon-resize-small:before {
  content: '\e746'; }

/* '' */
.icon-popup:before {
  content: '\e74c'; }

/* '' */
.icon-publish:before {
  content: '\e74d'; }

/* '' */
.icon-window:before {
  content: '\e74e'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e74f'; }

/* '' */
.icon-chart-pie:before {
  content: '\e751'; }

/* '' */
.icon-language:before {
  content: '\e752'; }

/* '' */
.icon-air:before {
  content: '\e753'; }

/* '' */
.icon-database:before {
  content: '\e754'; }

/* '' */
.icon-bucket:before {
  content: '\e756'; }

/* '' */
.icon-thermometer:before {
  content: '\e757'; }

/* '' */
.icon-down-open:before {
  content: '\e75c'; }

/* '' */
.icon-left-open:before {
  content: '\e75d'; }

/* '' */
.icon-right-open:before {
  content: '\e75e'; }

/* '' */
.icon-up-open:before {
  content: '\e75f'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e760'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e761'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e762'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e763'; }

/* '' */
.icon-down-open-big:before {
  content: '\e764'; }

/* '' */
.icon-left-open-big:before {
  content: '\e765'; }

/* '' */
.icon-right-open-big:before {
  content: '\e766'; }

/* '' */
.icon-up-open-big:before {
  content: '\e767'; }

/* '' */
.icon-progress-0:before {
  content: '\e768'; }

/* '' */
.icon-progress-1:before {
  content: '\e769'; }

/* '' */
.icon-progress-2:before {
  content: '\e76a'; }

/* '' */
.icon-progress-3:before {
  content: '\e76b'; }

/* '' */
.icon-back-in-time:before {
  content: '\e771'; }

/* '' */
.icon-network:before {
  content: '\e776'; }

/* '' */
.icon-inbox:before {
  content: '\e777'; }

/* '' */
.icon-install:before {
  content: '\e778'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e788'; }

/* '' */
.icon-mouse:before {
  content: '\e789'; }

/* '' */
.icon-dot:before {
  content: '\e78b'; }

/* '' */
.icon-dot-2:before {
  content: '\e78c'; }

/* '' */
.icon-dot-3:before {
  content: '\e78d'; }

/* '' */
.icon-suitcase:before {
  content: '\e78e'; }

/* '' */
.icon-brush:before {
  content: '\e79a'; }

/* '' */
.icon-paper-plane:before {
  content: '\e79b'; }

/* '' */
.icon-magnet:before {
  content: '\e7a1'; }

/* '' */
.icon-gauge:before {
  content: '\e7a2'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e7a3'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-deviantart:before {
  content: '\f316'; }

/* '' */
.icon-instagram-filled:before {
  content: '\f31f'; }

/* '' */
.icon-behance:before {
  content: '\f34e'; }

/* '' */
.icon-picture:before {
  content: '\e816'; }

/* '' */
.icon-globe:before {
  content: '\e856'; }

/* '' */
.icon-leaf:before {
  content: '\e857'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e862'; }

/* '' */
.icon-mic:before {
  content: '\e839'; }

/* '' */
.icon-palette:before {
  content: '\e850'; }

/* '' */
.icon-ticket:before {
  content: '\e863'; }

/* '' */
.icon-video:before {
  content: '\e815'; }

/* '' */
.icon-target:before {
  content: '\e849'; }

/* '' */
.icon-music:before {
  content: '\e810'; }

/* '' */
.icon-trophy:before {
  content: '\e851'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e825'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e'; }

/* '' */
.icon-bag:before {
  content: '\e837'; }

/* '' */
.icon-user:before {
  content: '\e813'; }

/* '' */
.icon-users:before {
  content: '\e814'; }

/* '' */
.icon-lamp:before {
  content: '\e842'; }

/* '' */
.icon-alert:before {
  content: '\e829'; }

/* '' */
.icon-water:before {
  content: '\e864'; }

/* '' */
.icon-droplet:before {
  content: '\e865'; }

/* '' */
.icon-credit-card:before {
  content: '\e866'; }

/* '' */
.icon-monitor:before {
  content: '\e853'; }

/* '' */
.icon-briefcase:before {
  content: '\e858'; }

/* '' */
.icon-floppy:before {
  content: '\e867'; }

/* '' */
.icon-cd:before {
  content: '\e855'; }

/* '' */
.icon-folder:before {
  content: '\e834'; }

/* '' */
.icon-doc-text:before {
  content: '\e830'; }

/* '' */
.icon-calendar:before {
  content: '\e838'; }

/* '' */
.icon-chart-line:before {
  content: '\e859'; }

/* '' */
.icon-chart-bar:before {
  content: '\e860'; }

/* '' */
.icon-clipboard:before {
  content: '\e868'; }

/* '' */
.icon-attach:before {
  content: '\e820'; }

/* '' */
.icon-bookmarks:before {
  content: '\e824'; }

/* '' */
.icon-book:before {
  content: '\e833'; }

/* '' */
.icon-book-open:before {
  content: '\e832'; }

/* '' */
.icon-phone:before {
  content: '\e836'; }

/* '' */
.icon-megaphone:before {
  content: '\e869'; }

/* '' */
.icon-upload:before {
  content: '\e827'; }

/* '' */
.icon-download:before {
  content: '\e826'; }

/* '' */
.icon-box:before {
  content: '\e835'; }

/* '' */
.icon-newspaper:before {
  content: '\e831'; }

/* '' */
.icon-mobile:before {
  content: '\e854'; }

/* '' */
.icon-signal:before {
  content: '📶'; }

/* '\1f4f6' */
.icon-camera:before {
  content: '\e817'; }

/* '' */
.icon-shuffle:before {
  content: '\e847'; }

/* '' */
.icon-loop:before {
  content: '\e848'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e846'; }

/* '' */
.icon-light-down:before {
  content: '\e843'; }

/* '' */
.icon-light-up:before {
  content: '\e844'; }

/* '' */
.icon-mute:before {
  content: '\e840'; }

/* '' */
.icon-sound:before {
  content: '\e741'; }

/* '' */
.icon-battery:before {
  content: '\e852'; }

/* '' */
.icon-search:before {
  content: '\e811'; }

/* '' */
.icon-key:before {
  content: '\e870'; }

/* '' */
.icon-lock:before {
  content: '\e821'; }

/* '' */
.icon-lock-open:before {
  content: '\e822'; }

/* '' */
.icon-bell:before {
  content: '\e828'; }

/* '' */
.icon-bookmark:before {
  content: '\e823'; }

/* '' */
.icon-link:before {
  content: '\e819'; }

/* '' */
.icon-back:before {
  content: '\e818'; }

/* '' */
.icon-flashlight:before {
  content: '\e812'; }

/* '' */
.icon-chart-area:before {
  content: '\e861'; }

/* '' */
.icon-clock:before {
  content: '\e841'; }

/* '' */
.icon-rocket:before {
  content: '\e871'; }

/* '' */
.icon-block:before {
  content: '\e845'; }

/* '' */
/*ICOMOON*/
@font-face {
  font-family: 'icomoon';
  src: url("../inc/fonts/icomoon/fonts/icomoon.eot");
  src: url("../inc/fonts/icomoon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../inc/fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../inc/fonts/icomoon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.naverette [class^="icon-"]:before,
.naverette [class*=" icon-"]:before {
  font-size: 34px; }

.prevnext_single_blog [class^="icon-"]:before,
.prevnext_single_blog [class*=" icon-"]:before {
  font-size: 19px;
  margin-top: -1px; }

.blog_masonry_lower [class^="icon-"]:before,
.blog_masonry_lower [class*=" icon-"]:before {
  font-size: 18px;
  text-shadow: none !important; }

[class^="icon-"].prk_smaller:before,
[class*=" icon-"].prk_smaller:before {
  font-size: 16px;
  margin-top: 5px; }

.icon-logout:before,
.icon-right-open:before {
  margin-right: 0px; }

.icon-comment:before {
  font-size: 22px !important;
  margin-top: 1px;
  margin-bottom: -1px; }

.icon-plus-3.titled_link_icon:before {
  font-size: 3em; }

#mini_social_nets [class^="icon-"]:before,
#mini_social_nets [class*=" icon-"]:before {
  line-height: 36px;
  font-size: 13px;
  width: 14px; }

.member_social_wrapper [class^="icon-"]:before,
.member_social_wrapper [class*=" icon-"]:before {
  font-size: 15px;
  float: left;
  padding-top: 3px;
  width: 19px;
  margin: 0px; }

.member_lnk [class^="icon-"]:before,
.member_lnk [class*=" icon-"]:before,
.sharrre [class^="icon-"]:before,
.sharrre [class*=" icon-"]:before {
  font-size: 14px;
  float: none; }

.sharrre .icon-stumbleupon {
  margin-left: -3px; }

/*
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../inc/fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("../inc/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../inc/fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../inc/fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../inc/fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="fount_fa-"],
[class*=" fount_fa-"],
.fount_fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fount_fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fount_fa-2x {
  font-size: 2em; }

.fount_fa-3x {
  font-size: 3em; }

.fount_fa-4x {
  font-size: 4em; }

.fount_fa-5x {
  font-size: 5em; }

.fount_fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fount_fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fount_fa-ul > li {
  position: relative; }

.fount_fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fount_fa-li.fount_fa-lg {
  left: -1.85714286em; }

.fount_fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fount_fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fount_fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fount_fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fount_fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fount_fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fount_fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fount_fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fount_fa-stack-1x, .fount_fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fount_fa-stack-1x {
  line-height: inherit; }

.fount_fa-stack-2x {
  font-size: 2em; }

.fount_fa-inverse {
  color: #fff; }

.fount_fa-glass:before {
  content: "\f000"; }

.fount_fa-music:before {
  content: "\f001"; }

.fount_fa-search:before {
  content: "\f002"; }

.fount_fa-envelope-o:before {
  content: "\f003"; }

.fount_fa-heart:before {
  content: "\f004"; }

.fount_fa-star:before {
  content: "\f005"; }

.fount_fa-star-o:before {
  content: "\f006"; }

.fount_fa-user:before {
  content: "\f007"; }

.fount_fa-film:before {
  content: "\f008"; }

.fount_fa-th-large:before {
  content: "\f009"; }

.fount_fa-th:before {
  content: "\f00a"; }

.fount_fa-th-list:before {
  content: "\f00b"; }

.fount_fa-check:before {
  content: "\f00c"; }

.fount_fa-times:before {
  content: "\f00d"; }

.fount_fa-search-plus:before {
  content: "\f00e"; }

.fount_fa-search-minus:before {
  content: "\f010"; }

.fount_fa-power-off:before {
  content: "\f011"; }

.fount_fa-signal:before {
  content: "\f012"; }

.fount_fa-gear:before, .fount_fa-cog:before {
  content: "\f013"; }

.fount_fa-trash-o:before {
  content: "\f014"; }

.fount_fa-home:before {
  content: "\f015"; }

.fount_fa-file-o:before {
  content: "\f016"; }

.fount_fa-clock-o:before {
  content: "\f017"; }

.fount_fa-road:before {
  content: "\f018"; }

.fount_fa-download:before {
  content: "\f019"; }

.fount_fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fount_fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fount_fa-inbox:before {
  content: "\f01c"; }

.fount_fa-play-circle-o:before {
  content: "\f01d"; }

.fount_fa-rotate-right:before, .fount_fa-repeat:before {
  content: "\f01e"; }

.fount_fa-refresh:before {
  content: "\f021"; }

.fount_fa-list-alt:before {
  content: "\f022"; }

.fount_fa-lock:before {
  content: "\f023"; }

.fount_fa-flag:before {
  content: "\f024"; }

.fount_fa-headphones:before {
  content: "\f025"; }

.fount_fa-volume-off:before {
  content: "\f026"; }

.fount_fa-volume-down:before {
  content: "\f027"; }

.fount_fa-volume-up:before {
  content: "\f028"; }

.fount_fa-qrcode:before {
  content: "\f029"; }

.fount_fa-barcode:before {
  content: "\f02a"; }

.fount_fa-tag:before {
  content: "\f02b"; }

.fount_fa-tags:before {
  content: "\f02c"; }

.fount_fa-book:before {
  content: "\f02d"; }

.fount_fa-bookmark:before {
  content: "\f02e"; }

.fount_fa-print:before {
  content: "\f02f"; }

.fount_fa-camera:before {
  content: "\f030"; }

.fount_fa-font:before {
  content: "\f031"; }

.fount_fa-bold:before {
  content: "\f032"; }

.fount_fa-italic:before {
  content: "\f033"; }

.fount_fa-text-height:before {
  content: "\f034"; }

.fount_fa-text-width:before {
  content: "\f035"; }

.fount_fa-align-left:before {
  content: "\f036"; }

.fount_fa-align-center:before {
  content: "\f037"; }

.fount_fa-align-right:before {
  content: "\f038"; }

.fount_fa-align-justify:before {
  content: "\f039"; }

.fount_fa-list:before {
  content: "\f03a"; }

.fount_fa-dedent:before, .fount_fa-outdent:before {
  content: "\f03b"; }

.fount_fa-indent:before {
  content: "\f03c"; }

.fount_fa-video-camera:before {
  content: "\f03d"; }

.fount_fa-photo:before, .fount_fa-image:before, .fount_fa-picture-o:before {
  content: "\f03e"; }

.fount_fa-pencil:before {
  content: "\f040"; }

.fount_fa-map-marker:before {
  content: "\f041"; }

.fount_fa-adjust:before {
  content: "\f042"; }

.fount_fa-tint:before {
  content: "\f043"; }

.fount_fa-edit:before, .fount_fa-pencil-square-o:before {
  content: "\f044"; }

.fount_fa-share-square-o:before {
  content: "\f045"; }

.fount_fa-check-square-o:before {
  content: "\f046"; }

.fount_fa-arrows:before {
  content: "\f047"; }

.fount_fa-step-backward:before {
  content: "\f048"; }

.fount_fa-fast-backward:before {
  content: "\f049"; }

.fount_fa-backward:before {
  content: "\f04a"; }

.fount_fa-play:before {
  content: "\f04b"; }

.fount_fa-pause:before {
  content: "\f04c"; }

.fount_fa-stop:before {
  content: "\f04d"; }

.fount_fa-forward:before {
  content: "\f04e"; }

.fount_fa-fast-forward:before {
  content: "\f050"; }

.fount_fa-step-forward:before {
  content: "\f051"; }

.fount_fa-eject:before {
  content: "\f052"; }

.fount_fa-chevron-left:before {
  content: "\f053"; }

.fount_fa-chevron-right:before {
  content: "\f054"; }

.fount_fa-plus-circle:before {
  content: "\f055"; }

.fount_fa-minus-circle:before {
  content: "\f056"; }

.fount_fa-times-circle:before {
  content: "\f057"; }

.fount_fa-check-circle:before {
  content: "\f058"; }

.fount_fa-question-circle:before {
  content: "\f059"; }

.fount_fa-info-circle:before {
  content: "\f05a"; }

.fount_fa-crosshairs:before {
  content: "\f05b"; }

.fount_fa-times-circle-o:before {
  content: "\f05c"; }

.fount_fa-check-circle-o:before {
  content: "\f05d"; }

.fount_fa-ban:before {
  content: "\f05e"; }

.fount_fa-arrow-left:before {
  content: "\f060"; }

.fount_fa-arrow-right:before {
  content: "\f061"; }

.fount_fa-arrow-up:before {
  content: "\f062"; }

.fount_fa-arrow-down:before {
  content: "\f063"; }

.fount_fa-mail-forward:before, .fount_fa-share:before {
  content: "\f064"; }

.fount_fa-expand:before {
  content: "\f065"; }

.fount_fa-compress:before {
  content: "\f066"; }

.fount_fa-plus:before {
  content: "\f067"; }

.fount_fa-minus:before {
  content: "\f068"; }

.fount_fa-asterisk:before {
  content: "\f069"; }

.fount_fa-exclamation-circle:before {
  content: "\f06a"; }

.fount_fa-gift:before {
  content: "\f06b"; }

.fount_fa-leaf:before {
  content: "\f06c"; }

.fount_fa-fire:before {
  content: "\f06d"; }

.fount_fa-eye:before {
  content: "\f06e"; }

.fount_fa-eye-slash:before {
  content: "\f070"; }

.fount_fa-warning:before, .fount_fa-exclamation-triangle:before {
  content: "\f071"; }

.fount_fa-plane:before {
  content: "\f072"; }

.fount_fa-calendar:before {
  content: "\f073"; }

.fount_fa-random:before {
  content: "\f074"; }

.fount_fa-comment:before {
  content: "\f075"; }

.fount_fa-magnet:before {
  content: "\f076"; }

.fount_fa-chevron-up:before {
  content: "\f077"; }

.fount_fa-chevron-down:before {
  content: "\f078"; }

.fount_fa-retweet:before {
  content: "\f079"; }

.fount_fa-shopping-cart:before {
  content: "\f07a"; }

.fount_fa-folder:before {
  content: "\f07b"; }

.fount_fa-folder-open:before {
  content: "\f07c"; }

.fount_fa-arrows-v:before {
  content: "\f07d"; }

.fount_fa-arrows-h:before {
  content: "\f07e"; }

.fount_fa-bar-chart-o:before {
  content: "\f080"; }

.fount_fa-twitter-square:before {
  content: "\f081"; }

.fount_fa-facebook-square:before {
  content: "\f082"; }

.fount_fa-camera-retro:before {
  content: "\f083"; }

.fount_fa-key:before {
  content: "\f084"; }

.fount_fa-gears:before, .fount_fa-cogs:before {
  content: "\f085"; }

.fount_fa-comments:before {
  content: "\f086"; }

.fount_fa-thumbs-o-up:before {
  content: "\f087"; }

.fount_fa-thumbs-o-down:before {
  content: "\f088"; }

.fount_fa-star-half:before {
  content: "\f089"; }

.fount_fa-heart-o:before {
  content: "\f08a"; }

.fount_fa-sign-out:before {
  content: "\f08b"; }

.fount_fa-linkedin-square:before {
  content: "\f08c"; }

.fount_fa-thumb-tack:before {
  content: "\f08d"; }

.fount_fa-external-link:before {
  content: "\f08e"; }

.fount_fa-sign-in:before {
  content: "\f090"; }

.fount_fa-trophy:before {
  content: "\f091"; }

.fount_fa-github-square:before {
  content: "\f092"; }

.fount_fa-upload:before {
  content: "\f093"; }

.fount_fa-lemon-o:before {
  content: "\f094"; }

.fount_fa-phone:before {
  content: "\f095"; }

.fount_fa-square-o:before {
  content: "\f096"; }

.fount_fa-bookmark-o:before {
  content: "\f097"; }

.fount_fa-phone-square:before {
  content: "\f098"; }

.fount_fa-twitter:before {
  content: "\f099"; }

.fount_fa-facebook:before {
  content: "\f09a"; }

.fount_fa-github:before {
  content: "\f09b"; }

.fount_fa-unlock:before {
  content: "\f09c"; }

.fount_fa-credit-card:before {
  content: "\f09d"; }

.fount_fa-rss:before {
  content: "\f09e"; }

.fount_fa-hdd-o:before {
  content: "\f0a0"; }

.fount_fa-bullhorn:before {
  content: "\f0a1"; }

.fount_fa-bell:before {
  content: "\f0f3"; }

.fount_fa-certificate:before {
  content: "\f0a3"; }

.fount_fa-hand-o-right:before {
  content: "\f0a4"; }

.fount_fa-hand-o-left:before {
  content: "\f0a5"; }

.fount_fa-hand-o-up:before {
  content: "\f0a6"; }

.fount_fa-hand-o-down:before {
  content: "\f0a7"; }

.fount_fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fount_fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fount_fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fount_fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fount_fa-globe:before {
  content: "\f0ac"; }

.fount_fa-wrench:before {
  content: "\f0ad"; }

.fount_fa-tasks:before {
  content: "\f0ae"; }

.fount_fa-filter:before {
  content: "\f0b0"; }

.fount_fa-briefcase:before {
  content: "\f0b1"; }

.fount_fa-arrows-alt:before {
  content: "\f0b2"; }

.fount_fa-group:before, .fount_fa-users:before {
  content: "\f0c0"; }

.fount_fa-chain:before, .fount_fa-link:before {
  content: "\f0c1"; }

.fount_fa-cloud:before {
  content: "\f0c2"; }

.fount_fa-flask:before {
  content: "\f0c3"; }

.fount_fa-cut:before, .fount_fa-scissors:before {
  content: "\f0c4"; }

.fount_fa-copy:before, .fount_fa-files-o:before {
  content: "\f0c5"; }

.fount_fa-paperclip:before {
  content: "\f0c6"; }

.fount_fa-save:before, .fount_fa-floppy-o:before {
  content: "\f0c7"; }

.fount_fa-square:before {
  content: "\f0c8"; }

.fount_fa-navicon:before, .fount_fa-reorder:before, .fount_fa-bars:before {
  content: "\f0c9"; }

.fount_fa-list-ul:before {
  content: "\f0ca"; }

.fount_fa-list-ol:before {
  content: "\f0cb"; }

.fount_fa-strikethrough:before {
  content: "\f0cc"; }

.fount_fa-underline:before {
  content: "\f0cd"; }

.fount_fa-table:before {
  content: "\f0ce"; }

.fount_fa-magic:before {
  content: "\f0d0"; }

.fount_fa-truck:before {
  content: "\f0d1"; }

.fount_fa-pinterest:before {
  content: "\f0d2"; }

.fount_fa-pinterest-square:before {
  content: "\f0d3"; }

.fount_fa-google-plus-square:before {
  content: "\f0d4"; }

.fount_fa-google-plus:before {
  content: "\f0d5"; }

.fount_fa-money:before {
  content: "\f0d6"; }

.fount_fa-caret-down:before {
  content: "\f0d7"; }

.fount_fa-caret-up:before {
  content: "\f0d8"; }

.fount_fa-caret-left:before {
  content: "\f0d9"; }

.fount_fa-caret-right:before {
  content: "\f0da"; }

.fount_fa-columns:before {
  content: "\f0db"; }

.fount_fa-unsorted:before, .fount_fa-sort:before {
  content: "\f0dc"; }

.fount_fa-sort-down:before, .fount_fa-sort-desc:before {
  content: "\f0dd"; }

.fount_fa-sort-up:before, .fount_fa-sort-asc:before {
  content: "\f0de"; }

.fount_fa-envelope:before {
  content: "\f0e0"; }

.fount_fa-linkedin:before {
  content: "\f0e1"; }

.fount_fa-rotate-left:before, .fount_fa-undo:before {
  content: "\f0e2"; }

.fount_fa-legal:before, .fount_fa-gavel:before {
  content: "\f0e3"; }

.fount_fa-dashboard:before, .fount_fa-tachometer:before {
  content: "\f0e4"; }

.fount_fa-comment-o:before {
  content: "\f0e5"; }

.fount_fa-comments-o:before {
  content: "\f0e6"; }

.fount_fa-flash:before, .fount_fa-bolt:before {
  content: "\f0e7"; }

.fount_fa-sitemap:before {
  content: "\f0e8"; }

.fount_fa-umbrella:before {
  content: "\f0e9"; }

.fount_fa-paste:before, .fount_fa-clipboard:before {
  content: "\f0ea"; }

.fount_fa-lightbulb-o:before {
  content: "\f0eb"; }

.fount_fa-exchange:before {
  content: "\f0ec"; }

.fount_fa-cloud-download:before {
  content: "\f0ed"; }

.fount_fa-cloud-upload:before {
  content: "\f0ee"; }

.fount_fa-user-md:before {
  content: "\f0f0"; }

.fount_fa-stethoscope:before {
  content: "\f0f1"; }

.fount_fa-suitcase:before {
  content: "\f0f2"; }

.fount_fa-bell-o:before {
  content: "\f0a2"; }

.fount_fa-coffee:before {
  content: "\f0f4"; }

.fount_fa-cutlery:before {
  content: "\f0f5"; }

.fount_fa-file-text-o:before {
  content: "\f0f6"; }

.fount_fa-building-o:before {
  content: "\f0f7"; }

.fount_fa-hospital-o:before {
  content: "\f0f8"; }

.fount_fa-ambulance:before {
  content: "\f0f9"; }

.fount_fa-medkit:before {
  content: "\f0fa"; }

.fount_fa-fighter-jet:before {
  content: "\f0fb"; }

.fount_fa-beer:before {
  content: "\f0fc"; }

.fount_fa-h-square:before {
  content: "\f0fd"; }

.fount_fa-plus-square:before {
  content: "\f0fe"; }

.fount_fa-angle-double-left:before {
  content: "\f100"; }

.fount_fa-angle-double-right:before {
  content: "\f101"; }

.fount_fa-angle-double-up:before {
  content: "\f102"; }

.fount_fa-angle-double-down:before {
  content: "\f103"; }

.fount_fa-angle-left:before {
  content: "\f104"; }

.fount_fa-angle-right:before {
  content: "\f105"; }

.fount_fa-angle-up:before {
  content: "\f106"; }

.fount_fa-angle-down:before {
  content: "\f107"; }

.fount_fa-desktop:before {
  content: "\f108"; }

.fount_fa-laptop:before {
  content: "\f109"; }

.fount_fa-tablet:before {
  content: "\f10a"; }

.fount_fa-mobile-phone:before, .fount_fa-mobile:before {
  content: "\f10b"; }

.fount_fa-circle-o:before {
  content: "\f10c"; }

.fount_fa-quote-left:before {
  content: "\f10d"; }

.fount_fa-quote-right:before {
  content: "\f10e"; }

.fount_fa-spinner:before {
  content: "\f110"; }

.fount_fa-circle:before {
  content: "\f111"; }

.fount_fa-mail-reply:before, .fount_fa-reply:before {
  content: "\f112"; }

.fount_fa-github-alt:before {
  content: "\f113"; }

.fount_fa-folder-o:before {
  content: "\f114"; }

.fount_fa-folder-open-o:before {
  content: "\f115"; }

.fount_fa-smile-o:before {
  content: "\f118"; }

.fount_fa-frown-o:before {
  content: "\f119"; }

.fount_fa-meh-o:before {
  content: "\f11a"; }

.fount_fa-gamepad:before {
  content: "\f11b"; }

.fount_fa-keyboard-o:before {
  content: "\f11c"; }

.fount_fa-flag-o:before {
  content: "\f11d"; }

.fount_fa-flag-checkered:before {
  content: "\f11e"; }

.fount_fa-terminal:before {
  content: "\f120"; }

.fount_fa-code:before {
  content: "\f121"; }

.fount_fa-mail-reply-all:before, .fount_fa-reply-all:before {
  content: "\f122"; }

.fount_fa-star-half-empty:before, .fount_fa-star-half-full:before, .fount_fa-star-half-o:before {
  content: "\f123"; }

.fount_fa-location-arrow:before {
  content: "\f124"; }

.fount_fa-crop:before {
  content: "\f125"; }

.fount_fa-code-fork:before {
  content: "\f126"; }

.fount_fa-unlink:before, .fount_fa-chain-broken:before {
  content: "\f127"; }

.fount_fa-question:before {
  content: "\f128"; }

.fount_fa-info:before {
  content: "\f129"; }

.fount_fa-exclamation:before {
  content: "\f12a"; }

.fount_fa-superscript:before {
  content: "\f12b"; }

.fount_fa-subscript:before {
  content: "\f12c"; }

.fount_fa-eraser:before {
  content: "\f12d"; }

.fount_fa-puzzle-piece:before {
  content: "\f12e"; }

.fount_fa-microphone:before {
  content: "\f130"; }

.fount_fa-microphone-slash:before {
  content: "\f131"; }

.fount_fa-shield:before {
  content: "\f132"; }

.fount_fa-calendar-o:before {
  content: "\f133"; }

.fount_fa-fire-extinguisher:before {
  content: "\f134"; }

.fount_fa-rocket:before {
  content: "\f135"; }

.fount_fa-maxcdn:before {
  content: "\f136"; }

.fount_fa-chevron-circle-left:before {
  content: "\f137"; }

.fount_fa-chevron-circle-right:before {
  content: "\f138"; }

.fount_fa-chevron-circle-up:before {
  content: "\f139"; }

.fount_fa-chevron-circle-down:before {
  content: "\f13a"; }

.fount_fa-html5:before {
  content: "\f13b"; }

.fount_fa-css3:before {
  content: "\f13c"; }

.fount_fa-anchor:before {
  content: "\f13d"; }

.fount_fa-unlock-alt:before {
  content: "\f13e"; }

.fount_fa-bullseye:before {
  content: "\f140"; }

.fount_fa-ellipsis-h:before {
  content: "\f141"; }

.fount_fa-ellipsis-v:before {
  content: "\f142"; }

.fount_fa-rss-square:before {
  content: "\f143"; }

.fount_fa-play-circle:before {
  content: "\f144"; }

.fount_fa-ticket:before {
  content: "\f145"; }

.fount_fa-minus-square:before {
  content: "\f146"; }

.fount_fa-minus-square-o:before {
  content: "\f147"; }

.fount_fa-level-up:before {
  content: "\f148"; }

.fount_fa-level-down:before {
  content: "\f149"; }

.fount_fa-check-square:before {
  content: "\f14a"; }

.fount_fa-pencil-square:before {
  content: "\f14b"; }

.fount_fa-external-link-square:before {
  content: "\f14c"; }

.fount_fa-share-square:before {
  content: "\f14d"; }

.fount_fa-compass:before {
  content: "\f14e"; }

.fount_fa-toggle-down:before, .fount_fa-caret-square-o-down:before {
  content: "\f150"; }

.fount_fa-toggle-up:before, .fount_fa-caret-square-o-up:before {
  content: "\f151"; }

.fount_fa-toggle-right:before, .fount_fa-caret-square-o-right:before {
  content: "\f152"; }

.fount_fa-euro:before, .fount_fa-eur:before {
  content: "\f153"; }

.fount_fa-gbp:before {
  content: "\f154"; }

.fount_fa-dollar:before, .fount_fa-usd:before {
  content: "\f155"; }

.fount_fa-rupee:before, .fount_fa-inr:before {
  content: "\f156"; }

.fount_fa-cny:before, .fount_fa-rmb:before, .fount_fa-yen:before, .fount_fa-jpy:before {
  content: "\f157"; }

.fount_fa-ruble:before, .fount_fa-rouble:before, .fount_fa-rub:before {
  content: "\f158"; }

.fount_fa-won:before, .fount_fa-krw:before {
  content: "\f159"; }

.fount_fa-bitcoin:before, .fount_fa-btc:before {
  content: "\f15a"; }

.fount_fa-file:before {
  content: "\f15b"; }

.fount_fa-file-text:before {
  content: "\f15c"; }

.fount_fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fount_fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fount_fa-sort-amount-asc:before {
  content: "\f160"; }

.fount_fa-sort-amount-desc:before {
  content: "\f161"; }

.fount_fa-sort-numeric-asc:before {
  content: "\f162"; }

.fount_fa-sort-numeric-desc:before {
  content: "\f163"; }

.fount_fa-thumbs-up:before {
  content: "\f164"; }

.fount_fa-thumbs-down:before {
  content: "\f165"; }

.fount_fa-youtube-square:before {
  content: "\f166"; }

.fount_fa-youtube:before {
  content: "\f167"; }

.fount_fa-xing:before {
  content: "\f168"; }

.fount_fa-xing-square:before {
  content: "\f169"; }

.fount_fa-youtube-play:before {
  content: "\f16a"; }

.fount_fa-dropbox:before {
  content: "\f16b"; }

.fount_fa-stack-overflow:before {
  content: "\f16c"; }

.fount_fa-instagram:before {
  content: "\f16d"; }

.fount_fa-flickr:before {
  content: "\f16e"; }

.fount_fa-adn:before {
  content: "\f170"; }

.fount_fa-bitbucket:before {
  content: "\f171"; }

.fount_fa-bitbucket-square:before {
  content: "\f172"; }

.fount_fa-tumblr:before {
  content: "\f173"; }

.fount_fa-tumblr-square:before {
  content: "\f174"; }

.fount_fa-long-arrow-down:before {
  content: "\f175"; }

.fount_fa-long-arrow-up:before {
  content: "\f176"; }

.fount_fa-long-arrow-left:before {
  content: "\f177"; }

.fount_fa-long-arrow-right:before {
  content: "\f178"; }

.fount_fa-apple:before {
  content: "\f179"; }

.fount_fa-windows:before {
  content: "\f17a"; }

.fount_fa-android:before {
  content: "\f17b"; }

.fount_fa-linux:before {
  content: "\f17c"; }

.fount_fa-dribbble:before {
  content: "\f17d"; }

.fount_fa-skype:before {
  content: "\f17e"; }

.fount_fa-foursquare:before {
  content: "\f180"; }

.fount_fa-trello:before {
  content: "\f181"; }

.fount_fa-female:before {
  content: "\f182"; }

.fount_fa-male:before {
  content: "\f183"; }

.fount_fa-gittip:before {
  content: "\f184"; }

.fount_fa-sun-o:before {
  content: "\f185"; }

.fount_fa-moon-o:before {
  content: "\f186"; }

.fount_fa-archive:before {
  content: "\f187"; }

.fount_fa-bug:before {
  content: "\f188"; }

.fount_fa-vk:before {
  content: "\f189"; }

.fount_fa-weibo:before {
  content: "\f18a"; }

.fount_fa-renren:before {
  content: "\f18b"; }

.fount_fa-pagelines:before {
  content: "\f18c"; }

.fount_fa-stack-exchange:before {
  content: "\f18d"; }

.fount_fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fount_fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fount_fa-toggle-left:before, .fount_fa-caret-square-o-left:before {
  content: "\f191"; }

.fount_fa-dot-circle-o:before {
  content: "\f192"; }

.fount_fa-wheelchair:before {
  content: "\f193"; }

.fount_fa-vimeo-square:before {
  content: "\f194"; }

.fount_fa-turkish-lira:before, .fount_fa-try:before {
  content: "\f195"; }

.fount_fa-plus-square-o:before {
  content: "\f196"; }

.fount_fa-space-shuttle:before {
  content: "\f197"; }

.fount_fa-slack:before {
  content: "\f198"; }

.fount_fa-envelope-square:before {
  content: "\f199"; }

.fount_fa-wordpress:before {
  content: "\f19a"; }

.fount_fa-openid:before {
  content: "\f19b"; }

.fount_fa-institution:before, .fount_fa-bank:before, .fount_fa-university:before {
  content: "\f19c"; }

.fount_fa-mortar-board:before, .fount_fa-graduation-cap:before {
  content: "\f19d"; }

.fount_fa-yahoo:before {
  content: "\f19e"; }

.fount_fa-google:before {
  content: "\f1a0"; }

.fount_fa-reddit:before {
  content: "\f1a1"; }

.fount_fa-reddit-square:before {
  content: "\f1a2"; }

.fount_fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fount_fa-stumbleupon:before {
  content: "\f1a4"; }

.fount_fa-delicious:before {
  content: "\f1a5"; }

.fount_fa-digg:before {
  content: "\f1a6"; }

.fount_fa-pied-piper-square:before, .fount_fa-pied-piper:before {
  content: "\f1a7"; }

.fount_fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fount_fa-drupal:before {
  content: "\f1a9"; }

.fount_fa-joomla:before {
  content: "\f1aa"; }

.fount_fa-language:before {
  content: "\f1ab"; }

.fount_fa-fax:before {
  content: "\f1ac"; }

.fount_fa-building:before {
  content: "\f1ad"; }

.fount_fa-child:before {
  content: "\f1ae"; }

.fount_fa-paw:before {
  content: "\f1b0"; }

.fount_fa-spoon:before {
  content: "\f1b1"; }

.fount_fa-cube:before {
  content: "\f1b2"; }

.fount_fa-cubes:before {
  content: "\f1b3"; }

.fount_fa-behance:before {
  content: "\f1b4"; }

.fount_fa-behance-square:before {
  content: "\f1b5"; }

.fount_fa-steam:before {
  content: "\f1b6"; }

.fount_fa-steam-square:before {
  content: "\f1b7"; }

.fount_fa-recycle:before {
  content: "\f1b8"; }

.fount_fa-automobile:before, .fount_fa-car:before {
  content: "\f1b9"; }

.fount_fa-cab:before, .fount_fa-taxi:before {
  content: "\f1ba"; }

.fount_fa-tree:before {
  content: "\f1bb"; }

.fount_fa-spotify:before {
  content: "\f1bc"; }

.fount_fa-deviantart:before {
  content: "\f1bd"; }

.fount_fa-soundcloud:before {
  content: "\f1be"; }

.fount_fa-database:before {
  content: "\f1c0"; }

.fount_fa-file-pdf-o:before {
  content: "\f1c1"; }

.fount_fa-file-word-o:before {
  content: "\f1c2"; }

.fount_fa-file-excel-o:before {
  content: "\f1c3"; }

.fount_fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fount_fa-file-photo-o:before, .fount_fa-file-picture-o:before, .fount_fa-file-image-o:before {
  content: "\f1c5"; }

.fount_fa-file-zip-o:before, .fount_fa-file-archive-o:before {
  content: "\f1c6"; }

.fount_fa-file-sound-o:before, .fount_fa-file-audio-o:before {
  content: "\f1c7"; }

.fount_fa-file-movie-o:before, .fount_fa-file-video-o:before {
  content: "\f1c8"; }

.fount_fa-file-code-o:before {
  content: "\f1c9"; }

.fount_fa-vine:before {
  content: "\f1ca"; }

.fount_fa-codepen:before {
  content: "\f1cb"; }

.fount_fa-jsfiddle:before {
  content: "\f1cc"; }

.fount_fa-life-bouy:before, .fount_fa-life-saver:before, .fount_fa-support:before, .fount_fa-life-ring:before {
  content: "\f1cd"; }

.fount_fa-circle-o-notch:before {
  content: "\f1ce"; }

.fount_fa-ra:before, .fount_fa-rebel:before {
  content: "\f1d0"; }

.fount_fa-ge:before, .fount_fa-empire:before {
  content: "\f1d1"; }

.fount_fa-git-square:before {
  content: "\f1d2"; }

.fount_fa-git:before {
  content: "\f1d3"; }

.fount_fa-hacker-news:before {
  content: "\f1d4"; }

.fount_fa-tencent-weibo:before {
  content: "\f1d5"; }

.fount_fa-qq:before {
  content: "\f1d6"; }

.fount_fa-wechat:before, .fount_fa-weixin:before {
  content: "\f1d7"; }

.fount_fa-send:before, .fount_fa-paper-plane:before {
  content: "\f1d8"; }

.fount_fa-send-o:before, .fount_fa-paper-plane-o:before {
  content: "\f1d9"; }

.fount_fa-history:before {
  content: "\f1da"; }

.fount_fa-circle-thin:before {
  content: "\f1db"; }

.fount_fa-header:before {
  content: "\f1dc"; }

.fount_fa-paragraph:before {
  content: "\f1dd"; }

.fount_fa-sliders:before {
  content: "\f1de"; }

.fount_fa-share-alt:before {
  content: "\f1e0"; }

.fount_fa-share-alt-square:before {
  content: "\f1e1"; }

.fount_fa-bomb:before {
  content: "\f1e2"; }

/*FOUNT AWSOME OVERRIDES*/
#prk_full_size_single .prk_heart_project .fount_fa-heart,
#half-entry-right .prk_heart_project .fount_fa-heart {
  padding-top: 8px; }

#fount_related_grid .fount_fa-heart,
.portfolio_entry_li .fount_fa-heart {
  padding-top: 4px; }

.fount_navigation_singles [class^="fount_fa-"],
.fount_navigation_singles [class*=" fount_fa-"] {
  margin-left: 7px;
  font-size: 14px;
  padding-top: 4px; }

.sharrre [class^="fount_fa-"],
.sharrre [class*=" fount_fa-"] {
  font-size: 14px; }

.mfp-container [class^="fount_fa-"],
.mfp-container [class*=" fount_fa-"] {
  font-size: 4.5em; }

.prk_heart_project .fount_fa-heart {
  padding: 18px 0px 0px 11px;
  font-size: 24px; }

.fount_navigation_singles .fount_fa-chevron-left {
  margin-left: 0px;
  width: 16px; }

#single_meta_footer .fount_fa-sign-out {
  margin-right: -7px; }

#single_meta_footer .fount_fa-sign-out,
.prk_sharrre_wrapper .fount_fa-bullhorn {
  padding-top: 5px;
  width: 26px; }

#menu_section .fount_fa-external-link {
  margin-left: 5px;
  top: 1px;
  position: relative; }

#menu_section .fount_fa-angle-down {
  margin-left: 4px;
  top: 1px;
  position: relative; }

#entries_navigation_blog i {
  padding-top: 4px;
  font-size: 16px; }

.page-prk-blog-centered .blog_entry_li [class*=" fount_fa-"],
.page-prk-blog-centered .blog_entry_li [class^="fount_fa-"] {
  margin-bottom: 10px; }

#fount_header_bar [class^="fount_fa-"],
#fount_header_bar [class*=" fount_fa-"] {
  padding-top: 11px;
  padding-right: 5px;
  font-size: 14px; }

#fount_header_bar #fount_wpml_switcher [class^="fount_fa-"],
#fount_header_bar #fount_wpml_switcher [class*=" fount_fa-"] {
  padding-left: 4px;
  padding-top: 10px;
  position: absolute; }

#contact_info #contact_address [class^="fount_fa-"],
#contact_info #contact_address [class*=" fount_fa-"] {
  padding-top: 10px;
  padding-right: 5px;
  font-size: 14px; }

#contact_info #contact_address .fount_fa-sign-out {
  padding-top: 12px;
  font-size: 16px; }

#contact_info #contact_address .fount_fa-sign-out.fount_fa-rotate-90 {
  padding-top: 28px;
  margin-left: 17px;
  margin-right: -16px; }

#contact_side [class^="fount_fa-"],
#contact_side [class*=" fount_fa-"] {
  padding-top: 0px;
  font-size: 20px; }

#contact_side .fount_fa-map-marker {
  margin-left: 4px; }

.member_social_wrapper [class^="fount_fa-"]:before,
.member_social_wrapper [class*=" fount_fa-"]:before {
  font-size: 14px;
  position: relative;
  z-index: 1; }

.fount_profile_link .fount_fa-angle-double-right {
  padding-left: 7px;
  padding-top: 4px; }

.fount_fa-padded {
  padding-top: 4px;
  padding-left: 5px; }

.recentposts_ul_wp .fount_fa-pencil-square-o,
#blog_masonry_father .fount_fa-pencil-square-o {
  position: absolute; }

.prk_service i {
  font-size: 28px;
  padding-top: 7px; }

.prk_service.fount_bigger_service i {
  font-size: 48px;
  padding-top: 7px; }

.prk_service.prk_service_center.fount_smaller_service i {
  font-size: 24px;
  padding-top: 0px; }

.prk_service.prk_service_center i {
  font-size: 50px;
  padding-top: 0px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px; }

.mfp-close_inner {
  width: 32px;
  height: 32px;
  position: relative;
  margin-top: 4px;
  margin-left: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }

.mfp-close_inner:before, .mfp-close_inner:after {
  content: "";
  position: absolute;
  z-index: -1; }

.mfp-close_inner:before {
  left: 50%;
  width: 4px;
  margin-left: -2px;
  height: 100%; }

.mfp-close_inner:after {
  top: 50%;
  height: 4px;
  margin-top: -2px;
  width: 100%;
  left: 0px; }

.mfp-close .mfp-close_inner {
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mfp-close:hover .mfp-close_inner {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: 600;
  font-size: 1.25em;
  display: inline-table;
  text-rendering: auto; }

.mfp-arrow {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  -webkit-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 22px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px; }

.mfp-arrow-left {
  left: -18px; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px; }

.mfp-arrow-right {
  right: -18px; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  margin-left: 39px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 0px 40px; }
  .mfp-figure figcaption {
    position: relative;
    padding: 0px 40px; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 40px;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -28px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 1.25em;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  font-weight: 600;
  font-size: 1.25em; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-figure {
    padding: 0px; }
    .mfp-figure figcaption {
      padding: 0px; }

  .mfp-figure:after {
    left: 0px;
    right: 0px; }

  .mfp-arrow-right {
    right: 0px; }

  .mfp-arrow-left {
    left: 0px; }

  .mfp-close_inner {
    width: 24px;
    height: 24px;
    margin-top: -8px;
    margin-left: 12px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }

  .mfp-figure {
    padding: 0px; }
    .mfp-figure figcaption {
      padding: 0px; }

  .mfp-figure:after {
    left: 0px;
    right: 0px; }

  .mfp-arrow-right {
    right: 0px; }

  .mfp-arrow-left {
    left: 0px; }

  .mfp-close_inner {
    width: 24px;
    height: 24px;
    margin-top: -8px;
    margin-left: 12px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

 /**
* Fade-zoom animation for first dialog
*/
/* start state */
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -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; }

/* animate in */
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  /*PIRENKO*/
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px; }

.single_folio_sharing .tooltipster-arrow-bottom span,
.single_folio_sharing .tooltipster-arrow-bottom-right span,
.single_folio_sharing .tooltipster-arrow-bottom-left span {
  top: -6px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -8px;
  left: -8px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-light {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.tooltipster-light .tooltipster-content {
  font-size: 0.85em;
  line-height: 14px;
  padding: 7px 9px; }

.tooltipster-light.prk_bigger .tooltipster-content {
  font-size: 1.05em;
  padding: 8px 10px 9px; }

.fount-hidden-tip {
  left: inherit !important;
  right: 5px;
  background-color: transparent !important; }

.fount-hidden-tip .tooltipster-content {
  line-height: 8px !important;
  padding: 9px 11px 9px 12px !important;
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  overflow: visible; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 6px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 0px 0px 40px; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

#prk_scroller .mCSB_scrollTools .mCSB_draggerContainer {
  margin-bottom: 5px; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none; }

#nprogress .bar {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  visibility: hidden; }

.boxed_fount #nprogress .bar {
  left: inherit;
  position: absolute; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
.google_maps .spinner {
  display: block;
  z-index: 0;
  left: 50%;
  margin-left: -9px;
  top: 90px;
  position: absolute; }

#nprogress .spinner {
  display: block;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#nprogress .spinner.prk_tweaked {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

#nprogress .spinner-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 750ms linear infinite;
  -moz-animation: nprogress-spinner 750ms linear infinite;
  -ms-animation: nprogress-spinner 750ms linear infinite;
  -o-animation: nprogress-spinner 750ms linear infinite;
  animation: nprogress-spinner 750ms linear infinite; }

#folio_spinner.spinner-icon,
#multi_spinner.spinner-icon,
#single_spinner.spinner-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: 60px;
  margin-left: -14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-animation: nprogress-spinner 750ms linear infinite;
  -moz-animation: nprogress-spinner 750ms linear infinite;
  -ms-animation: nprogress-spinner 750ms linear infinite;
  -o-animation: nprogress-spinner 750ms linear infinite;
  animation: nprogress-spinner 750ms linear infinite;
  border-radius: 50%; }

#folio_spinner.spinner-icon {
  position: absolute;
  top: -20px;
  margin-top: 0px;
  top: -40px; }

#multi_spinner.spinner-icon {
  margin-top: -32px;
  min-height: 0px; }

#single_spinner.spinner-icon.prk_first_anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes nprogress-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
.tooltip span {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  width: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  filter: alpha(opacity=90);
  opacity: .9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background-color: #ddd;
  color: #757980;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold; }

.tooltip.top span {
  bottom: 30px;
  left: 50%;
  margin-left: -61px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }

.tooltip.bottom span {
  bottom: -50px;
  left: 50%;
  margin-left: -61px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );
  /* IE6-9 */ }

.tooltip.left span {
  bottom: -10px;
  left: 50%;
  margin-left: -142px;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */ }

.tooltip.right span {
  bottom: -10px;
  left: 0%;
  margin-left: 31px;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 );
  /* IE6-9 */ }

.tooltip:hover {
  border: 0;
  /* IE6 fix */ }

.tooltip:hover span {
  visibility: visible; }

.tooltip.top span:before,
.tooltip.top span:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0; }

.tooltip.top span:before {
  border-top-color: #ddd;
  bottom: -8px; }

.tooltip.bottom span:before,
.tooltip.bottom span:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: 35px;
  left: 50%;
  margin-left: -8px;
  border-top: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd; }

.tooltip.bottom span:before {
  border-bottom-color: #ddd;
  bottom: 36px; }

.tooltip.left span:before,
.tooltip.left span:after {
  content: "";
  position: absolute;
  z-index: 1000;
  /*bottom: 35px;*/
  left: 100%;
  top: 11px;
  /*margin-left: 62px;*/
  border-top: 8px solid transparent;
  border-left: 8px solid #ddd;
  border-right: 0px;
  border-bottom: 8px solid transparent; }

.tooltip.left span:before {
  border-left-color: #ddd;
  bottom: 36px; }

.tooltip.right span:before,
.tooltip.right span:after {
  content: "";
  position: absolute;
  z-index: 1000;
  /*bottom: 35px;*/
  left: -8px;
  top: 11px;
  /*margin-left: 62px;*/
  border-top: 8px solid transparent;
  border-right: 8px solid #ddd;
  border-left: 0px;
  border-bottom: 8px solid transparent; }

.tooltip.right span:before {
  border-left-color: #ddd;
  bottom: 36px;
  left: -8px; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel.fount_shortcode_slider.per_init {
  visibility: visible;
  display: block;
  height: 260px; }
  .owl-carousel.fount_shortcode_slider.per_init .item {
    visibility: hidden; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  min-height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .item {
  overflow: hidden; }
.owl-carousel .item > img {
  max-width: none;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }
.owl-carousel .slider_text_holder {
  position: absolute;
  width: 100%;
  padding: 0px;
  z-index: 99; }
.owl-carousel .headings_top {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: margin, padding, opacity;
  -o-transition-property: margin, padding, opacity;
  -webkit-transition-property: margin, padding, opacity;
  transition-property: margin, padding, opacity;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  top: 0px;
  margin-top: -10px;
  padding: 0px 0px 10px;
  cursor: default;
  display: inline-block;
  width: 100%;
  font-size: 2.6em; }
.owl-carousel .headings_top.fount_animate_slide {
  padding-bottom: 0px;
  margin-top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: margin, padding, opacity;
  -o-transition-property: margin, padding, opacity;
  -webkit-transition-property: margin, padding, opacity;
  transition-property: margin, padding, opacity;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.owl-carousel .huge .headings_body {
  font-size: 1.3em; }
.owl-carousel .huge .headings_top {
  font-size: 4.6em; }
.owl-carousel .big .headings_body {
  font-size: 1.1em; }
.owl-carousel .big .headings_top {
  font-size: 3.6em; }
.owl-carousel .headings_body {
  bottom: -11px;
  margin-top: 1px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: bottom, opacity;
  -o-transition-property: bottom, opacity;
  -webkit-transition-property: bottom, opacity;
  transition-property: bottom, opacity;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  cursor: default;
  display: inline-block;
  line-height: 1.5em;
  font-size: 1em;
  padding: 5px 10px; }
.owl-carousel .headings_body.fount_animate_slide {
  bottom: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: bottom, opacity;
  -o-transition-property: bottom, opacity;
  -webkit-transition-property: bottom, opacity;
  transition-property: bottom, opacity;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.owl-carousel .slider_action_button {
  margin-top: 66px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  -webkit-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  cursor: default;
  display: inline-block;
  line-height: 1.5em;
  font-size: 1.15em; }
.owl-carousel .slider_action_button.fount_animate_slide {
  margin-top: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  -webkit-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.owl-carousel .prk_colored_slider {
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  line-height: 1em; }
.owl-carousel .fount_noback .prk_colored_slider {
  padding: 0px 10px; }
.owl-carousel .sld_top {
  top: 35px; }
.owl-carousel .sld_left {
  left: 35px;
  padding-right: 70px; }
.owl-carousel .sld_center {
  left: 50%;
  margin-left: -50%;
  text-align: center;
  display: inline-table;
  padding-left: 35px;
  padding-right: 35px; }
.owl-carousel .sld_right {
  right: 35px;
  text-align: right;
  padding-left: 70px; }
.owl-carousel .sld_bottom {
  bottom: 32px; }
.owl-carousel .sld_v_center {
  top: 50%; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  line-height: 0px; }
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  margin: 0px 0px 0px 1px;
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  -moz-transition-property: color, opacity, background-color;
  -o-transition-property: color, opacity, background-color;
  -webkit-transition-property: color, opacity, background-color;
  transition-property: color, opacity, background-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center; }
.owl-theme .owl-controls .owl-buttons [class^="icon-"]:before {
  font-size: 14px;
  margin: 0px;
  padding: 0px; }
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none; }

#prk_half_size_single .owl-theme .owl-controls .owl-buttons {
  top: 10px;
  bottom: inherit; }

.super_height.owl-theme .owl-controls .owl-buttons {
  bottom: 20px;
  right: 20px; }

#main .member_ul_slider.owl-theme .owl-controls div,
#main .recentposts_ul_slider.owl-theme .owl-controls div {
  background-color: transparent !important; }
#main .member_ul_slider.owl-theme .owl-controls .owl-buttons,
#main .recentposts_ul_slider.owl-theme .owl-controls .owl-buttons {
  position: relative;
  margin-top: 28px; }
  #main .member_ul_slider.owl-theme .owl-controls .owl-buttons i,
  #main .recentposts_ul_slider.owl-theme .owl-controls .owl-buttons i {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    font-size: 20px; }
#main .member_ul_slider.owl-theme .owl-controls .owl-prev,
#main .recentposts_ul_slider.owl-theme .owl-controls .owl-prev {
  margin-left: 14px; }

/* Styling Pagination*/
.owl-pagination {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 24px; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 20px;
  float: left;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: absolute; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.owl_parallaxed .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%; }
.owl_parallaxed .fount_vsbl {
  visibility: hidden; }

.morphext > span {
  display: none;
  position: relative; }

.morphext > .fount_animated {
  display: inline-block; }

/*VARIABLES*/
/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .column, .columns {
    width: auto;
    float: none; }

  [class*="column"] + [class*="column"]:last-child,
  .column:last-child,
  .columns:last-child {
    float: none; }

  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table; }

  .column:after, .columns:after {
    clear: both; }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important; }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto; }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto; }

  #contact_side,
  #contact_description,
  .page-template-default #sidebar,
  #headings_wrap,
  .prk_inner_block {
    padding-left: 32px !important;
    padding-right: 32px !important; }

  /*#prk_menu_els,*/
  #single_post_content {
    margin-left: -64px !important;
    margin-right: -64px !important; }

  #single_post_content.prk_composer_extra {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  #fount_sidebared_sections {
    margin-left: -48px !important;
    margin-right: -48px !important; }

  #fount_super_sections,
  #centered_block,
  #footer_in {
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: auto; }

  .page-template-default #headings_wrap,
  .single-post #main,
  #blog_masonry_father,
  #classic_blog_section,
  .featured_owl {
    padding-left: 16px !important;
    padding-right: 16px !important; }

  .fount_theme #centered_block .prk_counter_wrapper {
    margin-bottom: 60px; }

  #fount_wrapper #fount_related_projects .small-12.hide_now,
  .show_later {
    display: block; }

  .hide_later,
  #footer_mirror {
    display: none; }

  #prk_footer_wrapper {
    position: relative;
    width: 100%; }

  .copy.small-6.right_sided {
    float: left !important; }

  .single-post #main {
    width: 100%; }

  h1 {
    font-size: 3.06em; }

  #single_blog_title,
  .prk_vc_title h2,
  h2.big {
    font-size: 2.25em; }

  h2 {
    font-size: 1.98em; }

  h2.small {
    font-size: 1.89em; }

  h3.big {
    font-size: 1.8em; }

  h3 {
    font-size: 1.665em; }

  h3.small {
    font-size: 1.575em; }

  h4.big {
    font-size: 1.35em; }

  h4 {
    font-size: 1.215em; }

  h4.small {
    font-size: 1.17em; }

  #single_blog_meta,
  #single_page_teaser {
    font-size: ".$multiplier." em; }

  #half-entry-right {
    padding-top: 32px; }

  .owl-carousel .headings_top {
    font-size: 2.0em; }
  .owl-carousel .huge .headings_body {
    font-size: 1em; }
  .owl-carousel .huge .headings_top {
    font-size: 3.0em; }
  .owl-carousel .big .headings_body {
    font-size: 1em; }
  .owl-carousel .big .headings_top {
    font-size: 2.4em; }
  .owl-carousel .prk_colored_slider {
    line-height: 1.1em; }

  .fount_video-bg {
    width: auto; }

  #prk_hidden_bar #prk_hidden_bar_scroller {
    padding-top: 32px; }

  #footer_revealer {
    opacity: 1 !important; }

  #dotted_navigation {
    right: 13px; }

  .small-1.forced_mobile {
    width: 8.33333%;
    float: left; }

  .small-2.forced_mobile {
    width: 16.66667%;
    float: left; }

  .small-3.forced_mobile {
    width: 25%; }

  .small-4.forced_mobile {
    float: left;
    width: 33.33333%; }

  .small-5.forced_mobile {
    float: left;
    width: 41.66667%; }

  .small-6.forced_mobile {
    float: left;
    width: 50%; }

  .small-7.forced_mobile {
    float: left;
    width: 58.33333%; }

  .small-8.forced_mobile {
    float: left;
    width: 66.66667%; }

  .small-9.forced_mobile {
    float: left;
    width: 75%; }

  .small-10.forced_mobile {
    width: 83.33333%; }

  .small-11.forced_mobile {
    width: 91.66667%; } }
@media (max-width: 480px) {
  .fount_on_mobile #hidden_bar_footer,
  .fount_on_mobile .slider_scroll_button,
  .hide_much_later {
    display: none; }

  .show_much_later {
    display: block; }

  #after_widgets,
  #prk_menu_els {
    margin-left: -16px !important;
    margin-right: -16px !important; }

  #centered_block {
    margin-left: -32px !important;
    margin-right: -32px !important; }

  #footer_bk {
    padding-left: 16px !important;
    padding-right: 16px !important; }

  .featured_owl {
    padding-left: 32px !important;
    padding-right: 32px !important; }

  h1 {
    font-size: 2.72em; }

  #single_blog_title,
  .prk_vc_title h2,
  h2.big {
    font-size: 2em; }

  h2 {
    font-size: 1.76em; }

  h2.small {
    font-size: 1.68em; }

  #single_blog_meta,
  #single_page_teaser {
    font-size: 0.85em; }

  .owl-carousel .headings_top,
  .owl-carousel .huge .headings_top,
  .owl-carousel .big .headings_top {
    font-size: 1.6em; }
  .owl-carousel .prk_colored_slider {
    line-height: 1.2em;
    padding: 6px; }
  .owl-carousel .headings_body {
    padding: 3px 6px; }
  .owl-carousel .prk_inner_block {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  #prk_hidden_bar #prk_hidden_bar_scroller {
    padding-top: 16px; }

  .prk_section.prk_full_width {
    padding-top: 32px;
    padding-bottom: 10px; }

  #prk_hidden_bar_inner .menu {
    font-size: 1.4em;
    line-height: 1.2em; }
    #prk_hidden_bar_inner .menu > li {
      padding-bottom: 4px; }

  #dotted_navigation {
    right: 5px; } }
@media only screen and (min-width: 480px) {
  .medium-1 {
    float: left;
    width: 8.33333%; }

  .medium-2 {
    float: left;
    width: 16.66667%; }

  .medium-3 {
    float: left;
    width: 25%; }

  .medium-4 {
    float: left;
    width: 33.33333%; }

  .medium-5 {
    float: left;
    width: 41.66667%; }

  .medium-6 {
    float: left;
    width: 50%; }

  .medium-7 {
    float: left;
    width: 58.33333%; }

  .medium-8 {
    float: left;
    width: 66.66667%; }

  .medium-9 {
    float: left;
    width: 75%; }

  .medium-10 {
    float: left;
    width: 83.33333%; }

  .medium-11 {
    float: left;
    width: 91.66667%; }

  .medium-12 {
    float: left;
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .large-1 {
    float: left;
    width: 8.33333%; }

  .large-2 {
    float: left;
    width: 16.66667%; }

  .large-3 {
    float: left;
    width: 25%; }

  .large-4 {
    float: left;
    width: 33.33333%; }

  .large-5 {
    float: left;
    width: 41.66667%; }

  .large-6 {
    float: left;
    width: 50%; }

  .large-7 {
    float: left;
    width: 58.33333%; }

  .large-8 {
    float: left;
    width: 66.66667%; }

  .large-9 {
    float: left;
    width: 75%; }

  .large-10 {
    float: left;
    width: 83.33333%; }

  .large-11 {
    float: left;
    width: 91.66667%; }

  .large-12 {
    float: left;
    width: 100%; } }
/* Yo! Disable line 834 of functions to get the inline css that I'm adding to theme.scss */
.fount_forced_menu #prk_ajax_container, .featured_owl .owl-carousel .sld_top {
  padding-top: 96px; }

.sf-menu ul, .fount_forced_top_bar #top_bar_wrapper {
  top: 96px; }

#prk_responsive_menu_inner {
  height: 96px; }

#fount_left_floater, #top_form_close, #searchform_top input, #fount_top_floater, #prk_menu_loupe, #menu_section .sf-menu > li {
  height: 96px;
  line-height: 96px; }

#prk_top_divider_wrapper, #top_form_hider {
  height: 96px; }

.fount_collapsed_menu #prk_responsive_menu_inner #top_form_close, .fount_collapsed_menu #prk_responsive_menu_inner #top_form_hider, .fount_collapsed_menu #fount_left_floater, .menu_at_top #fount_logo_holder, .menu_at_top #prk_responsive_menu #prk_logos, .menu_at_top #fount_left_floater, .menu_at_top #top_form_hider, .menu_at_top #top_form_close, .menu_at_top #searchform_top input, .menu_at_top #fount_top_floater, .menu_at_top #prk_menu_loupe {
  height: 66px !important;
  line-height: 66px !important; }

#bottom_bar_wrapper {
  height: 66px;
  bottom: -66px;
  line-height: 66px; }

#prk_lower_crumbs {
  height: 66px; }

#prk_responsive_menu.fount_hidden_menu {
  margin-top: -102px; }

body, .search-query, .regular_font, input, textarea {
  font-family: 'Rambla', sans-serif; }

#calendar_wrap caption, .prk_composer_title, .wpb_heading, .header_font, .shortcode-title {
  font-family: 'Rambla', sans-serif; }

.colored_theme_button, .theme_button, .theme_button_inverted, .colored_theme_button input, .theme_button input, .theme_button_inverted input {
  font-family: 'Rambla', sans-serif; }

#fount_super_sections .fount_super_width #ajaxed_content, #prk_mega_wrap.boxed_fount, .boxed_fount #prk_footer_wrapper, .boxed_fount #prk_responsive_menu, .boxed_fount #bottom_bar_wrapper, .boxed_fount #project_info, .boxed_fount #contact_info, .prk_inner_block, .page-prk-blog-masonry #entries_navigation_blog .prk_inner_block, .vertical_forced_row > div {
  max-width: 1140px; }

#single_blog_content.blog_limited_width {
  max-width: 800px; }

body, #footer_mirror, #prk_ajax_container, #contact_info #contact_form {
  background-color: #ffffff; }

#prk_responsive_menu_inner {
  background-color: #111111;
  background-color: rgba(17, 17, 17, 0); }

.menu_at_top #prk_responsive_menu_inner, .fount_forced_menu #prk_responsive_menu_inner, .fount_collapsed_menu #prk_responsive_menu_inner {
  background-color: #111111;
  background-color: rgba(17, 17, 17, 0.85); }

#prk_footer_wrapper {
  position: fixed; }

.colored_theme_button input, .colored_theme_button a, .theme_button input, .theme_button a, .theme_button_inverted input, .theme_button_inverted a {
  text-transform: uppercase; }

.member_colored_block_in, .grid_colored_block, .related_fader_grid {
  background-color: #6a5876;
  background-color: rgba(106, 88, 118, 0.9); }

.lone_linker a {
  background-color: #ffffff;
  color: #6a5876; }

.lone_linker a:hover {
  background-color: #6a5876; }

a, a:hover, #prk_hidden_bar a:hover, .contact_error, #main .member_ul_slider.owl-theme .owl-controls div:hover, #main .recentposts_ul_slider.owl-theme .owl-controls div:hover, .post_meta_single #previous_button:hover .after_icon, .post_meta_single #next_button:hover .bf_icon, #nav-main.resp_mode li > a:hover, .a_colored a:hover, .recentposts_ul_shortcode .blog_meta a:hover, .classic_meta .post-categories li a:hover, .headings_top, .tiny_bullet, .not_zero_color, .prk_service:hover .colored_link_icon, #prk_footer .copy a:hover, #prk_footer #footer_bk a:hover, #fount_to_top, .fount_button_arrow, #top_bar_wrapper #fount_close.small_headings_color:hover, #top_bar_wrapper #fount_left.small_headings_color:hover .inner_mover, #top_bar_wrapper #fount_right.small_headings_color:hover .inner_mover, #folio_nav_wrapper #fount_close_folio.small_headings_color:hover, #folio_nav_wrapper #fount_left_folio.small_headings_color:hover .inner_mover, #folio_nav_wrapper #fount_right_folio.small_headings_color:hover .inner_mover, .prk_accordion.ui-accordion .ui-accordion-header.ui-state-active, .prk_accordion.ui-accordion .ui-accordion-header.ui-state-active a, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #6a5876; }

.fount_folio_filter .active a, .fount_folio_filter a:hover, #main .member_ul_slider.owl-theme .owl-controls div, #main .recentposts_ul_slider.owl-theme .owl-controls div, .titled_portfolio .grid_single_title .body_bk_color, .wpb_heading, .zero_color, .zero_color a, a.zero_color {
  color: #313539; }

#after_widgets, #prk_footer #footer_bk .small_headings_color, #prk_footer #footer_bk .default_color, #prk_footer #footer_bk a.small_headings_color, #prk_footer #footer_bk .small_headings_color a, #prk_footer #footer_bk a.default_color, #prk_footer #footer_bk .default_color a, #prk_footer {
  color: #727272; }

#prk_footer .zero_color, #prk_footer .fount_active_icon, #prk_footer .fount_address_icon, #prk_footer .prk_footer_menu a, #prk_footer .copy a, #prk_footer #footer_bk a, #footer_in .theme_button input, #footer_in .widget-title, #prk_footer #footer_bk .prk_twt_body .twt_in a.default_color {
  color: #ffffff; }

#prk_footer .prk_footer_menu a .lower_divider {
  color: #ffffff !important; }

.bordered_buttons #prk_footer .theme_button a, .bordered_buttons #prk_footer .theme_button input {
  border-color: #ffffff; }

.fount_theme .mfp-bg, #fount_ajax_back {
  background-color: #FFFFFF; }

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  filter: alpha(opacity=100);
  opacity: 1; }

#fount_ajax_holder, #fount_ajax_holder .default_color, #top_bar_wrapper .default_color, #top_bar_wrapper .zero_color, .fount_theme .mfp-counter, .fount_theme .mfp-title {
  color: #545b62; }

#top_bar_wrapper .small_headings_color, #fount_ajax_holder .small_headings_color {
  color: #acacac; }

#fount_ajax_holder .zero_color, .fount_theme .mfp-arrow-left, .fount_theme .mfp-arrow-right {
  color: #494f55; }

#top_bar_wrapper .fount_close_inner:before, #top_bar_wrapper .fount_close_inner:after {
  background-color: #acacac; }

.mfp-close_inner:before, .mfp-close_inner:after {
  background-color: #494f55; }

#fount_ajax_holder .simple_line {
  border-color: #dedede; }

.colored_theme_button input, .colored_theme_button a, .theme_button input, .theme_button a, .theme_button_inverted input, .theme_button_inverted a, .prk_radius {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.owl-prev {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

.owl-next {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

#footer_in .simple_line {
  border-bottom: #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.2); }

#footer_in .pirenko_highlighted {
  border: #727272;
  border: 1px solid rgba(114, 114, 114, 0.2); }

#prk_hidden_bar .pirenko_highlighted:focus, #footer_in .pirenko_highlighted:focus {
  border-color: #6a5876;
  border-color: rgba(106, 88, 118, 0.65); }

#after_widgets.not_plain, #prk_footer_menu, .copy {
  border-top: #727272;
  border-top: 1px solid rgba(114, 114, 114, 0.2); }

.copy {
  box-shadow: 0px -1px 0px #000000;
  -webkit-box-shadow: 0px -1px 0px #000000;
  -moz-box-shadow: 0px -1px 0px #000000; }

#before_widgets {
  color: #5f5f5f !important;
  background-color: #161616;
  border-bottom: #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.2); }

#fount_wrapper #dotted_navigation a span, #fount_wrapper #dotted_navigation a.active span {
  color: #000000; }

#fount_wrapper #dotted_navigation a:before {
  background-color: #000000; }

#prk_footer {
  background-color: #1c1c1c; }

body, .prk_tags_ul a, .blog_meta > p > a,
.flexslider .headings_body, .shortcode_slider .headings_body, .padded_text a, .post_meta_single .after_icon, .post_meta_single .bf_icon, .post_meta_single a, .blog_meta a, .default_color, .default_color a, .default_color a:hover, a.default_color, a.default_color:hover, .titled_block .grid_single_title span a, .contact_address_right_single a, #fount_search, .masonr_read_more a, .blog_meta a, #nav-main.resp_mode li > a, .ui-tabs .ui-tabs-nav li a, .pirenko_highlighted, .prk_minimal_button > span, .prk_minimal_button > a, .prk_minimal_button > input, .ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-header a, .fount_folio_filter a, select {
  color: #6b6b6b; }

a.small_headings_color, .small_headings_color a, .small_headings_color {
  color: #acacac; }

.prk_price_header {
  background-color: rgba(172, 172, 172, 0.5); }

.fount_close_inner:before, .fount_close_inner:after {
  background-color: #acacac; }

::-webkit-input-placeholder {
  color: #6b6b6b; }

:-moz-placeholder {
  color: #6b6b6b; }

::-moz-placeholder {
  color: #6b6b6b; }

:-ms-input-placeholder {
  color: #6b6b6b; }

:focus::-webkit-input-placeholder {
  color: rgba(107, 107, 107, 0.2); }

:focus:-moz-placeholder {
  color: rgba(107, 107, 107, 0.2); }

:focus::-moz-placeholder {
  color: rgba(107, 107, 107, 0.2); }

:focus:-ms-input-placeholder {
  color: rgba(107, 107, 107, 0.2); }

.vc_progress_bar .vc_single_bar .vc_label, .entry-title a, .related_post a, .prk_folio_control, .prk_price_featured, .menu_bk_color {
  color: #ffffff; }

.slider_scroll_button i, .owl-controls .owl-buttons div, .site_background_colored a, a.site_background_colored, .site_background_colored, .prk_blockquote.colored_background .in_quote, .prk_sharrre_button a, .colored_theme_button input, .colored_theme_button a, .colored_theme_button a:hover, .theme_button input, .theme_button a, .theme_button a:hover, .theme_button_inverted input, .theme_button_inverted a, .theme_button_inverted a:hover, #pages_static_nav a, .sform_wrapper i, .fount_paging_navigation a:hover, .lone_linker a:hover, .prk_minimal_button > span.current {
  color: #ffffff; }

.body_bk_color {
  color: #ffffff; }

.titled_portfolio .grid_single_title, .squared_button:hover .fount_close_inner:before, .squared_button:hover .fount_close_inner:after {
  background-color: #ffffff; }

.titled_portfolio .grid_single_title .body_bk_text_shadow, .bd_headings_text_shadow {
  text-shadow: 0px 0px 1px rgba(49, 53, 57, 0.2); }

.body_text_shadow {
  text-shadow: 0px 0px 1px rgba(107, 107, 107, 0.2); }

.owl-controls .owl-buttons div, .flexslider .theme_button_inverted a, .navigation-previous, .navigation-next {
  background-color: #222222; }

#nprogress .bar {
  background-color: #e67e22; }

#folio_spinner.spinner-icon, #multi_spinner.spinner-icon, #single_spinner.spinner-icon {
  border: solid 3px rgba(230, 126, 34, 0.3);
  border-right-color: #e67e22;
  border-left-color: #e67e22; }

#nprogress .spinner-icon {
  border: solid 5px rgba(230, 126, 34, 0.3);
  border-right-color: #e67e22;
  border-left-color: #e67e22; }

.prk_blockquote.colored_background .in_quote:after {
  border-color: #ffffff rgba(255, 255, 255, 0.35) #ffffff rgba(255, 255, 255, 0.35); }

.headings_top, .active_text_shadow {
  text-shadow: 0px 0px 1px rgba(106, 88, 118, 0.3); }

#footer_in ::-webkit-input-placeholder {
  color: #727272; }

#footer_in :-moz-placeholder {
  /* Firefox 18- */
  color: #727272; }

#footer_in ::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272; }

#footer_in :-ms-input-placeholder {
  color: #727272; }

.menu_at_top #prk_responsive_menu .sf-menu > li.mega_menu > ul > li > a {
  background-color: #111111 !important; }

#searchform_top input, .menu_at_top #prk_menu_els, #contact_info, #project_info, #outerSliderWrapper, #pages_static_nav a, #bottom_bar_wrapper, #top_form_hider {
  background-color: #111111; }

#fount_wrapper .member_colored_block .fount_member_links .fount_socialink {
  border-color: #AA9047;
  color: #AA9047; }

#menu_section, .sf-menu > li > a, .prk_gallery_title {
  color: #8e8e8e; }

#prk_top_divider, #menu_section #prk_menu_left_trigger .prk_menu_block, #menu_section #prk_menu_right_trigger .prk_menu_block {
  background-color: #8e8e8e;
  background-color: rgba(142, 142, 142, 0.88); }

#menu_section .sf-menu > li > a:hover, #menu_section .sf-menu > li.active > a {
  color: #6a5876; }

#menu_section #prk_menu_left_trigger.hover_trigger .prk_menu_block, #menu_section #prk_menu_right_trigger.hover_trigger .prk_menu_block {
  background-color: #6a5876;
  background-color: rgba(106, 88, 118, 0.88); }

#menu_section .sf-menu a:hover::after {
  background-color: #6a5876; }

#top_form_close, .menu_at_top #menu_section, .menu_at_top .sf-menu li a, #searchform_top input, #searchform_top input:focus, .fount_forced_menu #menu_section, .fount_forced_menu .sf-menu > li > a, .fount_forced_menu #searchform_top input, .fount_collapsed_menu #top_form_close, .fount_collapsed_menu #menu_section, .fount_collapsed_menu .sf-menu > li > a, .fount_collapsed_menu #searchform_top input {
  color: #8e8e8e; }

.menu_at_top #menu_section #prk_menu_left_trigger .prk_menu_block, .menu_at_top #menu_section #prk_menu_right_trigger .prk_menu_block, .fount_forced_menu #menu_section #prk_menu_left_trigger .prk_menu_block, .fount_forced_menu #menu_section #prk_menu_right_trigger .prk_menu_block, .fount_collapsed_menu #menu_section #prk_menu_left_trigger .prk_menu_block, .fount_collapsed_menu #menu_section #prk_menu_right_trigger .prk_menu_block {
  background-color: #8e8e8e;
  background-color: rgba(142, 142, 142, 0.88); }

.fount_forced_menu #menu_section .sf-menu > li.active > a.sf-with-ul, .menu_at_top #menu_section .sub-menu li a:hover, .menu_at_top .fount_forced_menu #menu_section .sf-menu > li.fount_hover_sub > a.active.sf-with-ul:hover, .menu_at_top .fount_forced_menu #menu_section .sf-menu > li.fount_hover_sub > a.sf-with-ul:hover, .menu_at_top #menu_section .sf-menu > li.fount_hover_sub > a.active.sf-with-ul:hover, .menu_at_top #menu_section .sf-menu > li.fount_hover_sub > a.sf-with-ul:hover, .menu_at_top #menu_section .sf-menu > li.fount_hover_sub > a.active.sf-with-ul, .menu_at_top #menu_section .sf-menu > li.fount_hover_sub > a.sf-with-ul, .menu_at_top #menu_section .sf-menu > li > a:hover, .menu_at_top #menu_section .sf-menu > li.active > a, .fount_forced_menu #menu_section .sf-menu > li > a:hover, .fount_forced_menu #menu_section .sf-menu > li.active > a, .fount_collapsed_menu #menu_section .sf-menu > li > a:hover, .fount_collapsed_menu #menu_section .sf-menu > li.active > a {
  color: #6a5876; }

.menu_at_top #menu_section #prk_menu_left_trigger.hover_trigger .prk_menu_block, .menu_at_top #menu_section #prk_menu_right_trigger.hover_trigger .prk_menu_block, .fount_forced_menu #menu_section #prk_menu_left_trigger.hover_trigger .prk_menu_block, .fount_forced_menu #menu_section #prk_menu_right_trigger.hover_trigger .prk_menu_block, .fount_collapsed_menu #menu_section #prk_menu_left_trigger.hover_trigger .prk_menu_block, .fount_collapsed_menu #menu_section #prk_menu_right_trigger.hover_trigger .prk_menu_block {
  background-color: #6a5876;
  background-color: rgba(106, 88, 118, 0.88); }

.menu_at_top #menu_section .sf-menu a:hover::after, .fount_forced_menu #menu_section .sf-menu a:hover::after, .fount_collapsed_menu #menu_section .sf-menu a:hover::after {
  background-color: #6a5876; }

.tooltipster-light {
  color: #ffffff;
  background-color: #000000;
  background-color: black; }

#copy {
  color: #727272; }

.theme_button_inverted a {
  background-color: #222222; }

.bordered_buttons .theme_button_inverted input, .bordered_buttons .theme_button_inverted a, .bordered_buttons .theme_button_inverted a:hover {
  color: #222222;
  border-color: #222222; }

.bordered_buttons .theme_button input, .bordered_buttons .theme_button a, .bordered_buttons .theme_button a:hover {
  color: #6a5876;
  border-color: #6a5876; }

.fount_folio_filter .p_filter a:after, .classic_meta .post-categories li a, .prk_sharrre_button {
  background-color: #313539; }

.small_underline .prk_vc_title, .large_underline .prk_vc_title {
  border-bottom-color: rgba(49, 53, 57, 0.9); }

.fount_socialink.fount_fa-envelope-o, .fount_socialink.colorer-envelope {
  border-color: #6a5876 !important;
  color: #6a5876 !important; }

.fount_socialink.fount_fa-envelope-o .bg_shifter, .fount_socialink.colorer-envelope .bg_shifter {
  background-color: #6a5876 !important; }

.blog_fader_grid {
  background-color: #313539;
  background-color: rgba(49, 53, 57, 0.6); }

.owl-theme .owl-controls .owl-page.active span, .colored_theme_button a, .colored_theme_button input, .theme_button input, .theme_button a, .prk_blockquote.colored_background, .tiny_line, .sform_wrapper i, .fount_paging_navigation a:hover, .prk_minimal_button > span.current {
  background-color: #6a5876; }

.theme_button_inverted.active a {
  background-color: #6a5876 !important; }

.wpb_tour .ui-state-active, .wpb_tour .ui-widget-content .ui-state-active, .wpb_tour .ui-widget-header .ui-state-active, .wpb_tour .ui-tabs .ui-tabs-nav li.ui-state-active, .wpb_tabs .ui-tabs-nav .ui-state-hover, .wpb_tabs .ui-tabs-nav .ui-state-active, .wpb_tabs .ui-tabs-nav .ui-widget-content .ui-state-active, .wpb_tabs .ui-tabs-nav .ui-widget-header .ui-state-active, .wpb_tabs .ui-tabs-nav .ui-tabs .ui-tabs-nav li.ui-state-active, .prk_accordion .ui-accordion-content, .wpb_accordion_content, .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab, .prk_speech, .small_squared, .prk_price_table, .vc_progress_bar .vc_single_bar, .cart-collaterals table, .shop_table, .woocommerce #payment, .woocommerce-error, .liner, .es-nav span, .btn-primary, .prk_minimal_button > span, .prk_minimal_button > a, .prk_minimal_button > input, .pirenko_highlighted, #nav-main.resp_mode, .prk_inner_tip, .prk_blockquote, .masonry_inner, .colored_bg {
  background-color: #ffffff; }

.wpb_tabs .ui-tabs-nav .ui-state-active, .wpb_tabs .ui-tabs-nav .ui-widget-content .ui-state-active, .wpb_tabs .ui-tabs-nav .ui-widget-header .ui-state-active, .wpb_tabs .ui-tabs-nav .ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom: 1px solid #ffffff; }

input:focus, textarea:focus, select:focus {
  background-color: rgba(106, 88, 118, 0.1);
  border-color: rgba(106, 88, 118, 0.65);
  color: #6a5876; }

.prk_cropped_blockquote:before, .prk_cropped_blockquote:after {
  background-color: #ffffff; }

.comments_special_button a {
  color: #ffffff !important; }

#menu_section .sf-menu .fount_hover_sub .sub-menu li a, .sf-menu > li.fount_hover_sub > a.sf-with-ul, .sf-menu > li.mega_menu > ul > li > a {
  background-color: rgba(0, 0, 0, 0.5); }

#menu_section .sf-menu .sub-menu li, .sf-menu > li > a.sf-with-ul {
  background-color: rgba(250, 250, 250, 0); }

.sf-menu .prk_regular_menu li a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #8e8e8e; }

.sf-menu > li.mega_menu > ul > li {
  border-right: 1px dashed #efefef; }

.sf-menu > li.fount_hover_sub > a.sf-with-ul {
  color: #6a5876; }

.sf-menu > li.fount_hover_sub > a.active.sf-with-ul:hover, .sf-menu > li.fount_hover_sub > a.sf-with-ul:hover, #menu_section .sf-menu > li.fount_hover_sub > a.sf-with-ul:hover, #menu_section .sf-menu > li.fount_hover_sub > a.active.sf-with-ul:hover, .fount_collapsed_menu #menu_section .sf-menu > li.fount_hover_sub > a.active.sf-with-ul, .fount_collapsed_menu #menu_section .sf-menu > li.fount_hover_sub > a.sf-with-ul, .fount_forced_menu #menu_section .sf-menu > li.fount_hover_sub > a.sf-with-ul, .fount_forced_menu #menu_section .sf-menu > li.fount_hover_sub > a.active.sf-with-ul, #menu_section .sf-menu .fount_hover_sub .sub-menu li a:hover {
  color: #6a5876;
  background-color: rgba(0, 0, 0, 0.5); }

.sf-menu .sub-menu a {
  color: #8e8e8e; }

#prk_hidden_bar {
  width: 380px; }

#body_hider {
  right: 380px; }

.prk_shifted #prk_hidden_bar {
  margin-right: 0px; }

.prk_shifted #contact_info, .prk_shifted #prk_ajax_container, .prk_shifted #bottom_bar_wrapper, .prk_shifted #prk_responsive_menu, .prk_shifted #footer_mirror, .prk_shifted #prk_footer {
  margin-left: -380px; }

.prk_shifted #fount_to_top {
  margin-right: 380px; }

#prk_hidden_bar .default_color a, #prk_hidden_bar a.default_color, #prk_hidden_bar .default_color, #prk_hidden_bar {
  color: #ffffff; }

.bordered_buttons #prk_hidden_bar .theme_button a, .bordered_buttons #prk_hidden_bar .theme_button input, #prk_hidden_bar .fount_active_icon, #prk_hidden_bar .fount_address_icon, #prk_hidden_bar a, #prk_hidden_bar .widget-title, #prk_hidden_bar .not_zero_color, #prk_hidden_bar .not_zero_color a, #prk_hidden_bar a.not_zero_color {
  color: #ffffff; }

.bordered_buttons #prk_hidden_bar .theme_button a, .bordered_buttons #prk_hidden_bar .theme_button input {
  border-color: #ffffff; }

#prk_hidden_bar .simple_line {
  border-bottom: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

#prk_hidden_bar .pirenko_highlighted {
  border: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2); }

#prk_hidden_bar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3); }

#prk_hidden_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ffffff; }

#prk_hidden_bar {
  background-color: #111111;
  border-left: 1px solid #111111; }

#portfolio_info {
  border-left: 1px solid #6b6b6b;
  border-left: 1px solid rgba(107, 107, 107, 0.25); }

.prk_author_avatar img {
  border: 6px solid #ffffff; }

#prk_nav_inner, #author_area, #single_meta_footer, .single_blog_meta_class:before, .single_blog_meta_class:after, .prk_vc_title:before, .prk_vc_title:after, .page-prk-blog-full .blog_lower, .wpb_separator, .vc_text_separator, .post_meta_single, .simple_line {
  border-bottom: 1px solid #dedede; }

#author_area img, ol.commentlist img.avatar {
  box-shadow: 0px 0px 3px #dedede;
  -webkit-box-shadow: 0px 0px 3px #dedede;
  -moz-box-shadow: 0px 0px 3px #dedede; }

.prk_prices_specs li, .underp {
  border-bottom: 1px solid #dedede;
  border-bottom: 1px solid rgba(222, 222, 222, 0.65); }

.menu_at_top #prk_responsive_menu .sf-menu > li.mega_menu > ul > li > a, .menu_at_top #prk_responsive_menu #menu_section .sf-menu > li, .menu_at_top #prk_responsive_menu .sf-menu .prk_regular_menu li, .menu_at_top #prk_responsive_menu .sf-menu .prk_regular_menu li:first-child {
  border-top: 1px solid #efefef; }

.menu_at_top #prk_responsive_menu #menu_section .sf-menu > li:last-child {
  border-bottom: 1px solid #efefef; }

.prk_prices_specs {
  border-top: 1px solid #dedede !important;
  border-top: 1px solid rgba(222, 222, 222, 0.65) !important; }

.recentposts_ul_shortcode .blog_lower, .masonry_blog .blog_lower, .recentposts_ul_slider .blog_lower, #prk_nav_inner, .prk_price_header, .post_meta_single, #prk_gallery_footer {
  border-top: 1px solid #dedede; }

.wpb_row .wpb_column:last-child .wpb_wrapper .prk_price_table .prk_prices_specs, .wpb_row .wpb_column:last-child .wpb_wrapper .prk_price_table .prk_price_header {
  border-right: 1px solid #dedede; }

.prk_prices_specs, .prk_price_header {
  border-left: 1px solid #dedede; }

.wpb_tabs .ui-tabs .ui-tabs-panel, .ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav li, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content, .prk_minimal_button > span, .prk_minimal_button > a, .prk_minimal_button > input, .cart-collaterals table, table, td, .woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty, .tagcloud a, .pirenko_highlighted, .pk_contact_highlighted, .shop_table, .woocommerce #payment, .woocommerce-error, .prk_cropped_blockquote:before, .prk_cropped_blockquote:after, .prk_bordered {
  border: 1px solid #e8e8e8; }

.ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav li, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: #e8e8e8;
  background-color: rgba(232, 232, 232, 0.5); }

@media only screen and (max-width: 767px) {
  .prk_price_table .prk_prices_specs, .prk_price_table .prk_price_header {
    border-right: 1px solid #dedede; } }
@media (max-width: 480px) {
  #prk_hidden_bar {
    width: 280px; }

  #body_hider {
    right: 280px; }

  .prk_shifted #contact_info, .prk_shifted #prk_ajax_container, .prk_shifted #bottom_bar_wrapper, .prk_shifted #prk_responsive_menu, .prk_shifted #footer_mirror, .prk_shifted #prk_footer {
    margin-left: -280px; }

  .prk_shifted #fount_to_top {
    margin-right: 280px; } }
#prk_mega_wrap.boxed_fount, .boxed_shadow, .titled_portfolio .portfolio_entry_li, .woocommerce .boxed_shadow {
  -webkit-box-shadow: 0px 0px 1px rgba(49, 53, 57, 0.3);
  box-shadow: 0px 0px 1px rgba(49, 53, 57, 0.3); }

.menu_at_top #prk_responsive_menu_inner, .fount_forced_menu #prk_responsive_menu_inner, #fount_wrapper.fount_collapsed_menu #prk_responsive_menu_inner {
  -webkit-box-shadow: 0px 0px 4px rgba(49, 53, 57, 0.3);
  box-shadow: 0px 0px 4px rgba(49, 53, 57, 0.3); }

/***************/
/** FONT FACE **/
/***************/
@font-face {
  font-family: 'Frente';
  src: url("fonts/frenteh1-regular-webfont.eot");
  src: url("fonts/frenteh1-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/frenteh1-regular-webfont.woff2") format("woff2"), url("fonts/frenteh1-regular-webfont.woff") format("woff"), url("fonts/frenteh1-regular-webfont.ttf") format("truetype"), url("fonts/frenteh1-regular-webfont.svg#frente_h1regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Andada';
  src: url("fonts/andada-regular-webfont.eot");
  src: url("fonts/andada-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/andada-regular-webfont.woff2") format("woff2"), url("fonts/andada-regular-webfont.woff") format("woff"), url("fonts/andada-regular-webfont.ttf") format("truetype"), url("fonts/andada-regular-webfont.svg#andadaregular") format("svg");
  font-weight: normal;
  font-style: normal; }
#main_block {
  background: url("images/paper-bg.jpg") center top;
  background-size: cover; }

body.home #prk_responsive_menu_inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000'); }
body.home .fount_theme #main .testimonials_slider.owl-theme .tm_content h4 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }

body.page-id-147 .vc_span4.wpb_column {
  text-transform: uppercase; }

#prk_responsive_menu_inner {
  background: none;
  /*background-color: #000000;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000'); }

.wider-letter-spacing * {
  letter-spacing: 0.2em; }

#prk_hidden_bar {
  background-image: url(images/sidebar.png); }
  #prk_hidden_bar a.small_headings_color, #prk_hidden_bar .small_headings_color a, #prk_hidden_bar .small_headings_color {
    color: #FFF;
    opacity: 0.8; }
  #prk_hidden_bar h6 {
    text-transform: uppercase; }
  #prk_hidden_bar .widget-title {
    border: none; }
  #prk_hidden_bar input {
    color: #FFF !important; }

#sidebar.small-3, .dark-bg, .wpb_widgetised_column {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px 16px !important;
  margin-bottom: 30px; }
  #sidebar.small-3 #peach-eoi input[type=text], #sidebar.small-3 #peach-eoi input[type=email], #sidebar.small-3 #peach-eoi textarea, .dark-bg #peach-eoi input[type=text], .dark-bg #peach-eoi input[type=email], .dark-bg #peach-eoi textarea, .wpb_widgetised_column #peach-eoi input[type=text], .wpb_widgetised_column #peach-eoi input[type=email], .wpb_widgetised_column #peach-eoi textarea {
    background: rgba(142, 143, 139, 0.2);
    border-top: 1px solid #C0C1BC;
    border-left: 1px solid #C0C1BC; }
  #sidebar.small-3 #peach-eoi p, .dark-bg #peach-eoi p, .wpb_widgetised_column #peach-eoi p {
    margin-bottom: 5px; }
  #sidebar.small-3 .widget-title, .dark-bg .widget-title, .wpb_widgetised_column .widget-title {
    border-bottom: none;
    margin-bottom: 10px;
    background: #695876;
    color: #D0C1CA;
    font-family: "Frente" !important;
    font-size: 36px;
    padding: 15px;
    margin: 0 -20px 20px -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  #sidebar.small-3 h4, .dark-bg h4, .wpb_widgetised_column h4 {
    font-family: "Frente" !important;
    color: #695876;
    font-size: 36px; }

#prk_footer {
  background: url(images/footer.jpg) center bottom; }

.home-hero h1, .home-hero h2, .home-hero h3, .home-hero h4 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }

.super-padding {
  padding: 40px; }

.white-bg {
  /*background-color: #ffffff;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
  border-radius: 5px;
  padding: 20px 16px !important; }

.frente {
  font-family: "Frente" !important;
  font-weight: bold;
  font-size: 1.4em; }

#footer_in .widget-title {
  color: #a49277;
  font-family: "Frente" !important; }

#footer_in a {
  color: #a49277; }

.copy.small-6.wpb_text_column {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.fount_theme #main .testimonials_slider.owl-theme .icon-users {
  display: none; }

.fount_theme #main .testimonials_slider.owl-theme .tm_content h4 {
  font-family: "Frente" !important;
  font-weight: normal !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #FFF; }

#menu_section .sf-menu > li > a:hover, #menu_section .sf-menu > li.active > a {
  color: #FFF; }

#menu_section, .sf-menu > li > a, .prk_gallery_title {
  color: #A8A896;
  text-transform: uppercase; }

a.small_headings_color, .small_headings_color a, .small_headings_color {
  color: #000; }

body.home .not_zero_color {
  color: #E2E2CA; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: geometricPrecision; }

h2, p {
  margin-bottom: 20px; }

p {
  font-family: "Andada", serif !important;
  font-size: 15px !important; }

h1 {
  font-family: "Frente" !important;
  font-weight: 100 !important;
  font-size: 56px !important; }

h2 {
  font-size: 24px; }

h3 {
  font-family: "Frente" !important;
  font-weight: normal !important;
  font-size: 34px !important;
  color: #8A7D6A; }

h4 {
  font-family: Rambla !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 16px; }

h5, h6 {
  font-family: Rambla !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: black; }

h6 {
  font-weight: normal !important;
  text-transform: none; }

.widget-title {
  color: #FFF;
  border-bottom: 5px solid #6b6b6b;
  margin-bottom: 10px;
  color: #6b6b6b; }

.sf-menu a {
  font-weight: normal;
  color: #a4a396; }

.fount_collapsed_menu .sf-menu ul {
  top: 66px; }

.sf-menu li:hover a {
  color: #FFF !important; }

.lead {
  font-size: 1.2em;
  font-weight: bold; }

#prk_hidden_bar input[type="password"], #prk_hidden_bar input[type="tel"], #prk_hidden_bar input[type="email"], #prk_hidden_bar input[type="text"] {
  background: rgba(255, 255, 255, 0.2); }

#prk_hidden_bar_inner .wpcf7-form p {
  margin: 8px 0 !important; }
#prk_hidden_bar_inner .wpcf7-form input {
  margin-bottom: 3px; }

#peach-mailinglist {
  border: 0 solid transparent !important;
  padding: 0; }
  #peach-mailinglist * {
    font-family: "Frente" !important;
    font-size: 24px;
    border: none; }
  #peach-mailinglist td {
    padding: 0;
    margin: 0; }
  #peach-mailinglist input[type=submit] {
    font-size: 36px;
    color: #FFF; }
  #peach-mailinglist .wpcf7-email {
    background: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
    color: #333 !important;
    width: 100%; }
  #peach-mailinglist img {
    display: none; }

#tribe-events-bar {
  display: none; }

.tribe-events-back, .tribe-events-page-title {
  display: none; }

.tribe-events-ical {
  display: none; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #6a5876; }

.single-tribe_events .tribe-events-event-meta {
  background: none;
  border: none; }

.tribe-events-list-separator-month span {
  background: #695876;
  color: #FFF; }

.vc_progress_bar .vc_single_bar .vc_label, .entry-title a, .related_post a, .prk_folio_control, .prk_price_featured, .menu_bk_color {
  color: #6b6b6b; }

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: inherit;
  margin-right: 70px; }

.events-list #content {
  padding-top: 90px; }

body.single-tribe_events .workshop-header {
  display: none; }

body.page-id-466 .wpb_text_column h1 {
  color: #8D845D; }

body.page-id-263 #faq strong {
  color: #8D845D;
  font-size: 1.2em; }

#menu_section .sf-menu > li.active > a {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.75); }

#menu_section .sf-menu > li > a:hover,
#menu_section .sf-menu > li.active > a,
.fount_collapsed_menu #menu_section .sf-menu > li.active > a {
  color: #FFF !important; }

.ecs-event-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ecs-event-list h4 {
    font-size: 1.8em; }
  .ecs-event-list .duration {
    padding-top: 8px; }

.single-tribe_events .tribe-events-cal-links, .tribe-events-ical {
  display: none !important; }

#tribe-events-list-widget-2 ol {
  padding: 0; }
  #tribe-events-list-widget-2 ol #sidebar.small-3 h4, #tribe-events-list-widget-2 ol .dark-bg h4, #tribe-events-list-widget-2 ol .wpb_widgetised_column h4, #tribe-events-list-widget-2 ol .entry-title {
    font-size: 26px !important; }

a.btn {
  padding: 10px 20px;
  background: #5E4E6B;
  float: left;
  display: block;
  color: #FFF;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase; }
  a.btn:hover {
    color: #FFF;
    box-shadow: 0 0 14px #E1CED9;
    background: #746084; }

.tribe-events-read-more {
  padding: 6px 12px;
  background: #5E4E6B;
  float: left;
  display: block;
  color: #FFF;
  font-size: 13px;
  border-radius: 5px;
  text-transform: uppercase; }
  .tribe-events-read-more:hover {
    color: #FFF;
    box-shadow: 0 0 14px #E1CED9;
    background: #746084; }

.single-post #main_block {
  background: #FFF; }

#mc_embed_signup input[type=text], #mc_embed_signup input[type=email], #mc_embed_signup textarea {
  background: rgba(142, 143, 139, 0.2);
  border-top: 1px solid #C0C1BC;
  border-left: 1px solid #C0C1BC;
  width: 100%;
  padding: 4px 8px;
  font-size: 12px; }
#mc_embed_signup input[type=submit] {
  font-size: 1.1em; }

#mc_embed_signup_scroll .theme_button {
  margin-top: 10px;
  font-size: 14px; }

#about > .wpb_row {
  background-color: #FFF;
  background-repeat: repeat-x; }
