/*! Striking MultiFlex
* https://kaptinlin.com/themes/strikingr
* Copyright (c) 2015-2019 Lyon Holding Limited */
/* ======================================================= */
/*                      Global Reset                       */
/* ======================================================= */
/*
Reset Stylesheet
*/
@font-face {
    font-family: 'MarkWXX';
    src: url('../fonts/FFMarkWebProBold/MarkWXX-Bold.eot');
    src: url('../fonts/FFMarkWebProBold/MarkWXX-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FFMarkWebProBold/MarkWXX-Bold.woff2') format('woff2'),
        url('../fonts/FFMarkWebProBold/MarkWXX-Bold.woff') format('woff'),
        url('../fonts/FFMarkWebProBold/MarkWXX-Bold.ttf') format('truetype'),
        url('../fonts/FFMarkWebProBold/MarkWXX-Bold.svg#MarkWXX-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MarkWXX';
    src: url('../fonts/FFMarkWebProMedium/MarkWXX-Medium.eot');
    src: url('../fonts/FFMarkWebProMedium/MarkWXX-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FFMarkWebProMedium/MarkWXX-Medium.woff2') format('woff2'),
        url('../fonts/FFMarkWebProMedium/MarkWXX-Medium.woff') format('woff'),
        url('../fonts/FFMarkWebProMedium/MarkWXX-Medium.ttf') format('truetype'),
        url('../fonts/FFMarkWebProMedium/MarkWXX-Medium.svg#MarkWXX-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MarkWXX';
    src: url('../fonts/FFMarkWebProRegular/MarkWXX-Regular.eot');
    src: url('../fonts/FFMarkWebProRegular/MarkWXX-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FFMarkWebProRegular/MarkWXX-Regular.woff2') format('woff2'),
        url('../fonts/FFMarkWebProRegular/MarkWXX-Regular.woff') format('woff'),
        url('../fonts/FFMarkWebProRegular/MarkWXX-Regular.ttf') format('truetype'),
        url('../fonts/FFMarkWebProRegular/MarkWXX-Regular.svg#MarkWXX-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}
/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
  border-color:inherit;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input, select {
  vertical-align: middle;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/* Responsive images and other embedded objects */
img, object, embed, video, iframe {
  max-width: 100%;
}
.google_map img, .gm-style img {
  max-width: none;
}
/* Responsive images aspeсt ratio */
img, video {
  height: auto;
}
/* Webkit browsers reset margin */
button, input, select, textarea {
  margin: 0;
}
textarea {
  overflow: auto;
}
/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}
/* Normalize buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* ie 8/9 fix */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* searchfield fix for safari 5 and chrome */
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button,
select {
  text-transform: none;
}
/* corrects overflow displayed oddly in ie 9 */
svg:not(:root) {
  overflow: hidden;
}
cufon {
  overflow: hidden;
}
iframe {
  max-width: 100%;
}
/* ======================================================= */
/*                       Base Style                        */
/* ======================================================= */
/* Fontface
---------------------------------------------------------- */
@font-face {
  font-family: 'themeicons';
  font-style: normal;
  font-weight: normal;

  src: url('../icons/themeicons/fonts/themeicons.eot');
  src: url('../icons/themeicons/fonts/themeicons.eot?#iefix') format('embedded-opentype'),
  url('../icons/themeicons/fonts/themeicons.ttf') format('truetype'),
  url('../icons/themeicons/fonts/themeicons.woff') format('woff'),
  url('../icons/themeicons/fonts/themeicons.svg#themeicons') format('svg');
}
/* Basic typography
---------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    font-family: 'MarkWXX' !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #2b2e34 !important;
    letter-spacing: -0.16px;
    /*max-width: 1200px;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.sfm-navicon-button.sf_label_default {
    width: 35px !important;
    height: 53px;
    top: 19px;
    right: 0px !important;
}
.sfm-navicon{
  margin: 0px auto !important;
  width: 100% !important;
}
body.single-portfolio {
    background: #ededed;
}
body.single-post{
    background: #ededed;
}
strong, th, thead td {
  font-weight: bold;
}
cite, em, dfn {
  font-style: italic;
}
code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  font-family: 'MarkWXX' !important;
}
code, pre {
  display: block;
  white-space: pre-wrap;
}
.gchoice_2_5_1 input:checked + label:before {
    background: #890246;
}
#label_2_5_1 {
    padding-left: 6px;
}
del {
  color: #666;
  text-decoration: line-through;
}
ins, dfn {
  border-bottom: 1px solid #ccc;
}
small, sup, sub {
  font-size: 85%;
}
abbr, acronym {
  text-transform: uppercase;
  letter-spacing: .1em;
}
a abbr, a acronym {
  border: none;
}
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
  margin-bottom: 20px;
}
/* Basic size
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .6em;
  font-weight: bold;
  font-family: 'MarkWXX';
  line-height: 29px;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1 .subTitle, h2 .subTitle, h3 .subTitle, h4 .subTitle, h5 .subTitle, h6 .subTitle {
  display: block;
  margin: 0;
  font-size: .65em;
  color: #999;
}
.page-template #page h1 strong {
    display: block;
    color: #fc0e48;
}
/* Basic lists
---------------------------------------------------------- */
ul {
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  margin-top: .8em;
  margin-bottom: .4em;
  font-weight: bold;
}
ol ol, ul ol {
  margin-left: 2.5em;
}
ul ol, ol ul, ol ol, ul ul {
  margin-bottom: 0;
}
/* Link style
---------------------------------------------------------- */
a:link, a:visited, a:hover, a:active, a:focus {
  color: #666;
  text-decoration: none;
  outline: 0 none;
}
/* table style
---------------------------------------------------------- */
table, td, th {
  vertical-align: middle;
}
caption {
  padding-bottom: .8em;
}
/* form style
---------------------------------------------------------- */
.form-item {
  margin: 0 0 10px;
}
.form-item label {
  cursor: pointer;
}
fieldset {
  padding: 1em;
  border: 1px solid #ccc;
}
legend {
  padding: 0 .8em;
  font-size: 1.2em;
  font-weight: bold;
}
textarea, input[type=text], input[type=password], input[type=email], input[type=tel], select {
  font-size: inherit;
  background: #fff;
  border: 1px solid #ccc;
}
input, select {
  cursor: pointer;
}
input[type=text], input[type=password], input[type=email], input[type=tel] {
  cursor: text;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
textarea, input {
  padding: 5px;
  outline: none;
}
input {
  line-height: normal;
}
select {
  padding: 2px;
}
option {
  padding: 0 4px;
}
input[type=button], button {
  padding: 4px;
  vertical-align: middle;
  cursor: pointer;
}
input.text_input, textarea.textarea {
  background: url("../images/input_bg.png") no-repeat scroll 0 0 transparent;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
}
.contact_form button.button:focus,
.form-submit input.submit:focus,
input.text_input:focus, textarea.textarea:focus {
  border: 1px solid #ccc;
}
/* Non-semantic helper classes
---------------------------------------------------------- */
.center {
  text-align: center;
}
.hidden {
  display: none;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.clearboth {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center, .text-centered {
  text-align: center;
}
/* ======================================================= */
/*                         Columns                         */
/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  float: left;
  height: auto !important;
  height: 1px;
  min-height: 1px;
  margin-right: 4%;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.6666%;
}
.two_third {
  width: 65.3332%;
}
.one_fourth {
  width: 22%;
}
.two_fourth {
  width: 48%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.3333%;
}
.two_sixth {
  width: 30.6666%;
}
.three_sixth {
  width: 47.9998%;
}
.four_sixth {
  width: 65.3332%;
}
.five_sixth {
  width: 82.6665%;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
  width: 45.8333%;
  margin-right: 8.3333%;
}
.one_half .one_third {
  width: 27.7778%;
  margin-right: 8.3333%;
}
.one_half .two_third {
  width: 63.8889%;
  margin-right: 8.3333%;
}
.two_third .one_third {
  width: 29.2517%;
  margin-right: 6.1224%;
}
.two_third .two_third {
  width: 64.6258%;
  margin-right: 6.1224%;
}
.two_third .one_fourth {
  width: 20.4082%;
  margin-right: 6.1224%;
}
.two_third .three_fourth {
  width: 73%;
  margin-right: 6.1224%;
}
/* ======================================================= */
/*                      Images Styles                      */
/* ======================================================= */
/* Basic image style
---------------------------------------------------------- */
.preloading {
  background: url("../images/loading.gif") #f9f9f9 no-repeat 50% 50%;
}
img.alignleft, .wp-caption.alignleft {
  margin: 2px 16px 2px 2px !important;
}
img.alignright, .wp-caption.alignright {
  margin: 2px 2px 2px 16px !important;
}
img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 2px auto !important;
  text-align: center;
}
/* wp default image
---------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 0;
  margin-bottom: 10px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.wp-caption img {
  padding: 0;
  margin: 0;
  border: 0 none;
}
p.wp-caption-text {
  padding: 0 5px 5px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
/* Image with frame
---------------------------------------------------------- */
.image_styled {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  transform:scale(1.0);
  transform-origin: 0 0;
  -ms-zoom:1;
}
.entry_full .entry_image, .entry_below .entry_image {
  width: 100%;
}
.image_styled.aligncenter {
  display: block;
}
.image_frame {
  position: relative;
  display: block;
  /*margin-bottom: 20px;*/
  background: url("../images/loading.gif") #f9f9f9 no-repeat 50% 50%;
}
@media only screen and (max-width: 767px) {
  .image_fit_mobile {
    display: block;
    width: auto !important;
  }
}
.effect-grayscale img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
          filter: gray; /* IE6-9 */
  -webkit-transition: -webkit-filter 1s;
     -moz-transition:    -moz-filter 1s;
      -ms-transition:     -ms-filter 1s;
       -o-transition:      -o-filter 1s;

  -webkit-filter: gray;
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
     -moz-filter: grayscale(100%);
}
.effect-grayscale img:hover {
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
          filter: grayscale(0%);

  -webkit-filter: grayscale(0%);
}
.effect-tilt {
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;

  -webkit-backface-visibility: hidden;
}
.effect-tilt:hover {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.effect-rotate {
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;

  -webkit-backface-visibility: hidden;
}
.effect-rotate:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}
.effect-morph {
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;

  -webkit-backface-visibility: hidden;
}
.effect-morph:hover {
  border-radius: 100%;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}
.effect-morph:hover * {
  border-radius: 100%;
}
.effect-morph:hover .image_shadow_wrap:before,
.image_frame.effect-morph:hover .image_shadow_wrap:after {
  display: none;
}
.effect-morph:hover .image_shadow_wrap {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);

  -moz--box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}
.effect-zoom {
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.effect-zoom:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.effect-blur img {
          filter: blur(2px);
  -webkit-transition: -webkit-filter 1s;
     -moz-transition:    -moz-filter 1s;
      -ms-transition:     -ms-filter 1s;
       -o-transition:      -o-filter 1s;

  -webkit-filter: blur(2px);
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.effect-blur img:hover {
          filter: blur(0);

  -webkit-filter: blur(0);
}
.image_frame a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background: url("../images/loading.gif") #f9f9f9 no-repeat 50% 50%;
}
.no-js .image_frame img {
  visibility: visible;
}
.page-template-template_inspiratie .portfolios.sortable header {
    font-size: inherit;
    line-height: inherit;
    margin-top: 30px;
    margin-bottom: 55px;
}
.image_frame img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

      -ms-box-sizing: border-box;
}
.image_frame .grayscale-wrapper img {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

      -ms-box-sizing: border-box;
}
.grayscale-wrapper img {
  width: 100%;
  height: 100%;
}
.image_styled .image_caption {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.image_styled.aligncenter .image_caption {
  margin: 10px auto;
}
.image_shadow_wrap {
  position: relative;
  height: 100%;
}
.has-shadow .image_shadow_wrap:before,
.has-shadow .image_shadow_wrap:after {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 0;
  left: 15px;
  content: "";
  border-radius: 100px / 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .35);
          box-shadow: 0 0 15px rgba(0, 0, 0, .35);
}
.has-shadow.shadow-dark .image_shadow_wrap:before,
.has-shadow.shadow-dark .image_shadow_wrap:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
          box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.has-shadow .image_shadow_wrap:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
       -o-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg);
}
#feature .image_frame img {
  visibility: visible;
}
.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
.image_icon_zoom .image_overlay {
  background: url("../images/image_icon_zoom.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_play .image_overlay {
  background: url("../images/image_icon_play.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_doc .image_overlay {
  display: none;
}
.image_icon_link .image_overlay {
  background: url("../images/image_icon_link.png") no-repeat scroll 50% 50% transparent;
}
.image_styled.alignleft {
  margin-right: 16px;
}
.image_styled.alignright {
  margin-left: 16px;
}
.image_no_link {
  cursor: default;
}
/* ======================================================= */
/*                   Extended Typography                   */
/* ======================================================= */
/* highlight
---------------------------------------------------------- */
.highlight {
  background: #ff9;
}
.highlight.dark {
  color: #fff;
  background: #333;
}
/* blockquote
---------------------------------------------------------- */
blockquote {
  padding: 10px 20px 10px 60px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 24px;
  /*background: url("../images/quote.gif") no-repeat scroll 0 6px transparent;*/
  color: #444;
}
blockquote p {
  margin-bottom: 8px;
}
blockquote.alignleft {
  width: 220px;
  margin: 10px 20px 0 0;
}
blockquote.alignright {
  width: 220px;
  margin: 10px 0 0 20px;
}
blockquote.aligncenter {
  display: block;
  width: 300px;
}
blockquote cite {
  font-size: 12px;
  color: #666;
}
blockquote {
  position: relative;
  display: inline-block;
}

blockquote:before {
  position: absolute;
  top: 8px;
  left: 5px;
  margin-right: 10px;
  font-family: 'themeicons';
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e643";

  speak: none;
  /*Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ======================================================= */
/*                     Buttons Styles                      */
/* ======================================================= */
.button, .button span {
  display: inline-block;
  border-radius: 1px;
}
.button {
  position: relative;
  overflow: visible;  /* removes extra side padding in IE */
  line-height: 1em;
  white-space: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #9c0040 !important;
  border: none;
  border-radius: 20px;
  margin-top: 10px;
  height: 33px;
}
.button i.icon-arrow-right {
    color: #fff;
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 3px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.button {
  padding: 0;
  margin: 0;
}
a.button, a.button:hover {
  text-decoration: none;
}
.button.full, .button.full span {
  display: block;
}
.button:hover, .button.hover {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.25)), color-stop(100%,rgba(153,153,153,.25))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,.25) 0%,rgba(153,153,153,.25) 100%); /* Chrome10+,Safari5.1+ */
  background-image:      -o-linear-gradient(top,  rgba(255,255,255,.25) 0%,rgba(153,153,153,.25) 100%); /* Opera 11.10+ */ /* IE10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.25)), to(rgba(153,153,153,.25)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.25) 0%, rgba(153,153,153,.25) 100%);
  background-image:      -o-linear-gradient(top, rgba(255,255,255,.25) 0%, rgba(153,153,153,.25) 100%);
  background-image:         linear-gradient(to bottom,  rgba(255,255,255,.25) 0%,rgba(153,153,153,.25) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40999999',GradientType=0 ); /* IE6-8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40999999',GradientType=0 )";
}
.button:active, .button.active {
  top: 1px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(187,187,187,.1))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,.1) 0%,rgba(187,187,187,.1) 100%); /* Chrome10+,Safari5.1+ */
  background-image:      -o-linear-gradient(top,  rgba(0,0,0,.1) 0%,rgba(187,187,187,.1) 100%); /* Opera 11.10+ */ /* IE10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.1)), to(rgba(187,187,187,.1)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(187,187,187,.1) 100%);
  background-image:      -o-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(187,187,187,.1) 100%);
  background-image:         linear-gradient(to bottom,  rgba(0,0,0,.1) 0%,rgba(187,187,187,.1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1abbbbbb',GradientType=0 ); /* IE6-8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1abbbbbb',GradientType=0 )";
}
.woocommerce .product-actions a.button.button {
padding:0;
}
.button span {
  position: relative;
  padding: .6em 1.3em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Google Chrome only - fix margins */
/*
  button.button span {
    margin-top: -1px;
    margin-right: -2px;
    margin-left: -2px;
  }
*/
}
.button.small span {
  font-size: 12px;
}
.button.medium span {
    font-size: 15px;
    font-family: 'MarkWXX';
    line-height: 20px;
    padding: 5px 20px 8px 25px;
    font-weight: bold;
}
.button.large span {
  font-size: 18px;
}
/* Button Color Scheme
---------------------------------------------------------- */
.sidebar-kennisbank .posts_list .thumbnail {
    float: none;
    border: none;
    margin: 0px;
    display: block;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.sidebar-kennisbank .posts_list li{
  margin: 0px;
  padding: 0px;
  width: 33.33%;
  float: left;
  border: none;
}
a.special-menu {
    background: #9c0040 !important;
    color: #fff !important;
    font-size: 11px;
    padding: 1px 10px 3px 10px !important;
    border-radius: 20px !important;
    display: inline-block;
    font-weight: 700;
}
a.special-menu i {
    color: #fff;
    font-size: 9px;
    margin-left: 4px;
}
.sidebar-kennisbank .widget {
    margin: 0px;
    display: table;
    width: 100%;
}
.sidebar-kennisbank h3.widgettitle {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 30px;
    padding-left: 157px;
    padding-right: 157px;
}
.sidebar-kennisbank {
    background: #1fd396;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 33px 0px 40px 0px;
    width: 100%;
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-kennisbank .posts_list .thumbnail img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}
.sidebar-kennisbank .posts_list {
    margin-left: -15px;
    margin-right: -15px;
}
.sidebar-kennisbank .posts_list .post_extra_info {
    position: absolute;
    bottom: 27px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.inner-pf{
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.inner-sidebar-kennisbank {
    margin-left: -117px;
    margin-right: -117px;
}
.inner-sidebar-kennisbank .button{
    margin-left: 157px;
    margin-top: 30px;
    height: 33px;
}
.inner-sidebar-kennisbank .posts_list .post_extra_info a.title{
  color: #fff !important;
  font-size: 30px;
  line-height: 36px;
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
.sidebar-kennisbank .posts_list .thumbnail:before {
    content: "";
    background: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}
.inner-sidebar-kennisbank .posts_list .post_extra_info a.readmore {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.14px;
    color: #fff !important;
    font-weight: bold;
    display: none;
}
.button.black {
  background-color: #333;
}
.button.gray {
  background-color: #666;
}
.button.white {
  background-color: #fff;
}
.button.white span {
  color: #666;
}
.button.red {
  background-color: #e62727;
}
.button.orange {
  background-color: #ff5c00;
}
.button.magenta {
  background-color: #a9014b;
}
.button.yellow {
  background-color: #ffb515;
}
.button.blue {
  background-color: #00adee;
}
.button.pink {
  background-color: #e22092;
}
.button.green {
  background-color: #91bd09;
}
.button.rosy {
  background-color: #f16c7c;
}
/* ======================================================= */
/*                        fancybx                         */
/* ======================================================= */
/*! fancybx v2.1.5 fancyapps.com | fancyapps.com/fancybx/#license */
.fancybx-wrap,
.fancybx-skin,
.fancybx-outer,
.fancybx-inner,
.fancybx-image,
.fancybx-wrap iframe,
.fancybx-wrap object,
.fancybx-nav,
.fancybx-nav span,
.fancybx-tmp {
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: 0;
  outline: none;
}
.fancybx-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybx-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybx-opened {
  z-index: 8030;
}
.fancybx-opened .fancybx-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.fancybx-outer, .fancybx-inner {
  position: relative;
}
.fancybx-inner {
  overflow: hidden;
}
.fancybx-type-iframe .fancybx-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybx-error {
  padding: 15px;
  margin: 0;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  white-space: nowrap;
}
.fancybx-image, .fancybx-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybx-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybx-loading, .fancybx-close, .fancybx-prev span, .fancybx-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybx-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  background-position: 0 -108px;
  opacity: .8;
}
#fancybx-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybx-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 8040;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.fancybx-type-swf .fancybx-nav, .fancybx-type-iframe .fancybx-nav, .fancybx-type-inline .fancybx-nav, .fancybx-type-html .fancybx-nav, .fancybx-type-ajax .fancybx-nav {
  top: 50%;
  width: 54px;
  height: 34px;
  margin-top: -18px;
}
.fancybx-type-swf .fancybx-nav span,
.fancybx-type-iframe .fancybx-nav span,
.fancybx-type-inline .fancybx-nav span,
.fancybx-type-html .fancybx-nav span,
.fancybx-type-ajax .fancybx-nav span {
  top: 0;
  margin-top: 0;
}
.fancybx-nav {
  position: absolute;
  top: 0;
  z-index: 8040;
  width: 40%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  background: transparent url('../images/blank.gif');

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fancybx-prev {
  left: 0;
}
.fancybx-next {
  right: 0;
}
.fancybx-nav span {
  position: absolute;
  top: 50%;
  z-index: 8040;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  visibility: hidden;
}
.fancybx-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybx-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybx-nav:hover span {
  visibility: visible;
}
.fancybx-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  visibility: hidden;
}
/* Overlay helper */
.fancybx-lock {
  width: auto;
  overflow: hidden !important;
}

.fancybx-lock body {
  overflow: hidden !important;
}

.fancybx-lock-test {
  overflow-y: hidden !important;
}

.fancybx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010;
  display: none;
  overflow: hidden;
  background: url('../images/fancybox_overlay.png');
}
.fancybx-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
}
.fancybx-lock .fancybx-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybx-title {
  position: relative;
  z-index: 8050;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  visibility: hidden;
}
.fancybx-opened .fancybx-title {
  visibility: visible;
}
.fancybx-title-float-wrap {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 8050;
  margin-bottom: -35px;
  text-align: center;
}
.fancybx-title-float-wrap .child {
  display: inline-block;
  padding: 2px 20px;
  margin-right: -100%;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-shadow: 0 1px 2px #222;
  white-space: nowrap;
  background: transparent;
  background: rgba(0, 0, 0, .8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fancybx-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybx-title-inside-wrap {
  padding-top: 10px;
}
.fancybx-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
.skin-video .fancybx-title-over-wrap, .fancybx-type-iframe .fancybx-title-over-wrap {
  top: 0;
  bottom: auto;
}
.fancybx-inner .video_frame {
  margin-bottom: 0;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5) {

  #fancybx-loading, .fancybx-close, .fancybx-prev span, .fancybx-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybx-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* thumbs
---------------------------------------------------------- */
#fancybx-thumbs {
  position: fixed;
  left: 0;
  z-index: 8050;
  width: 100%;
  overflow: hidden;
}
#fancybx-thumbs.bottom {
  bottom: 2px;
}
#fancybx-thumbs.top {
  top: 2px;
}
#fancybx-thumbs ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
#fancybx-thumbs ul li {
  float: left;
  padding: 1px;
}
#fancybx-thumbs ul li.active {
  padding: 0;
  border: 1px solid #fff;
}
#fancybx-thumbs ul li:not(.active) a {
  /*background-color: rgba(255,255,255,1.0);*/
  border: 1px solid #222;
}
#fancybx-thumbs ul li:not(.active) a img{
  opacity: .6;
}
#fancybx-thumbs ul li.active a img{
  opacity: .75;
}
#fancybx-thumbs ul li:hover a img{
  opacity: 1;
}
#fancybx-thumbs ul li:not(.active):hover a{
  border: 1px solid #fff;
}
#fancybx-thumbs ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
  outline: none;
}
#fancybx-thumbs ul li img {
  position: relative;
  display: block;
  max-width: none;
  padding: 0;
  border: 0;
}
.skin-theme .fancybx-skin {
  border: 1px solid #fff;
  border-radius: 0;
}
.skin-theme.skin-audio .fancybx-close {
  top: -26px;
  background: url("../images/fancybox_close_revert.png") no-repeat scroll 0 0 transparent;
}
a.button-s6 {
    height: 33px;
}
.skin-theme .fancybx-close {
  position: absolute;
  top: -1px;
  right: 5px;
  display: block;
  width: 45px;
  height: 26px;
  text-indent: -9999px;
  background: url("../images/fancybox_close.png") no-repeat scroll 0 0 transparent;
}
.fancybx-mobile.skin-video.skin-theme .fancybx-close, .fancybx-mobile.fancybx-type-iframe.skin-theme .fancybx-close {
  top: -26px;
  -webkit-transform: scaleY(-1);
}
.fancybx-mobile .fancybx-nav span {
  visibility: visible;
}
.skin-theme .fancybx-nav span {
  width: 32px;
  height: 68px;
  margin-top: -34px;
}
.skin-theme .fancybx-prev span {
  left: -1px;
  background: url("../images/fancybox_previous.png") left center no-repeat;
}
.skin-theme .fancybx-next span {
  right: -1px;
  background: url("../images/fancybox_next.png") right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
  .skin-theme .fancybx-close {
    -webkit-background-size: 45px 26px;
            background-size: 45px 26px;
  }
  .skin-theme .fancybx-nav span {
    -webkit-background-size: 32px 68px;
            background-size: 32px 68px;
  }
}
.skin-theme.fancybx-type-swf .fancybx-nav,
.skin-theme.fancybx-type-iframe .fancybx-nav,
.skin-theme.fancybx-type-inline .fancybx-nav,
.skin-theme.fancybx-type-html .fancybx-nav,
.skin-theme.fancybx-type-ajax .fancybx-nav {
  width: 32px;
  height: 68px;
  margin-top: -34px;
}
.skin-theme.fancybx-type-swf .fancybx-nav span,
.skin-theme.fancybx-type-iframe .fancybx-nav span,
.skin-theme.fancybx-type-inline .fancybx-nav span,
.skin-theme.fancybx-type-html .fancybx-nav span,
.skin-theme.fancybx-type-ajax .fancybx-nav span {
  margin-top: 0;
}
.skin-theme .fancybx-title-float-wrap .child {
  color: #333;
  text-shadow: 0 1px 2px #fff;
  background: transparent;
  background: rgba(255, 255, 255, .8);
}
.skin-theme .fancybx-title-inside-wrap {
  padding: 5px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 2px #fff;
  background: transparent;
  background: rgba(255, 255, 255, .8);
}
/* ======================================================= */
/*                        Structure                        */
/* ======================================================= */
/* Main Structure
---------------------------------------------------------- */
body.box-layout .body-wrapper {
  display: block;
}
#page {
  position: relative;
  overflow: hidden;
  font-size: inherit !important;
}
.single-portfolio #page {
    background: none !important;
}
.single-post #page {
    background: none !important;
}
.single-portfolio #main .content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.single-post #main .content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.single-post #main header {
    position: relative;
    margin-bottom: 30px;
}
.single-post #main .entry_full .entry_image, 
.single-post #main .entry_below .entry_image{
  margin-bottom: 0px;
  display: block;
}
#main .content .entry_content.entry-content {
    border-bottom: solid 6px #f7d5e0;
    padding-bottom: 40px;
}
.single-post #main header h1 {
    color: #fff !important;
    position: absolute;
    margin: 0;
    bottom: 35px;
    z-index: 99;
    font-size: 30px;
    padding: 0px 115px;
    line-height: 36px;
}
.single-post #main header:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.has-gradient #page:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 27px;
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .06), rgba(0, 0, 0, 0));
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .06), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .06)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .06), rgba(0, 0, 0, 0));
}
.has-gradient #page:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .06));
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .06));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .06)));
  background-image:         linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .06));
}
#main, #sidebar {
  position: relative;
}
* html #page, * html #sidebar {
  display: inline;
}
.inner {
  position: relative;
  width: 1050px;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;

      -ms-box-sizing: border-box;
      padding-top: 50px;
      padding-bottom: 50px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label a{
  color: #000 !important;
  text-decoration: underline;
}
#page .inner {
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
body.page-template-template_white {
    background: #ededed;
}
body.page-template-template_white #page{
  background: none !important;
}
.single-portfolio #page .inner {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #fff;
    margin-top: 50px;
    max-width: 844px;
    padding-left: 115px;
    padding-right: 115px;
}
.page-template-template_white #main .content {
    padding-left: 0;
    padding-right: 0;
}
.page-template-template_white #page .inner {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #fff;
    margin-top: 50px;
    max-width: 844px;
    padding-left: 115px;
    padding-right: 115px;
}
.single-post #page .inner {
    height: auto;
    padding-top: 0px;
    background: #fff;
    margin-top: 50px;
    
}
.single-post #page .inner .image_styled {
    display: block;
    margin-bottom: 0;
    width: 100% !important;
}
.single-post #page .inner {
    padding-left: 0px;
    padding-right: 0;
}
.single-post #page .inner .content{
    max-width: 844px;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer-logo {
    display: block;
    margin-top: -63px;
}
#footer {
    width: 100%;
    border-top: 7px solid #1fd396;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.16px;
    color: #fff !important;
}
#footer .widget_text p {
    margin-bottom: 22px;
}
/* Right Sidebar
---------------------------------------------------------- */
.right_sidebar #main {
  float: left;
  width: 630px;
}
.right_sidebar #main .content {
  width: 630px;
}
.right_sidebar #sidebar {
  float: right;
  width: 300px;
  margin: 0 0 .5em 30px;
}
.right_sidebar #sidebar_content {
  min-height: 100px;
  padding-top: 50px;
  padding-left: 25px;
  margin-bottom: 50px;
  overflow: hidden;
  border-left: 1px solid #eee;
}
.has-gradient .right_sidebar #sidebar_content {
  background: url("../images/sidebar_sprites.png") no-repeat scroll left -50px transparent;
  border-left: none;
}
.right_sidebar #sidebar_content.lessgap {
  padding-top: 22px;
}
.has-gradient .right_sidebar #sidebar_content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  clear: both;
  content: "";
  background: url("../images/sidebar_sprites.png") no-repeat scroll left 0 transparent;
}
.has-gradient .right_sidebar #sidebar_bottom {
  height: 50px;
  clear: both;
  background: url("../images/sidebar_sprites.png") no-repeat scroll left 0 transparent;
}
/* Left Sidebar
---------------------------------------------------------- */
.left_sidebar #main {
  float: right;
  width: 630px;
}
.left_sidebar #main .content {
  width: 630px;
}
.left_sidebar #sidebar {
  float: left;
  width: 300px;
  margin: 0 30px .5em 0;
}
.left_sidebar #sidebar_content {
  min-height: 100px;
  padding-top: 50px;
  padding-right: 25px;
  margin-bottom: 50px;
  overflow: hidden;
  border-right: 1px solid #eee;
}
.has-gradient .left_sidebar #sidebar_content {
  background: url("../images/left_sidebar_sprites.png") no-repeat scroll right -50px transparent;
  border-right: none;
}
.left_sidebar #sidebar_content.lessgap {
  padding-top: 22px;
}
.has-gradient .left_sidebar #sidebar_content:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  clear: both;
  content: "";
  background: url("../images/left_sidebar_sprites.png") no-repeat scroll right 0 transparent;
}
.has-gradient .left_sidebar #sidebar_bottom {
  height: 50px;
  clear: both;
  background: url("../images/left_sidebar_sprites.png") no-repeat scroll right 0 transparent;
}
.home #sidebar_content {
  padding-top: 30px;
}
/* ======================================================= */
/*                         Header                          */
/* ======================================================= */
.body-wrapper{
  /*max-width: 1220px;*/
  margin-left: auto;
  margin-right: auto;
}
#header {
  position: relative;
  z-index: 1050;
  width: 100%;
  box-sizing:border-box;
  background: #fff !important;
}
#header.header-landing-page {
	padding-bottom: 0px;
}
#header .inner {
  height: 90px;
  /*width: 100%;*/
  overflow: visible;
}
#header .inner:before,
#header .inner:after {
  display: table;
  content: " ";
}
#header .inner:after {
    clear: both;
    content: "";
    background: #f9184d;
    height: 6px;
    width: 100%;
    top: 0;
    display: block;
    left: -1000px;
    position: absolute;
}
.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 19px !important;
    min-height: 100% !important;
}
#top_area {
  position: absolute;
  top: 10px;
  right: 10px;
}
#top_area .widget {
    margin-bottom: 5px;
}
/* Logo & Sitename
---------------------------------------------------------- */
.inner-inner{
  max-width: 870px;
  margin: 0px auto;
}
.section2{
  background: #fff;
}
.home .section2{
  background: #ededed;
}
.home .section2 .inner{
  padding-bottom: 80px;
}
.wrap-s2 {
    position: relative;
}
/*.wrap-s2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to right, #35817e, #ffffff);
    opacity: 0.7;
}*/
.section2 .overlay span.label {
    background: #1fd396;
    color: #2b2e34;
    font-size: 14px;
    font-family: 'MarkWXX';
    font-weight: 500;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 27px;
}
.section2 img{
  display: block;
}
.section2 .overlay {
    position: absolute;
    display: block;
    top: 0;
    width: 870px;
    transform: translate(-50%,0%);
    left: 50%;
    height: 100%;
}
.section2 .overlay h2 {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    letter-spacing: -0.32px;
    max-width: 100%;
    margin-top: 35px;
}
.hamburger-icon {
    width: 42px;
    display: none;
    position: absolute;
    right: 30px;
    top: 38px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 25px;
    line-height: 20px;
    height: 29px;
    background: url(../images/hamburger.png) no-repeat center center !important;
    border-radius: 0px;
}
.toggle-menu i {
    display: none !important;
}
.toggle-menu i:nth-child(1) {
    top: 6px;
}
.toggle-menu i:nth-child(2) {
    top: 14px;
}
.toggle-menu i:nth-child(3) {
    top: 22px;
}
.section2 .overlay .button {
    position: relative;
    margin-top: 105px;
}
.page-template-template_fullwidth .section2 .overlay .button {
    margin-top: 53px;
}
.go_back {
    margin-top: 30px;
    background: none;
    border: none;
    padding: 0px;
    color: #ff0048 !important;
    font-size: 16px;
    line-height: 19px;
    font-family: inherit !important;
    font-weight: 700;
    outline: none;
}
.section3 {
    display: table;
    width: 100%;
    background: #ededed;
}
.pum-content .gform_page_fields div.gchoice {
    background: #972048;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    padding: 9px 14px;
    border-radius: 8px;
    margin: 8px 0px;
}
.pum-content .gform_wrapper.gravity-theme .gform_footer,
.pum-content .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 10px 0;
}
.section3 .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    display: table;
}
.section3 .section-boxs {
    display: block;
    box-sizing: border-box;
    padding: 35px 30px 40px 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    min-height: 315px;
}
.section3 .section-boxs p {
    margin: 0px;
    color: #fff;
    font-family: 'MarkWXX';
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}
.section3 .section-boxs p span,.section3 .section-boxs p strong{
  color: #000;
}
.section3 .box1{
    background: #fd0046;
    width: 48%;
    float: left;
    margin-bottom: 34px;
}
.section3 .box2{
    background: #2b7b77;
    width: 48%;
    float: right;
    margin-bottom: 34px;
}
.section3 .box3{
    background: #fe6a99;
    width: 48%;
    float: left;
}
.section3 .box4{
    background: #15d49e;
    width: 48%;
    float: right;
}
.nieuw-in-de-kennisbank {
    background: #fff;
}
.section4{
  background:url(../images/groenelijn_bebright.png) no-repeat center top #fff;
  background-size: 1367px;
}
.pum-container.pum-responsive.pum-responsive-small {
    background: none !important;
    box-shadow: none !important;
}
.section4 h2 {
    font-size: 30px;
    color: #2b2e34;
    line-height: 36px;
    text-align: left;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.decs-section4 {
    font-size: 16px;
    line-height: 19px;
    color: #2b2e34;
    letter-spacing: -0.16px;
    font-weight: bold;
    font-family: 'MarkWXX';
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    margin-top: 70px;
}
.decs-section4 p{
  margin-bottom: 0px;
}
.step-section4 {
    display: block;
    margin: 0px -10px;
    max-width: 812px;
}
.step-wrap {
    background: #e4e4e4;
    color: #2b2e34;
    letter-spacing: -0.14px;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    font-family: 'MarkWXX';
    width: 23%;
    float: left;
    box-sizing: border-box;
    padding: 12px 16px 18px 16px;
    margin: 0px 1%;
    border-radius: 6px;
    min-height: 87px;
}
.step-wrap span.number {
    background: #1fd396;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: block;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.button-step {
    clear: left;
    margin-top: 25px;
    margin-left: 175px;
    margin-right: auto;
    margin-bottom: 20px;
    height: 33px;
}
#logo_text {
  position: absolute;
  left: 10px;
}
#logo {
    position: absolute;
    left: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0px 95px;
    bottom: auto;
    top: 0px;
}
#logo a{
  position: relative;
  z-index: 99;
}
#logo img {
    margin-top: 0;
    display: block;
    max-width: 180px;
}
.mobile-logo {
  display: none;
}
#site_name {
  display: block;
  font-size: 40px;
  line-height: 1.1em;
}
#site_description {
  font-size: 11px;
  line-height: 1.5em;
}
/* WPML
---------------------------------------------------------- */
#language_flags {
  position: absolute;
  top: 10px;
  right: 10px;
}
#language_flags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#language_flags ul li {
  float: left;
  margin-left: 8px;
  overflow: hidden;
}
#language_flags ul li img {
  display: block;
  background: #fff;
       opacity: .7;

  -moz-opacity: .7;
}
#language_flags ul li img:hover {
       opacity: 1;

  -moz-opacity: 1;
}
/* qTranslate 
---------------------------------------------------------- */
#top_area .widget_qtranslate {
  margin-top: 5px;
}
.widget_qtranslate ul.qtrans_language_chooser {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_qtranslate ul.qtrans_language_chooser li {
  float: left;
  margin-left: 8px;
  overflow: hidden;
}
.widget_qtranslate ul.qtrans_language_chooser li img {
  background: #fff;
       opacity: .7;

  -moz-opacity: .7;
}
.widget_qtranslate ul.qtrans_language_chooser li img:hover {
       opacity: 1;

  -moz-opacity: 1;
}
/* ======================================================= */
/*                       Navigation                        */
/* ======================================================= */
#logo:before {
    content: "";
    background: url(../images/top-header.png) no-repeat left top;
    width: 377px;
    height: 57px;
    display: block;
    position: absolute;
    left: -62px;
    top: 0;
}
#navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 82px;
    width: 742px;
    border-bottom: 6px solid #fc0e48;
    box-sizing: border-box;
    padding-left: 30px;
}
#header::before {
    clear: both;
    content: "";
    background: #f9184d;
    height: 6px;
    width: 50%;
    bottom: 0;
    display: block;
    right: 0;
    position: absolute;
}
#navigation:before {
    content: "";
    background: url(../images/bottom-header-good.png) no-repeat left bottom #fff;
    width: 199px;
    height: 60px;
    display: block;
    bottom: -6px;
    position: absolute;
    left: 0px;
}
.nav2select {
  display: none;
  margin-right: 15px;
}
.jqueryslidemenu {
  position: relative;
  z-index: 400;
}
.jqueryslidemenu ul {
  z-index: 400;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.jqueryslidemenu > ul {
  display: inline-block;
  transform:scale(1.0);
  transform-origin: 0 0;
  -ms-zoom:1;
}
/*Top level list items*/
.jqueryslidemenu ul li {
  position: relative;
  display: inline;
  float: left;
  margin: 0;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
  display: block;
  height: 60px;
  margin: 0 23px;
  overflow: hidden;
  line-height: 56px;
  text-decoration: none;
  font-family: 'MarkWXX';
  font-weight: bold;
  color: #292929;
  position: relative;
}
.jqueryslidemenu ul li.current-menu-item a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fc0e48;
    position: absolute;
    bottom: 11px;
    left: 0;
}
.jqueryslidemenu ul li:hover a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fc0e48;
    position: absolute;
    bottom: 11px;
    left: 0;
}
.jqueryslidemenu ul li a:hover{
  color: #fc0e48 !important;
}
.jqueryslidemenu ul li.button{
  background: none !important;
}
.jqueryslidemenu ul li.button a {
    color: #fff !important;
    height: auto;
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 3px;
    background: #9c0040 !important;
    border-radius: 20px;
    margin-top: 12px;
    margin-left: 28px;
    padding-left: 23px;
    padding-right: 23px;
}
.jqueryslidemenu ul li.button a:before{
  display: none !important;
}
.inner-text-area h2 {
    font-size: 40px;
    line-height: 44px;
    color: #ff0048;
}
* html .jqueryslidemenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}
.inner-text-area {
    margin-top: 105px;
    margin-right: 180px;
    position: absolute;
    bottom: 190px;
    right: 0px;
    max-width: 445px;
}
.banner-text-area-bg{
  background: url(../images/wiedoenwemee.jpeg) no-repeat center center;
  min-height: 535px;
  background-size: 100%;
}
.team-block-manager .inner {
    padding-top: 0px;
    max-width: 880px;
}
.ttp-grid-layout .ttp-grid-thumb-wrapper:hover .ttp-grid-image img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.ttp-grid-layout .ttp-primary-content .ttp-content-header {
    text-decoration: none;
    color: #2b2e34 !important;
    display: block;
    font-size: 24px !important;
    letter-spacing: -0.24px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'MarkWXX' !important;
    margin-bottom: 12px;
    min-height: 52px;
}
.ttp-grid-layout #ttp-template-2 .ttp-grid-thumb-wrapper .ttp-secondary-content {
    min-height: 100% !important;
}
.ttp-grid-layout #ttp-template-2 .ttp-inner-whole-wrapper .ttp-thumb-social-link {
    margin-top: 0px !important;
    height: auto !important;
    position: absolute;
    bottom: 0;
}
.ttp-grid-layout #ttp-template-1 .ttp-inner-whole-wrapper .ttp-thumb-social-link {
    margin-top: 0px !important;
    height: auto !important;
    position: absolute;
    bottom: 0;
}
.ttp-grid-layout .ttp-inner-whole-wrapper .ttp-thumb-social-link .ttp-social-link-list-default {
    padding: 0px !important;
    background: #000 !important;
}
.ttp-grid-layout #ttp-template-1 .ttp-social-link-list-default .fa {
    margin: 0px !important;
    background: #000 !important;
    color: #fff !important;
}
.ttp-grid-layout #ttp-template-2 .ttp-social-link-list-default .fa {
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ttp-grid-layout .ttp-inner-whole-wrapper .ttp-grid-thumb-wrapper {
    border: none !important;
    position: relative;
}
.ttp-grid-layout #ttp-template-2 {
    font-family: inherit !important;
    font-size: inherit !important;
}
.ttp-grid-layout .ttp-primary-content{
  padding-bottom: 0px !important;
}
.ttp-grid-layout .ttp-inner-whole-wrapper .ttp-grid-thumb-wrapper{
  padding: 0px 0px 50px 0px !important;
}
.ttp-grid-layout .ttp-primary-content .ttp-thumb-position {
    display: block;
    color: #7c7c7c;
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: -0.16px;
    line-height: 20px;
    font-family: 'MarkWXX' !important;
}
.ttp-grid-layout #ttp-template-2 .ttp-grid-thumb-wrapper:hover {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* 1st sub level menu
---------------------------------------------------------- */
.jqueryslidemenu ul li ul {
  position: absolute;
  left: 100%;
  z-index: 401;
  display: none;
  padding: 3px 0;
  visibility: hidden;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
  display: list-item;
  float: none;
  margin: 0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
  top: 0;
  z-index: 402;
  padding: 2px 0;
  border: 1px solid #e5e5e5;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
  width: 200px;
  padding: 5px 15px 7px;
  margin: 0;
}
.jqueryslidemenu ul ul li a, .jqueryslidemenu ul ul li a:link, .jqueryslidemenu ul ul li a:visited {
  height: 100%;
  line-height: 20px;
}
.jqueryslidemenu ul li ul li a:hover, .jqueryslidemenu ul ul li a:hover {
  padding: 5px 15px 7px;
  border-right: 0;
  border-left: 0;
}
.jqueryslidemenu ul ul ul {
  margin-top: -5px;
}
.jqueryslidemenu ul li ul {
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
          box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}
.jqueryslidemenu .menu-subtitle {
  display: block;
  line-height: 1em;
}
/* ======================================================= */
/*                         Feature                         */
/* ======================================================= */
#feature {
  -webkit-transition: all .5s ease-in;
       -o-transition: all .5s ease-in;
          transition: all .5s ease-in;
}
.has-gradient #feature {
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,rgba(255,255,255,0)));
  background-image: -webkit-radial-gradient(center, circle cover, rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 100%);
  background-image:      -o-radial-gradient(center, circle cover, rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 100%);
  background-image: -webkit-radial-gradient(center, circle, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 100%);
  background-image:      -o-radial-gradient(center, circle, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 100%);
  background-image:         radial-gradient(circle at center, rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 100%);
}
.has-shadow #feature.with_shadow {
  -webkit-box-shadow: inset 0 5px 10px -3px rgba(0, 0, 0, .1), inset 0 -5px 10px -3px rgba(0, 0, 0, .1);
          box-shadow: inset 0 5px 10px -3px rgba(0, 0, 0, .1), inset 0 -5px 10px -3px rgba(0, 0, 0, .1);
}
.has-shadow.shadow-dark #feature.with_shadow {
  -webkit-box-shadow: inset 0 5px 10px -3px rgba(0, 0, 0, .3), inset 0 -5px 10px -3px rgba(0, 0, 0, .3);
          box-shadow: inset 0 5px 10px -3px rgba(0, 0, 0, .3), inset 0 -5px 10px -3px rgba(0, 0, 0, .3);
}
#feature .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
#feature .inner:before,
#feature .inner:after {
  display: table;
  content: " ";
}
#feature .inner:after {
  clear: both;
}
#feature h1 {
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 3.5em;
}
.portfolio_title.entry-title, .entry_info .entry_title, #comments #comments_title, #feature h1.entry-title {
    -ms-word-wrap: none;
    word-wrap: normal;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
    font-weight: bold;
    font-family: inherit;
    padding-bottom: 5px;
    color: #2b2e34;
}
.pum-container.pum-responsive.pum-responsive-medium {
    box-shadow: none !important;
    background: none !important;
}
.pum-container .pum-content + .pum-close {
    background: url(../images/close.png) no-repeat center center;
    position: fixed !important;
    right: 60px !important;
    top: 40px !important;
    text-indent: -9999px;
    width: 34px !important;
    height: 34px !important;
    box-shadow: none !important;
    border: none !important;
}
.pum-container .gform_page_footer input[type="button"] {
    background: none !important;
    border: 1px solid #9c0040 !important;
    color: #972048 !important;
    font-size: 16px;
    line-height: 22px;
    height: 32px;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.feature-introduce {
  position: relative;
  /*overflow: hidden;*/
  padding: 5px 0;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.has-shadow #feature .top_shadow {
  height: 10px;
  overflow: hidden;
  font-size: 0;
  line-height: 10px;
  background: url("../images/site_layout_sprites.png") repeat-x scroll 0 0 transparent;
}
.has-shadow.shadow-dark #feature .top_shadow {
  background: url("../images/site_layout_sprites_dark.png") repeat-x scroll 0 0 transparent;
}
.has-shadow #feature .bottom_shadow {
  height: 9px;
  font-size: 0;
  line-height: 9px;
  background: url("../images/site_layout_sprites.png") repeat-x scroll 0 -10px transparent;
}
.has-shadow.shadow-dark #feature .bottom_shadow {
  background: url("../images/site_layout_sprites_dark.png") repeat-x scroll 0 -10px transparent;
}
/* ======================================================= */
/*                         Content                         */
/* ======================================================= */
/* Breadcrumbs
---------------------------------------------------------- */
#breadcrumbs {
  position: relative;
  padding: 0 0 8px;
  margin: -20px 0 20px;
  font-size: 11px;
}
.page-link {
  margin: 0 0 1em 0;
  clear: both;
  font-weight: bold;
}
/* Scroll to Top button
---------------------------------------------------------- */
a#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -99999px;
  background: url("../images/scroll_top_button.png") left top no-repeat;
}
a:hover#back-to-top {
  background-position: left bottom;
}
#back-to-top.style-square {
  width: 50px;
  height: 50px;
  background: url("../images/scroll_top_square.png") left top no-repeat;
  background-color: #555;
  border: 1px solid rgba(50,50,50,.5);
  border-radius: 1px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);  /* Saf3.0+, Chrome */  /* FF3.5+ */
          box-shadow: 0 0 2px rgba(0, 0, 0, .1);  /* Opera 10.5, IE 9.0 */
  opacity: .75;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}
a:hover#back-to-top.style-square {
  background-color: #eee;
  background-position: left bottom;
  border: 1px solid rgba(150,150,150,.5);
  opacity: 1;
}
/* ======================================================= */
/*                         Footer                          */
/* ======================================================= */
/* Footer Body
---------------------------------------------------------- */
.has-gradient #footer {
  background-image: -webkit-gradient(radial, top center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,.25)), color-stop(100%,rgba(255,255,255,0)));
  background-image: -webkit-radial-gradient(top, circle cover, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%);
  background-image:      -o-radial-gradient(top, circle cover, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%);
  background-image: -webkit-radial-gradient(top, circle, rgba(255,255,255,.25) 0%, rgba(255,255,255,0) 100%);
  background-image:      -o-radial-gradient(circle at top, rgba(255,255,255,.25) 0%, rgba(255,255,255,0) 100%);
  background-image:         radial-gradient(circle at top, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
}
#footer .inner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: visible;
}
.has-shadow #footer_shadow {
  height: 10px;
  overflow: hidden;
  font-size: 0;
  line-height: 10px;
  background: url("../images/site_layout_sprites.png") repeat-x scroll 0 -19px transparent;
}
.has-shadow.shadow-dark #footer_shadow {
  background: url("../images/site_layout_sprites_dark.png") repeat-x scroll 0 -19px transparent;
}
[id^='footer_widget_area_']{box-sizing:border-box;}
/* Sub Footer
---------------------------------------------------------- */
#footer_bottom {
  letter-spacing: 1px;
  background: url("../images/site_layout_sprites.png") repeat-x scroll 50% -28px transparent;
}
#footer_bottom .inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
#copyright {
  float: left;
  min-height: 1.5em;
  font-size: 13px;
  line-height: 1.5em;
}
#footer_menu {
  float: right;
  text-align: right;
}
#footer_menu a {
  padding: 0 5px;
}
#footer_menu li, #footer_menu ul {
  display: inline;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
#footer_right_area {
  position: absolute;
  right: 0;
}
/* ======================================================= */
/*                   Sticky Elements                       */
/* ======================================================= */
.sticker_fill-container {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display:         flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-height: 100vh;
          flex-direction: column;

  -webkit-box-direction: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
.sticker_fill {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display:         flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;

  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
      -ms-flex: 1;              /* IE 10 */
          flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.sticker_fill #page {
  width: 100%;
}
#page.home{
  background: #ededed;
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 50px;
}
#page.home h2 {
    font-size: 40px;
    color: #ff0048 !important;
    font-weight: bold;
    font-family: 'MarkWXX';
    line-height: 44px;
}
#page.home .inner {
    background: #fff;
    box-shadow: 0px 3px 5px #ccc;
    max-width: 870px;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 85px;
    padding-right: 85px;
}
/* Sticky Header
---------------------------------------------------------- */
.box-layout #header-sticker-wrapper.sticker_enabled #header {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.has-shadow #header-sticker-wrapper.sticker_sticky #header {
  -webkit-box-shadow: 0 1px 2px rgba(175, 175, 175, .3);
          box-shadow: 0 1px 2px rgba(175, 175, 175, .3);
}
#header-sticker-wrapper.sticker_enabled #header {
  position: fixed;
}
#header-sticker-wrapper.sticker_enabled #header.fancybx-margin {
position : relative !important;
top:0px !important;
}
@media only screen and (max-width:979px) {
.no-responsive #header-sticker-wrapper.sticker_enabled #header {
  position: inherit !important;
}
}
/* Sticky Sidebar
---------------------------------------------------------- */

/* Sticky Footer
---------------------------------------------------------- */
.box-layout #footer-sticker-wrapper.sticker_sticky #footer {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.box-layout #footer {
  width: auto;
}
/* ======================================================= */
/*                    Portfolio Styles                     */
/* ======================================================= */
.portfolio_container {
  display: block;
  padding: 0;
  margin: 0;
  letter-spacing: -4px;  /* remvoe the gap */
  word-spacing: -4px;  /* remvoe the gap */
  list-style-type: none;
}
.portfolio_container .portfolio_item {
  position: relative;
  display: -moz-inline-box;  /* mozilla only */
  display: inline-block;  /* for browsers that support display: inline-block*/
  padding: 0;
  margin: 10px 0 40px 0;
  letter-spacing: normal;  /* remvoe the gap */
  word-spacing: normal;  /* remvoe the gap */
  vertical-align: top;
}
.portfolio_title {
  line-height: 1em;
}
.portfolio_desc {
    font-size: 16px !important;
    line-height: 21px;
    letter-spacing: -0.16px;
    color: #2b2e34;
    margin-top: 8px;
    margin-bottom: 18px;
}
.inner-boxdoe-mee h3 {
    font-size: 30px;
    line-height: 38px;
    color: #fff !important;
}
.inner-boxdoe-mee h3 a{
  color: #fff !important;
}
.doe-mee {
    display: table;
    width: 100%;
}
.inner-boxdoe-mee img {
    float: left;
    margin-right: 26px;
    max-width: 53px;
    margin-bottom: 66px;
    margin-top: 20px;
}
.inner-boxdoe-mee {
    background: #28726b;
    color: #fff;
    box-sizing: border-box;
    
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    min-height: 228px;
}
.inner-boxdoe-mee a{
    padding: 30px 40px;
    display: inline-block;
}
.inner-boxdoe-mee p{
  margin-bottom: 0px;
}
.inner-boxdoe-mee a{
  color: #fff !important;
}
.portfolio_more_button a {
    margin-top: 0px;
    color: #ff0048 !important;
    font-size: 16px;
    line-height: 19px;
}
.portfolio_details {
    border-bottom: solid 6px #f7d5e0;
    padding-bottom: 40px;
}
.portfolio_more_button {
  margin-top: .8em;
}
.portfolio_image img {
    width: 100% !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.portfolio_image {
  width: 100%;
}
.portfolio_item[data-type="video"] .image_frame a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
/* Portfolio Sortable
---------------------------------------------------------- */
.portfolios.sortable header {
  font-size: 1.2em;
  line-height: 1.8em;
}
.portfolios.sortable header:before,
.portfolios.sortable header:after {
  display: table;
  content: "";
}
.portfolios.sortable header:after {
  clear: both;
}
.portfolios.sortable header span {
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 13px;
    color: #292929;
}
.pum-content .gform_legacy_markup_wrapper label.gfield_label, 
.pum-content .gform_legacy_markup_wrapper legend.gfield_label{
  display: none;
}
.pum-content .gform_legacy_markup_wrapper .top_label input.medium, 
.pum-content .gform_legacy_markup_wrapper .top_label select.medium{
  border-radius: 0px !important;
  background: #fff !important;
  color: #b3b3b4;
  font-size: 16px !important;
  line-height: 19px !important;
  border: none !important;
  padding: 9px 12px !important;
}
.pum-content #gform_page_3_4 .gfield input {
    border-radius: 10px !important;
    background: #fff;
    color: #b3b3b4;
    font-size: 16px !important;
    line-height: 19px !important;
    border: 1px solid #9c0040 !important;
    padding: 9px 12px !important;
    font-weight: bold;
    font-family: 'MarkWXX' !important;
}
.pum-content .gform_legacy_markup_wrapper .gform_footer {
    padding-bottom: 0px;
    padding-top: 0;
    margin-top: 12px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: auto;
    width: auto;
}
.gform_legacy_markup_wrapper form {
    position: relative;
}
.pum-content .gform_legacy_markup_wrapper textarea{
  border-radius: 0px !important;
  background: #fff !important;
  color: #b3b3b4;
  font-size: 16px !important;
  line-height: 19px !important;
  border: none !important;
  padding: 9px 12px !important;
}
.pum-content h2{
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.4px;
  font-weight: bold;
  color: #000;
}
.pum-title.popmake-title{
  display: none;
}
#page .portfolios.sortable header a {
    display: block;
    float: left;
    padding: 4px 48px 6px 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #292929 !important;
    background: url(../images/plus.png) no-repeat 92% center #e4e4e4 !important;
    letter-spacing: 0.13px;
    font-size: 13px;
    line-height: 16px;
}
.portfolio_container .portfolio_image .image_frame {
  width: 100% !important;
  height: auto !important;
}
/* Portfolio One Column
---------------------------------------------------------- */
.portfolios .portfolio_one_column {
  clear: left;
}
.portfolios .portfolio_one_column li.portfolio_item {
  display: block;
  overflow: hidden;
}
.portfolio_one_column .portfolio_image {
  float: left;
  width: 602px;
}
.portfolio_one_column .portfolio_details {
  float: left;
  width: 330px;
  padding-left: 28px;
}
.portfolio_one_column [data-type="html"].portfolio_without_image .portfolio_details {
  float: none;
  width: auto;
  padding-left: 0;
}
.portfolio_one_column .portfolio_title {
  margin-top: .7em;
}
/* sidebar */
.portfolio_one_column.with_sidebar .portfolio_image {
  width: 402px;
}
.portfolio_one_column.with_sidebar .portfolio_details {
  width: 200px;
  padding-left: 28px;
}
/* Portfolio Two Columns
---------------------------------------------------------- */
.portfolios .portfolio_two_columns {
  margin-right: -56px;
}
.portfolio_two_columns .portfolio_item {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
}
.portfolios .portfolio_two_columns {
    margin-right: -2%;
    margin-left: -2%;
    letter-spacing: 0px;
    word-spacing: 0px;
}
/* sidebar */
.portfolios .portfolio_two_columns.with_sidebar {
  margin-right: -40px;
}
.portfolio_two_columns.with_sidebar .portfolio_item {
  width: 295px;
  margin-right: 40px;
}
/* Portfolio Three Columns
---------------------------------------------------------- */
.portfolios .portfolio_three_columns {
  margin-right: -39px;
}
.portfolio_three_columns .portfolio_item {
  width: 294px;
  margin-right: 39px;
}
/* sidebar */
.portfolios .portfolio_three_columns.with_sidebar {
  margin-right: -30px;
}
.portfolio_three_columns.with_sidebar .portfolio_item {
  width: 190px;
  margin-right: 30px;
}
/* Portfolio Four Columns
---------------------------------------------------------- */
.portfolios .portfolio_four_columns {
  margin-right: -28px;
}
.portfolio_four_columns .portfolio_item {
  width: 219px;
  margin-right: 28px;
}
/* sidebar */
.portfolios .portfolio_four_columns.with_sidebar {
  margin-right: -26px;
}
.portfolio_four_columns.with_sidebar .portfolio_item {
  width: 138px;
  margin-right: 26px;
}
/* Portfolio Five Columns
---------------------------------------------------------- */
.portfolios .portfolio_five_columns {
  margin-right: -25px;
}
.portfolio_five_columns .portfolio_item {
  width: 172px;
  margin-right: 25px;
}
/* sidebar */
.portfolios .portfolio_five_columns.with_sidebar {
  margin-right: -20px;
}
.portfolio_five_columns.with_sidebar .portfolio_item {
  width: 110px;
  margin-right: 20px;
}
/* Portfolio Six Columns
---------------------------------------------------------- */
.portfolios .portfolio_six_columns {
  margin-right: -24px;
}
.portfolio_six_columns .portfolio_item {
  width: 140px;
  margin-right: 24px;
}
/* sidebar */
.portfolios .portfolio_six_columns.with_sidebar {
  margin-right: -18px;
}
.portfolio_six_columns.with_sidebar .portfolio_item {
  width: 90px;
  margin-right: 18px;
}
/* Portfolio Seven Columns
---------------------------------------------------------- */
.portfolios .portfolio_seven_columns {
  margin-right: -20px;
}
.portfolio_seven_columns .portfolio_item {
  width: 120px;
  margin-right: 20px;
}
/* sidebar */
.portfolios .portfolio_seven_columns.with_sidebar {
  margin-right: -21px;
}
.portfolio_seven_columns.with_sidebar .portfolio_item {
  width: 72px;
  margin-right: 21px;
}
/* Portfolio Eight Columns
---------------------------------------------------------- */
.portfolios .portfolio_eight_columns {
  margin-right: -24px;
}
.portfolio_eight_columns .portfolio_item {
  width: 99px;
  margin-right: 24px;
}
/* sidebar */
.portfolios .portfolio_eight_columns.with_sidebar {
  margin-right: -18px;
}
.portfolio_eight_columns.with_sidebar .portfolio_item {
  width: 63px;
  margin-right: 18px;
}
/* ======================================================= */
/*                       Blog Styles                       */
/* ======================================================= */
/* Blog Index & main_wrap Post Body
---------------------------------------------------------- */
.banner-header img{
  display: block;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.banner-header{
  background-color: #ededed;
  position: relative;
}
#main .content {
    padding-left: 0;
    padding-right: 0;
    max-width: 858px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template_inspiratie #main .content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}
.home #main .content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.programma-block-page .inner{
  display: table;
  padding-top: 0px;
}
.programma-block-left {
    box-sizing: border-box;
    padding: 30px 120px 42px 120px;
    background: #d4ffea;
}
.programma-block-page {
    padding-bottom: 80px;
}
.programma-block-left h3 {
    font-size: 39px;
    line-height: 44px;
    margin-bottom: 13px
}
.programma-block-right{
  padding: 40px;
  box-sizing: border-box;
  background:#ffd3e0;
}
.entry {
  clear: both;
}
.entry_frame {
  padding: 15px 15px 0 15px;
  border: 1px solid #eee;
}
.entry .entry_title {
  margin-bottom: 10px;
}

.entry .entry_title a {
  color: #333;
}
/*.entry_image {
  margin: 0;
}*/
.entry_right .entry_image {
  float: right;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 20px;
}
.entry_left .entry_image {
  float: left;
  max-width: 100%;
  margin-top: 5px;
  margin-right: 20px;
}
.entry .entry_meta {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 28px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.entry .entry_meta .separater {
  padding: 0 4px;
}
.entry .entry_meta .comments {
  float: right;
}
.entry_meta .meta-icon{
  padding-right:4px;
}
.entry_meta .meta-icon-comments{
  padding-left:2px;
  padding-right:0px;
}
.read_more_link {
  position: relative;
}
.read_more_link.button {
  top: 0;
}
.read_more_link.button:active, .read_more_link.button.active {
  top: 1px;
}
.read_more_wrap {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
#feature .entry_meta .separater {
  padding: 0 .6em;
}
.read_more_wrap a {
    margin-top: 0px;
    color: #ff0048 !important;
    font-size: 16px;
    line-height: 19px;
}
#feature .entry_meta .comments {
  position: absolute;
  right: 0;
}
.entry.content {
  margin-bottom: 40px;
}
.entry.content footer {
  margin-top: 80px;
  margin-bottom: -20px;
  clear: both;
}
.entry_edit {
  clear: both;
}
#author .gravatar {
  float: right;
  margin: 0 0 0 20px;
}
/* WP Pagenavi
---------------------------------------------------------- */
.wp-pagenavi {
  height: 40px;
  padding-top: 10px;
  clear: both;
  text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.current, .wp-pagenavi span.extend {
  padding: 4px 6px;
  margin-right: 5px;
  color: #666;
  text-shadow: 1px 1px 1px #ddd;
}
.wp-pagenavi span.current {
  font-size: 16px;
  color: #333;
}
.wp-pagenavi a:hover {
  font-size: 14px;
  color: #333;
}
/* About the Author
---------------------------------------------------------- */
#about_the_author {
  margin-bottom: 40px;
}
#about_the_author .author_content {
  padding: 20px;
  background-color: rgba(0, 0, 0, .01);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#02000000',EndColorStr='#02000000',GradientType=0);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#02000000',EndColorStr='#02000000',GradientType=0)";
}
.author_info {
  position: relative;
  padding-left: 15px;
  overflow: hidden;
}
.author_name {
  font-size: 1.2em;
}
.author_desc {
  margin-bottom: 0;
}
/* Popular and Related Posts
---------------------------------------------------------- */
.related_popular_wrap {
  margin-bottom: 40px;
}
.related_popular_wrap .posts_list .thumbnail {
  margin-right: 15px;
}
.related_popular_wrap li {
  margin: 0;
}
/* Entry previous & next navigation
---------------------------------------------------------- */
.entry_navigation:before,
.entry_navigation:after {
  display: table;
  content: "";
}
.entry_navigation:after {
  clear: both;
}
.entry_navigation {
  margin-bottom: 40px;
}
.entry_navigation .nav-previous {
  float: left;
  width: 50%;
}
.entry_navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.section5 {
    display: table;
    width: 100%;
}
.newslewtter{
  background: #ededed;
}
.doe-mee h2 {
    margin-bottom: 30px;
}
.page-template-template_doe_mee .newslewtter {
    background: none;
}
.page-template-template_doe_mee .newslewtter .inner {
    padding-bottom: 80px;
    padding-top: 80px;
}
.page-template-template_doe_mee #main .content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}
.page-template-template_doe_mee #page {
    background: #fff !important;
  }
  .page-template-template_doe_mee #page .inner {
    padding-bottom: 0px;
  }
.page-template-template_doe_mee #page .inner {
    padding-bottom: 0px;
    padding-top: 0px;
}
.doe-mee .inner{
    padding-top: 70px;
}
.page-template-template_doe_mee .programma-block-page {
    padding-bottom: 40px;
    margin-top: 0px;
    background: #fff !important;
    padding-top: 80px;
}
.section6{
  display: block;
  background: url(../images/rodelijn.png) no-repeat center top;
  background-size: 1367px 533px;
}
.section6 .inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.wrap-s6{
  text-align: left;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
wrap-s6 a.button{
  height: 33px;
}
.section6 .inner h2 {
    font-size: 30px;
    line-height: 36px;
    color: #fc0e48;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}
.newslewtter .inner {
    padding-top: 55px;
    padding-bottom: 100px;
}
.inner-newslewtter {
    background: #fed3e0;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    padding: 30px 80px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.gform_legacy_markup_wrapper .gform_footer input.button, 
.gform_legacy_markup_wrapper .gform_footer input[type=submit], 
.gform_legacy_markup_wrapper .gform_page_footer input.button, 
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{
    background: url(../images/arrow.png) no-repeat 104px center #9c0040 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    line-height: 19px;
    letter-spacing: 0.16px;
    padding: 5px 45px 6px 21px;
    background-size: 16px !important;
    height: 33px;
}
.form-decs-s8 .gform_legacy_markup_wrapper .top_label .gfield_label, 
.form-decs-s8 .gform_legacy_markup_wrapper legend.gfield_label {
    display: none;
}
.gform_legacy_markup_wrapper .top_label input.medium, 
.gform_legacy_markup_wrapper .top_label select.medium {
    width: 100%;
    border-radius: 15px;
    border: solid 1px #9c0640;
    background: none;
    font-size: 16px !important;
    line-height: 19px;
    letter-spacing: 0.16px !important;
    color: #9c0640;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-weight: bold;
    padding-top: 3px !important;
}
.gform_legacy_markup_wrapper .top_label input.medium::-webkit-input-placeholder { /* Edge */
    font-size: 16px !important;
    line-height: 19px;
    letter-spacing: 0.16px !important;
    color: #9c0640;
    font-weight: bold;
}

.gform_legacy_markup_wrapper .top_label input.medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px !important;
    line-height: 19px;
    letter-spacing: 0.16px !important;
    color: #9c0640;
    font-weight: bold;
}

.gform_legacy_markup_wrapper .top_label input.medium::placeholder {
    font-size: 16px !important;
    line-height: 19px;
    letter-spacing: 0.16px !important;
    color: #9c0640;
    font-weight: bold;
}
.gform_legacy_markup_wrapper .gform_footer {
    padding-bottom: 0px;
    padding-top: 0;
    margin-top: 12px;
}
.form-decs-s8 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 12px;
}
.box-title-left-s8 h2 {
    font-size: 40px;
    line-height: 44px;
    color: #000;
    letter-spacing: -0.4px;
    margin: 0px 0px 8px 0px;
}
.box-title-left-s8 h3 {
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 40px;
    margin: 0;
}
.box-title-left-s8 {
    width: 70%;
    float: left;
}
.form-decs-s8 {
    width: 23%;
    float: right;
}
.section6 .inner h1 {
    font-size: 40px;
    line-height: 40px;
    color: #2e2e2e;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 65px;
}
.social-s8 {
    margin-top: 28px;
}
.social-s8 h3 {
    color: #2e2e2e;
    float: left;
    margin-right: 30px;
}
.social-s8 a{
  display: inline-block;
  margin-right: 4px;
}
.social-s8 a img{
  display: block;
}
.decs-s6 {
    margin-top: 73px;
}
.decs-s6 p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.16px;
    color: #2b2e34;
}
/* Threaded Comments
---------------------------------------------------------- */
#comments ul {
  list-style-type: none;
}
.commentlist {
  margin: 0;
}
.commentlist ul {
  margin-left: 20px;
}
.commentlist li {
  margin: 0;
  border-top: 1px solid #eee;
}
.commentlist li .comment_wrap {
  position: relative;
  padding: 20px 0;
  overflow: visible;
}
.gravatar {
  float: left;
  height: 70px;
  border: 1px solid #eee;
}
.gravatar img {
  width: 60px;
  height: 60px;
  padding: 4px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.comment_content {
  position: relative;
  min-height: 80px;
  padding-left: 20px;
  overflow: hidden;
}
li.bypostauthor .gravatar {
  -webkit-box-shadow: 0 0 2px rgba(200, 0, 0, .1);  /* Saf3.0+, Chrome */  /* FF3.5+ */
          box-shadow: 0 0 2px rgba(200, 0, 0, .1);  /* Opera 10.5, IE 9.0 */
}
.commentlist li ul li {
  margin-left: 20px;
}
.nocomments {
  padding: 0;
  margin: 0;
  text-align: center;
}
.comment_author {
  font-size: 18px;
  font-style: normal;
}
.comment_author span {
  display: none;
}
.comment_time {
  float: right;
}
.comment_text {
  padding-top: 5px;
}
.comment_text:before,
.comment_text:after {
  display: table;
  content: "";
}
.comment_text:after {
  clear: both;
}
.comments_navigation {
  margin-top: 20px;
}
.comments_navigation:before,
.comments_navigation:after {
  display: table;
  content: "";
}
.comments_navigation:after {
  clear: both;
}
.comments_navigation .nav_previous {
  float: left;
}
.comments_navigation .nav_next {
  float: right;
}
#respond {
  margin-top: 20px;
}
#respond #comment {
  width: 98%;
}
#comments label {
  padding-left: 6px;
  opacity: .75;
}
.cancel_comment_reply {
  margin-bottom: 6px;
}
/* ======================================================= */
/*                      Widget Styles                      */
/* ======================================================= */
/* General
---------------------------------------------------------- */
.widget {
  margin-bottom: 4em;
}
.widget p {
  margin: 0;
}
.widget ul,
.widget_subnav ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_recent_posts ul,
.widget_popular_posts ul,
.widget_related_posts ul,
.widget_authors ul,
.widget_twitter ul,
.widget_pages ul,
.widget_links ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_rss ul {
  margin: 0;
  list-style: none;
}
#sidebar_content .widget:last-child {
  margin-bottom: 20px;
}
.home #sidebar_content .widget:last-child {
  margin-bottom: 0;
}
.widget_text p {
  margin-bottom: 1em;
}
.textwidget:after {
  display: block;
  clear: both;
  content: "";
}
/* Sidebar General
---------------------------------------------------------- */
.widget_display_replies li,
.widget_display_views li,
.widget_display_topics li,
.widget_display_forums li,
.widget_subnav li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_recent_posts li,
.widget_popular_posts li,
.widget_related_posts li,
.widget_authors li,
.widget_twitter li,
.widget_pages li,
.widget_links li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_rss li,
.flexipages_widget li {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.widget_display_replies li,
.widget_display_views li,
.widget_display_topics li,
.widget_display_forums li,
.widget_subnav li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_pages li,
.widget_links li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_rss li,
.flexipages_widget li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget_display_replies li a,
.widget_display_views li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_subnav li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_pages li a,
.widget_links li a,
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_rss li a,
.flexipages_widget li a {
  margin: 0;
  line-height: 20px;
}
.widget_display_replies li > a:first-child:before,
.widget_display_views li a:before,
.widget_display_topics li > a:first-child:before,
.widget_display_forums li a:before,
.widget_subnav li a:before,
.widget_recent_entries li a:before,
.widget_recent_comments li a:first-child:before,
.widget_pages li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_archive li a:before,
.widget_meta li a:before,
.widget_rss li a:before,
.flexipages_widget li a:before {
  margin-right: 5px;
  font-family: 'themeicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  content: "\e633";

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_recent_comments li a:first-child:before {
  margin-right: 7px;
  content: "\e610";
}
#footer .widget_recent_comments li a:first-child:before {
  color: #fff;
  opacity: .3;
}
.widget_nav_menu ul {
  margin: 0;
  list-style: none;
}
.widget_nav_menu li {
  padding: 0;
  margin: 0;
}
.widget_nav_menu li a {
  display: block;
  padding: 5px 20px;
  margin: 0;
  line-height: 20px;
  background: url(../images/widget_list_arrows.png) no-repeat scroll -48px 9px transparent;
  border-bottom: 1px solid #f0f0f0;
}
.widget_nav_menu li ul.sub-menu {
  margin-left: 2em;
}
.widget_categories ul.no-separator li,
.widget_categories ul.children li {
    border: none;
}
.widget_categories ul.no-separator li {
	padding:3px 0;
}
.widget_categories ul.children li:last-child {
	padding-bottom:0;
}
/* Footer General
---------------------------------------------------------- */
#footer .widget {
  margin-bottom: 50px;
}
#footer .widget:last-child{
  margin-bottom: 0px;
}
#footer h3.widgettitle {
  margin-bottom: .5em;
  font-size: 2em;
}
#footer .widget_display_replies li,
#footer .widget_display_views li,
#footer .widget_display_topics li,
#footer .widget_display_forums li,
#footer .widget_subnav li,
#footer .widget_recent_comments li,
#footer .widget_recent_entries li,
#footer .widget_recent_posts li,
#footer .widget_popular_posts li,
#footer .widget_related_posts li,
#footer .widget_authors li,
#footer .widget_twitter li,
#footer .widget_pages li,
#footer .widget_links li,
#footer .widget_categories li,
#footer .widget_archive li,
#footer .widget_meta li,
#footer .widget_rss li {
  padding: 5px 0;
  margin: 0;
  clear: both;
  background: url("../images/footer_list_divider.png") repeat-x scroll 0 bottom transparent;
  border-bottom: none;
}
#footer .widget_display_replies li > a:first-child:before,
#footer .widget_display_views li a:before,
#footer .widget_display_topics li > a:first-child:before,
#footer .widget_display_forums li a:before,
#footer .widget_subnav li a:before,
#footer .widget_recent_entries li a:before,
#footer .widget_authors li a:before,
#footer .widget_twitter li a:before,
#footer .widget_pages li a:before,
#footer .widget_links li a:before,
#footer .widget_categories li a:before,
#footer .widget_archive li a:before,
#footer .widget_meta li a:before,
#footer .widget_rss li a:before {
  display: none;
}
.mobile{
  display: none;
}
#footer .widget_display_replies li > a:first-child,
#footer .widget_display_views li a,
#footer .widget_display_topics li > a:first-child,
#footer .widget_display_forums li a,
#footer .widget_subnav li a,
#footer .widget_recent_entries li a,
#footer .widget_recent_posts li a,
#footer .widget_popular_posts li a,
#footer .widget_related_posts li a,
#footer .widget_pages li a,
#footer .widget_links li a,
#footer .widget_categories li a,
#footer .widget_archive li a,
#footer .widget_meta li a,
#footer .widget_rss li a {
  padding-left: 15px;
  text-decoration: none;
  background: url(../images/footer_list_style.png) no-repeat scroll 0 -3px transparent;
}
.ttp-grid-layout #ttp-template-1 .ttp-grid-image img{
  border-radius: 100%;
}
#footer .widget_nav_menu li {
  padding: 0;
  margin: 0;
}
#footer .widget_nav_menu li a {
    position: relative;
    padding: 5px 0 5px 0px;
    text-decoration: none;
    border: none;
    background: none;
}
#footer .widget_nav_menu li a:hover,#footer .widget_nav_menu li.current-menu-item a{
  color: #fff !important;
  text-decoration: underline;
}
#footer_widget_area_two{
  margin-left: 100px;
}
#footer_widget_area_three{
  margin-left: 80px;
}
#footer #footer_widget_area_three .custom-html-widget a {
    display: inline-block;
    margin-right: 6px;
}
.label-icon img {
    max-width: 57px !important;
    height: 57px !important;
    float: left;
    margin-right: 15px;
}
.label-icon {
    position: absolute;
    top: 0px;
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-left: 12px;
    box-sizing: border-box;
}
.label-icon h3{
  float: left;
  color: #f7d5e0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 90px;
}
#footer .text_input, #footer .textarea {
  color: #666;
  color: rgba(255, 255, 255, .8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, .05)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, .03) 0%, rgba(255, 255, 255, .05) 100%);
  background:      -o-linear-gradient(top, rgba(255, 255, 255, .03) 0%, rgba(255, 255, 255, .05) 100%);
  background:         linear-gradient(to bottom, rgba(255, 255, 255, .03) 0%,rgba(255, 255, 255, .05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#33FFFFFF');  /* IE6,IE7 */
  border: 1px solid #999;
  border: rgba(255, 255, 255, .15) 1px solid;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .1);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .1);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#33FFFFFF')";  /* IE8 */
}
#footer .widget_categories ul.no-separator li,
#footer .widget_categories ul.children li {
    border: none;
	background-image:none;
}
#footer .widget_categories ul.no-separator li {
	padding:3px 0;
}
#footer .widget_categories ul.children li:last-child {
	padding-bottom:0;
}
/* Search
---------------------------------------------------------- */
#searchform .text_input {
  width: 160px;
  height: 1em;
  padding: 8px;
  line-height: 1em;
  vertical-align: middle;
}
#footer #searchform {
  position: relative;
}
#footer #searchform .text_input {
  height: 29px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  line-height: 29px;
}
#footer #searchform button {
  top: 0;
  right: 0;
}
#searchform button {
  vertical-align: middle;
}
#searchform button span {
  padding: 7px 13px;
  line-height: 1em;
}
#feature #searchform .text_input {
  font-size: 14px;
  color: #fff;
}
#searchform.search_with_icon,
.woocommerce-product-search.search_with_icon {
  position: relative;
}
#searchform.search_with_icon .text_input,
#footer #searchform.search_with_icon .text_input,
.woocommerce-product-search.search_with_icon .text_input {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  line-height: 30px;
}
#searchform.search_with_icon .text_input::-ms-clear,
.woocommerce-product-search.search_with_icon .text_input::-ms-clear {
  display: none;
}
#searchform.search_with_icon button,
#footer #searchform.search_with_icon button,
.woocommerce-product-search.search_with_icon button {
  position: absolute;
  top: 7px;
  right: 12px;
  padding: 1px 0 0 1px;
  margin: 0;
  line-height: normal;
  background: none;
  border: none;
  outline: none;
  opacity: .8;
}
#footer #searchform.search_with_icon button,
#footer .woocommerce-product-search.search_with_icon button {
  color: #fff;
}
#searchform.search_with_icon button:before,
.woocommerce-product-search.search_with_icon button:before {
  display: inline-block;
  font-family: "themeicons";
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  content: "\e645";

  speak: none;
}
#searchform.search_with_icon button:hover,
#footer #searchform.search_with_icon button:hover,
.woocommerce-product-search.search_with_icon button:hover {
  opacity: 1;
}
#searchform.search_with_icon button span,
.woocommerce-product-search.search_with_icon button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/* Tags
---------------------------------------------------------- */
.widget_tag_cloud a {
  padding: 2px 4px;
}
/* Calendar
---------------------------------------------------------- */
.widget_calendar .wp-calendar-nav,
.widget_calendar table {
  width: 100%;
  margin: 0 auto;
  box-sizing:border-box;
}
.widget_calendar caption {
  padding-bottom: 5px;
  font-size: 1.2em;
  text-align: center;
}
.widget_calendar td, .widget_calendar th {
  padding: 3px 0;
  text-align: center;
}
.widget_calendar .wp-calendar-nav {
  padding: 5px 0;
}
.widget_calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav a{
  font-size: 1.1em;
}
.widget_calendar .wp-calendar-nav-prev {
  text-align: left;
  float:left;
}
.widget_calendar .wp-calendar-nav-next {
  text-align: right;
  float:right;
}
.widget_calendar .theme-calendar-is-today,
.widget_calendar .day-has-post a {
  font-size: 1.3em;
}
/* Pages
---------------------------------------------------------- */
.widget_pages ul ul {
  margin: 5px 0 -6px 2em;
  border-top: 1px solid #f0f0f0;
}
#footer .widget_pages ul ul {
  margin-left: 2em;
  border-top: none;
}
#footer .widget_pages ul ul li {
  background: none;
}
/* Post List
---------------------------------------------------------- */
.posts_list {
  margin: 0;
  list-style: none;
}
.posts_list p {
  margin: 0;
}
.posts_list li, #sidebar .posts_list li, #footer .posts_list li {
  padding: 5px 0;
}
.posts_list li a, #sidebar .posts_list li a, #footer .posts_list li a {
  padding: 0;
  line-height: 20px;
  background: none;
}
.posts_list .thumbnail, #sidebar .posts_list .thumbnail, #footer .posts_list .thumbnail {
  display: inline-block;
  float: left;
  margin: 4px 8px 8px 0;
  line-height: 100%;
  border: 1px solid #eee;
}
.posts_list .thumbnail img {
  display: block;
  max-width: none;
}
.posts_list time {
  display: block;
}
.posts_list li:before,
.posts_list li:after {
  display: table;
  content: " ";
}
.posts_list li:after {
  clear: both;
}
.posts_list .post_extra_info {
  position: relative;
  overflow: hidden;
}
.posts_list .post_extra_info:before,
.posts_list .post_extra_info:after {
  display: table;
  content: " ";
}
.posts_list .post_extra_info:after {
  clear: both;
}
#footer .posts_list .thumbnail img {
  border: none;
}
/* Authors
---------------------------------------------------------- */
.authors_list {
  margin: 0;
  list-style: none;
}
.authors_list li, #sidebar .authors_list li, #footer .authors_list li {
  padding: 5px 0;
  overflow: hidden;
}
.widget_authors .gravatar {
  float: left;
  height: 60px;
  margin: 4px 8px 8px 0;
  border: 1px solid #eee;
}
.widget_authors .gravatar img {
  display: block;
  width: 60px;
  height: 60px;
  /*padding: none;*/
  padding: 0;
  border: none;
}
/* Contact Form
---------------------------------------------------------- */
.widget_contact_form p {
  margin-bottom: 10px;
}
.widget_contact_form label {
  padding-left: 6px;
}
.widget_contact_form .invalid {
  border: 2px solid #999 !important;
}
#footer .widget_contact_form .invalid {
  border: 1px solid #fff;
  border: rgba(255, 255, 255, .5) 1px solid;
}
#footer .widget_contact_form .text_input {
  width: 60%;
}
#footer .widget_contact_form .textarea {
  width: 92%;
}
/* for shortcode */
.contact_form_wrap .contact_form .text_input {
  width: 60%;
  padding: 6px;
}
.contact_form_wrap .contact_form .textarea {
  width: 95%;
  height: 250px;
  padding: 6px;
}
.contact_form_wrap .contact_form label {
  padding-left: 5px;
}
.contact_form_wrap .contact_form .invalid {
  border: 2px solid #999 !important;
}
/* Contact Info Widget
---------------------------------------------------------- */
.contact_info_wrap .contact_address {
  padding-left: 2em;
}
.contact_info_wrap .icon_text:before {
  margin: 0 1em 0 0;
}
.contact_info_wrap p {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact_info_wrap .contact_zip {
  padding-left: 5px;
}
#footer .contact_info_wrap .icon_text.default:before {
  color: #fff;
  opacity: .3;
}
/* Twitter Widget
---------------------------------------------------------- */
.ttp-grid-layout #ttp-template-1 .ttp-social-link-list-default .fa-twitter, .ttp-grid-layout #ttp-template-5 .ttp-social-link-list-default .fa-twitter {
    background: none !important;
    border: none !important;
    margin: 0px !important;
    width: auto !important;
    height: auto !important;
    line-height: 26px !important;
}
.widget_twitter .tweet_list li {
  padding: 5px 5px 5px 22px;
  line-height: inherit;
  word-wrap: break-word;
  background: url(../images/widget_list_arrows.png) no-repeat scroll 3px -40px transparent;
}
.widget_twitter .tweet_list a {
  padding: 0;
  line-height: 20px;
  background: none;
}
/* for shortcode */
.twitter_wrap .tweet_list {
  margin: 0;
  list-style: none;
}
.twitter_wrap .tweet_list li {
  padding: 5px 5px 5px 22px;
  margin: 0;
  line-height: inherit;
  word-wrap: break-word;
  background: url(../images/widget_list_arrows.png) no-repeat scroll 3px -40px transparent;
}
.twitter_wrap .tweet_list a {
  padding: 0;
  background: none;
}
/* with avatar */
.twitter_wrap.with_avatar .tweet_list li, #sidebar .widget_twitter .with_avatar .tweet_list li {
  padding-left: 0;
  overflow: hidden;
  background: none;
}
#footer .widget_twitter .with_avatar .tweet_list li {
  padding-left: 0;
  overflow: hidden;
}
#sidebar .widget_twitter .with_avatar .tweet_list a.tweet_avatar, #footer .widget_twitter .with_avatar .tweet_list a.tweet_avatar, .twitter_wrap .tweet_list a.tweet_avatar {
  float: left;
  padding-right: 10px;
}
/* Flickr Widget
---------------------------------------------------------- */
.flickr_wrap {
  position: relative;
}
.flickr_wrap .flickr_badge_image {
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
  line-height: 100%;
  border: 1px solid #eee;
}
.flickr_wrap .flickr_badge_image img {
  display: block;
  width: 75px;
  height: 75px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
#footer .flickr_wrap {
  margin-right: -9px;
}
#footer .flickr_badge_image {
  margin: 0 9px 9px 0;
}
#footer .flickr_wrap img {
  width: 60px;
  height: 60px;
}
/* Social Icon Widget
---------------------------------------------------------- */
.widget_social a {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
.widget_social a:hover {
  text-decoration: none;
  border: 0;
}
.widget_social img {
  margin: 0 10px 5px 0;
}
.widget_social .social_animation_fade img, .widget_social .social_animation_combo img {
       opacity: .7;

  -moz-opacity: .7;
}
.widget_social .social_animation_fade img:hover {
       opacity: 1;
  -webkit-transition: all .2s ease-in;
       -o-transition: all .2s ease-in;
          transition: all .2s ease;

  -moz-opacity: 1;
}
.widget_social .social_animation_scale img:hover {
  -webkit-transition: all .2s ease-in;
       -o-transition: scale(1.2);
       -o-transition: all .2s ease-in;
          transition: all .2s ease;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);

  -ms-zoom: 1.2;
}
.widget_social .social_animation_bounce img:hover {
  -webkit-transition: all .2s ease-in;
       -o-transition: translate(0px, -2px);
       -o-transition: all .2s ease-in;
          transition: all .2s ease;
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
       -o-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.widget_social .social_wrap.social_animation_combo img:hover {
       opacity: 1;
  -webkit-transition: all .2s ease-in;
       -o-transition: all .2s ease-in;
          transition: all .2s ease;
  -webkit-transform: scale(1.2) translate(0, -2px);
      -ms-transform: translate(0, -2px);
       -o-transform: scale(1.2) translate(0, -2px);
          transform: translate(0, -2px);

  -ms-zoom: 1.2;
  -moz-opacity: 1;
}
/* Google Map Widget
---------------------------------------------------------- */
.widget_gmap .google_map {
  height: 220px;
}
.widget_gmap .google_map {
  color: #666;
}
/* Rss Widget
---------------------------------------------------------- */
#footer .widget_rss ul li {
  background: url("../images/footer_list_divider.png") repeat-x scroll 0 bottom transparent;
}
/** Advertisement Widget
---------------------------------------------------------- */
.widget_advertisement_125 a {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin: 1px 9px 9px 1px;
}
.widget_advertisement_125 img {
  display: block;
  width: 125px;
  height: 125px;
}
.widget_advertisement_125 a:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);  /* Saf3.0+, Chrome */  /* FF3.5+ */
          box-shadow: 0 0 2px rgba(0, 0, 0, .1);  /* Opera 10.5, IE 9.0 */
}
.widget_advertisement_125 a:hover img {
       opacity: .8;

  -moz-opacity: .8;
}
#footer .widget_advertisement_125 a {
  width: auto;
}
/** Featured Widget
---------------------------------------------------------- */
.tiny-container {
  position: relative;
  max-width: 960px;
}
.tiny-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tiny-items {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.tiny-item {
  padding: 0;
  margin: 0;
}
.tiny-item > img, .tiny-item > a > img {
  display: block;
  width: 100%;
  border: 0;
}
.tiny_fade .tiny-items {
  position: relative;
  width: 100%;
}
.tiny_fade .tiny-item {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  opacity: 0;
}
.tiny_fade .tiny-slide_active {
  position: relative;
  display: block;
  opacity: 1;
}
.tiny_slide .tiny-item {
  position: relative;
  display: block;
  float: left;
}
.tiny_slide [data-cycle] .tiny-item {
  display: none;
  float: right;
}
.tiny_slide [data-cycle] .tiny-slide_active {
  display: block;
}
.tiny_slide .tiny-items:before,
.tiny_slide .tiny-items:after {
  display: table;
  content: " ";
}
.tiny_slide .tiny-items:after {
  clear: both;
}
.tinyslider_images .tiny-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  margin: 0;
  text-align: right;
  background: rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#12000000',GradientType=0 );
}
.tinyslider_images .tiny-pager li {
  display: inline;
  padding: 0;
  margin: 0;
}
.tinyslider_images .tiny-pager a, .tinyslider_images .tiny-nav-prev, .tinyslider_images .tiny-nav-next {
  background: url("../images/featured_control.png") no-repeat scroll 1px 0 transparent;
}
.tinyslider_images .tiny-pager a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 1px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-position: 1px 0;
}
.tinyslider_images .tiny-pager a:hover {
  background-position: 1px -30px;
}
.tinyslider_images .tiny-pager .tiny-pager_active a {
  background-position: 1px -60px;
}
.tinyslider_images .tiny-nav-prev, .tinyslider_images .tiny-nav-next {
  position: absolute;
  top: 20%;
  width: 40px;
  height: 60%;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.tinyslider_images .tiny-nav-next {
  right: 0;
  background-position: -18px center;
}
.tinyslider_images .tiny-nav-next:hover {
  background-position: -48px center;
}
.tinyslider_images .tiny-nav-prev {
  left: 0;
  background-position: -74px center;
}
.tinyslider_images .tiny-nav-prev:hover {
  background-position: -104px center;
}
.tinyslider_images-caption.tiny_caption_bg {
  background: rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#12000000',GradientType=0 );
}
.tinyslider_images-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  font-size: 11px;
  color: #fff;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  pointer-events: none;
  opacity: .9;
}
/* ======================================================= */
/*                  Divider Shortcodes                     */
/* ======================================================= */
.divider {
  position: relative;
  display: block;
  max-width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
  clear: both;
  border-bottom: 1px solid #eee;
}
.divider.top a {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  padding: 0 2px;
  font-size: 10px;
  color: #ccc;
  text-align: right;
  text-decoration: none;
  background: none repeat scroll 0 0 #fff;
}
.divider_padding {
  position: relative;
  display: block;
  padding-top: 30px;
  clear: both;
}
.divider_line {
  position: relative;
  display: block;
  margin-bottom: 10px;
  clear: both;
  border-bottom: 1px solid #eee;
}
/* ======================================================= */
/*                  Typography Shortcodes                  */
/* ======================================================= */
/* Responsive Text
---------------------------------------------------------- */
p.responsive_text {
  margin-bottom: 0;
}
/* dropcap
---------------------------------------------------------- */
.dropcap1, .dropcap2, .dropcap3, .dropcap4 {
  float: left;
  overflow: hidden;
  text-align: center;
}
.dropcap1 {
  width: 42px;
  margin: 0 8px 0 0;
  font-size: 32px;
  line-height: 42px;
  height:42px;
  color: #fff;
  background: url("../images/dropcap_styles_black.png") no-repeat scroll 0 -48px transparent;
}
.dropcap1_inner,
.dropcap2_inner,
.dropcap3_inner,
.dropcap4_inner {
   vertical-align: middle;
   position:relative;
}
.dropcap1_inner.bold, 
.dropcap2_inner.bold,
.dropcap3_inner.bold,
.dropcap4_inner.bold{
	font-weight:bold;
}
.dropcap1.black {
  background-image: url("../images/dropcap_styles_black.png");
}
.dropcap1.gray {
  background-image: url("../images/dropcap_styles_gray.png");
}
.dropcap1.red {
  background-image: url("../images/dropcap_styles_red.png");
}
.dropcap1.orange {
  background-image: url("../images/dropcap_styles_orange.png");
}
.dropcap1.magenta {
  background-image: url("../images/dropcap_styles_magenta.png");
}
.dropcap1.yellow {
  background-image: url("../images/dropcap_styles_yellow.png");
}
.dropcap1.blue {
  background-image: url("../images/dropcap_styles_blue.png");
}
.dropcap1.pink {
  background-image: url("../images/dropcap_styles_pink.png");
}
.dropcap1.green {
  background-image: url("../images/dropcap_styles_green.png");
}
.dropcap1.rosy {
  background-image: url("../images/dropcap_styles_rosy.png");
}
.dropcap2 {
  width: 38px;
  height: 44px;
  padding: 0 2px 0 0;
  margin: 0 8px 0 0;
  font-size: 28px;
  line-height: 44px;
  color: #fff;
  background: url("../images/dropcap_styles_black.png") no-repeat scroll -52px 2px transparent;
}
.dropcap2.black {
  background-image: url("../images/dropcap_styles_black.png");
}
.dropcap2.gray {
  background-image: url("../images/dropcap_styles_gray.png");
}
.dropcap2.red {
  background-image: url("../images/dropcap_styles_red.png");
}
.dropcap2.orange {
  background-image: url("../images/dropcap_styles_orange.png");
}
.dropcap2.magenta {
  background-image: url("../images/dropcap_styles_magenta.png");
}
.dropcap2.yellow {
  background-image: url("../images/dropcap_styles_yellow.png");
}
.dropcap2.blue {
  background-image: url("../images/dropcap_styles_blue.png");
}
.dropcap2.pink {
  background-image: url("../images/dropcap_styles_pink.png");
}
.dropcap2.green {
  background-image: url("../images/dropcap_styles_green.png");
}
.dropcap2.rosy {
  background-image: url("../images/dropcap_styles_rosy.png");
}
.dropcap3 {
  width: 44px;
  height: 44px;
  margin: 0 0 -4px 0;
  font-size: 40px;
  line-height: 44px;
}
.dropcap4 {
  border: 2px solid #303030;
  font-size: 46px;
  height: 50px;
  margin: 6px 8px 0 0;
  width: 50px;
  box-sizing: initial;
  line-height: 46px;
}
.dropcap3.black, .dropcap4.black {
  color: #333;
}
.dropcap3.gray, .dropcap4.gray {
  color: #666;
}
.dropcap3.red, .dropcap4.red {
  color: #e62727;
}
.dropcap3.orange, .dropcap4.orange {
  color: #ff5c00;
}
.dropcap3.magenta, .dropcap4.magenta {
  color: #a9014b;
}
.dropcap3.yellow, .dropcap4.yellow {
  color: #ffb515;
}
.dropcap3.blue, .dropcap4.blue {
  color: #00adee;
}
.dropcap3.pink, .dropcap4.pink {
  color: #e22092;
}
.dropcap3.green, .dropcap4.green {
  color: #91bd09;
}
.dropcap3.rosy, .dropcap4.rosy {
  color: #f16c7c;
}
.dropcap4.black {
   border-color:#303030;
}
.dropcap4.gray {
   border-color:#666666;
}
.dropcap4.red {
   border-color:#e62727;
}
.dropcap4.orange {
  border-color: #ff5c00;
}
.dropcap4.magenta {
  border-color: #a9014b;
}
.dropcap4.yellow {
  border-color: #ffb515;
}
.dropcap4.blue {
  border-color: #00adee;
}
.dropcap4.pink {
  border-color: #e22092;
}
.dropcap4.green {
  border-color: #91bd09;
}
.dropcap4.rosy {
  border-color: #f16c7c;
}
/** fix cufon position **/
.dropcap1 .cufon-canvas {
  margin-top: -4px;
}
.dropcap2 .cufon-canvas {
  margin-top: -2px;
}
.dropcap3 .cufon-canvas {
  margin-top: -4px;
}
/* list style
---------------------------------------------------------- */
ul.list1,
ul.list2,
ul.list3,
ul.list4,
ul.list5,
ul.list6,
ul.list7,
ul.list8,
ul.list9,
ul.list10,
ul.list11,
ul.list12,
[class^="list_"],
[class*=" list_"] {
  margin-left: 5px;
  list-style-type: none;
}
ul.list1 li,
ul.list2 li,
ul.list3 li,
ul.list4 li,
ul.list5 li,
ul.list6 li,
ul.list7 li,
ul.list8 li,
ul.list9 li,
ul.list10 li,
ul.list11 li,
ul.list12 li,
[class^="list_"] li,
[class*=" list_"] li {
  margin: 4px 0;
}

[class^="list_"] h3, [class*=" list_"] h3,
[class^="list_"] h4, [class*=" list_"] h4,
[class^="list_"] h5, [class*=" list_"] h5,
[class^="list_"] h6, [class*=" list_"] h6 {
  display: inline;
}
ul.list1 li:before,
ul.list2 li:before,
ul.list3 li:before,
ul.list4 li:before,
ul.list5 li:before,
ul.list6 li:before,
ul.list7 li:before,
ul.list8 li:before,
ul.list9 li:before,
ul.list10 li:before,
ul.list11 li:before,
ul.list12 li:before,
[class^="list_"] li:before,
[class*=" list_"] li:before {
  margin: 0 8px;
  font-family: 'themeicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.list_outside {
  position: relative;
}
ul.list_outside li {
  padding-left: 20px;
}
ul.list_outside li:before {
  position: absolute;
  left: 0;
  margin: 0;
}
ul.list1 li:before,
ul.list_circle li:before {
  content: "\e636";
}
ul.list2 li:before,
ul.list_check li:before {
  content: "\e62c";
}
ul.list3 li:before,
ul.list_check-square-d li:before {
  content: "\e632";
}
ul.list4 li:before,
ul.list_check_circle-o li:before {
  content: "\e62f";
}
ul.list5 li:before,
ul.list_play li:before {
  content: "\e62b";
}
ul.list6 li:before,
ul.list_star li:before {
  content: "\e61b";
}
ul.list7 li:before,
ul.list_thumbs-up li:before {
  content: "\e613";
}
ul.list8 li:before,
ul.list_heart li:before {
  content: "\e611";
}
ul.list9 li:before,
ul.list_medal li:before {
  content: "\e61d";
}
ul.list10 li:before,
ul.list_flag li:before {
  content: "\e61c";
}
ul.list11 li:before,
ul.list_help li:before {
  content: "\e618";
}
ul.list12 li:before,
ul.list_comment-s li:before {
  content: "\e610";
}
ul.list_user li:before {
  content: "\e600";
}
ul.list_tag li:before {
  content: "\e601";
}
ul.list_phone li:before {
  content: "\e602";
}
ul.list_cellphone li:before {
  content: "\e648";
}
ul.list_fax li:before {
  content: "\e646";
}
ul.list_multiuser li:before {
  content: "\e603";
}
ul.list_link li:before {
  content: "\e604";
}
ul.list_id li:before {
  content: "\e605";
}
ul.list_home li:before {
  content: "\e606";
}
ul.list_globe li:before {
  content: "\e607";
}
ul.list_email li:before {
  content: "\e608";
}
ul.list_download li:before {
  content: "\e609";
}
ul.list_chain li:before {
  content: "\e60a";
}
ul.list_calendar li:before {
  content: "\e60b";
}
ul.list_addressbook li:before {
  content: "\e60c";
}
ul.list_comments li:before {
  content: "\e60d";
}
ul.list_comment li:before {
  content: "\e60e";
}
ul.list_comment-o li:before {
  content: "\e60f";
}
ul.list_heart-o li:before {
  content: "\e612";
}
ul.list_thumbs-down li:before {
  content: "\e614";
}
ul.list_key li:before {
  content: "\e615";
}
ul.list_lightbulb li:before {
  content: "\e616";
}
ul.list_eye li:before {
  content: "\e617";
}
ul.list_marker li:before {
  content: "\e619";
}
ul.list_gift li:before {
  content: "\e61a";
}
ul.list_clock li:before {
  content: "\e61e";
}
ul.list_cart li:before {
  content: "\e61f";
}
ul.list_trash li:before {
  content: "\e620";
}
ul.list_cog li:before {
  content: "\e621";
}
ul.list_ban li:before {
  content: "\e622";
}
ul.list_times li:before {
  content: "\e623";
}
ul.list_pencil li:before {
  content: "\e624";
}
ul.list_note li:before {
  content: "\e625";
}
ul.list_book li:before {
  content: "\e626";
}
ul.list_gallery li:before {
  content: "\e627";
}
ul.list_picture li:before {
  content: "\e628";
}
ul.list_movie li:before {
  content: "\e629";
}
ul.list_music li:before {
  content: "\e62a";
}
ul.list_check-b li:before {
  content: "\e62d";
}
ul.list_check-circle li:before {
  content: "\e62e";
}
ul.list_check-circle-o li:before {
  content: "\e62f";
}
ul.list_check-circle-d li:before {
  content: "\e630";
}
ul.list_check-square li:before {
  content: "\e631";
}
ul.list_arrow li:before {
  content: "\e633";
}
ul.list_arrow-circle li:before {
  content: "\e634";
}
ul.list_arrow-circle-o li:before {
  content: "\e635";
}
ul.list_info li:before {
  content: "\e637";
}
ul.list_info-o li:before {
  content: "\e638";
}
ul.list_question li:before {
  content: "\e639";
}
ul.list_question-o li:before {
  content: "\e63a";
}
ul.list_exclamation li:before {
  content: "\e63b";
}
ul.list_exclamation-triangle li:before {
  content: "\e63c";
}
ul.list_exclamation-circle li:before {
  content: "\e63d";
}
ul.list_mobile li:before {
  content: "\e63e";
}
ul.list_tablet li:before {
  content: "\e63f";
}
ul.list_desktop li:before {
  content: "\e640";
}
/* colors */
ul.list_color_black li:before {
  color: #333;
}
ul.list_color_gray li:before {
  color: #666;
}
ul.list_color_red li:before {
  color: #e62727;
}
ul.list_color_orange li:before {
  color: #ff5c00;
}
ul.list_color_magenta li:before {
  color: #a9014b;
}
ul.list_color_yellow li:before {
  color: #ffb515;
}
ul.list_color_blue li:before {
  color: #00adee;
}
ul.list_color_pink li:before {
  color: #e22092;
}
ul.list_color_green li:before {
  color: #91bd09;
}
ul.list_color_rosy li:before {
  color: #f16c7c;
}
/* Text with icons
---------------------------------------------------------- */
[class^="icon_"]:before,
[class*=" icon_"]:before {
  margin: 0 .5em;
  font-family: 'themeicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a .icon,
a [class^="icon-"],
a [class*=" icon-"] {
  cursor: pointer;
}
.icon_user:before {
  content: "\e600";
}
.icon_tag:before {
  content: "\e601";
}
.icon_phone:before {
  content: "\e602";
}
.icon_cellphone:before {
  content: "\e648";
}
.icon_fax:before {
  content: "\e646";
}
.icon_multiuser:before {
  content: "\e603";
}
.icon_link:before {
  content: "\e604";
}
.icon_id:before {
  content: "\e605";
}
.icon_home:before {
  content: "\e606";
}
.icon_globe:before {
  content: "\e607";
}
.icon_email:before {
  content: "\e608";
}
.icon_download:before {
  content: "\e609";
}
.icon_chain:before {
  content: "\e60a";
}
.icon_calendar:before {
  content: "\e60b";
}
.icon_addressbook:before {
  content: "\e60c";
}
.icon_comments:before {
  content: "\e60d";
}
.icon_comment:before {
  content: "\e60e";
}
.icon_comment-o:before {
  content: "\e60f";
}
.icon_comment-s:before {
  content: "\e610";
}
.icon_heart:before {
  content: "\e611";
}
.icon_heart-o:before {
  content: "\e612";
}
.icon_thumbs-up:before {
  content: "\e613";
}
.icon_thumbs-down:before {
  content: "\e614";
}
.icon_key:before {
  content: "\e615";
}
.icon_lightbulb:before {
  content: "\e616";
}
.icon_eye:before {
  content: "\e617";
}
.icon_help:before {
  content: "\e618";
}
.icon_marker:before {
  content: "\e619";
}
.icon_gift:before {
  content: "\e61a";
}
.icon_star:before {
  content: "\e61b";
}
.icon_flag:before {
  content: "\e61c";
}
.icon_medal:before {
  content: "\e61d";
}
.icon_clock:before {
  content: "\e61e";
}
.icon_cart:before {
  content: "\e61f";
}
.icon_trash:before {
  content: "\e620";
}
.icon_cog:before {
  content: "\e621";
}
.icon_ban:before {
  content: "\e622";
}
.icon_times:before {
  content: "\e623";
}
.icon_pencil:before {
  content: "\e624";
}
.icon_note:before {
  content: "\e625";
}
.icon_book:before {
  content: "\e626";
}
.icon_gallery:before {
  content: "\e627";
}
.icon_picture:before {
  content: "\e628";
}
.icon_movie:before {
  content: "\e629";
}
.icon_music:before {
  content: "\e62a";
}
.icon_play:before {
  content: "\e62b";
}
.icon_check:before {
  content: "\e62c";
}
.icon_check-b:before {
  content: "\e62d";
}
.icon_check-circle:before {
  content: "\e62e";
}
.icon_check-circle-o:before {
  content: "\e62f";
}
.icon_check-circle-d:before {
  content: "\e630";
}
.icon_check-square:before {
  content: "\e631";
}
.icon_check-square-d:before {
  content: "\e632";
}
.icon_arrow:before {
  content: "\e633";
}
.icon_arrow-circle:before {
  content: "\e634";
}
.icon_arrow-circle-o:before {
  content: "\e635";
}
.icon_circle:before {
  content: "\e636";
}
.icon_info:before {
  content: "\e637";
}
.icon_info-o:before {
  content: "\e638";
}
.icon_question:before {
  content: "\e639";
}
.icon_question-o:before {
  content: "\e63a";
}
.icon_exclamation:before {
  content: "\e63b";
}
.icon_exclamation-triangle:before {
  content: "\e63c";
}
.icon_exclamation-circle:before {
  content: "\e63d";
}
.icon_mobile:before {
  content: "\e63e";
}
.icon_tablet:before {
  content: "\e63f";
}
.icon_desktop:before {
  content: "\e640";
}
/*icon color*/
.icon_text.default:before {
  color: #333;
}
.icon_text.black:before {
  color: #333;
}
.icon_text.gray:before {
  color: #666;
}
.icon_text.red:before {
  color: #e62727;
}
.icon_text.orange:before {
  color: #ff5c00;
}
.icon_text.magenta:before {
  color: #a9014b;
}
.icon_text.yellow:before {
  color: #ffb515;
}
.icon_text.blue:before {
  color: #00adee;
}
.icon_text.pink:before {
  color: #e22092;
}
.icon_text.green:before {
  color: #91bd09;
}
.icon_text.rosy:before {
  color: #f16c7c;
}
/* Table
---------------------------------------------------------- */
.table_style {
  max-width: 100%;
  margin-bottom: 20px;
  /*border: 1px solid #e5e5e5;*/
}
.table_style table {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.table_style th {
  padding: 13px 12px 12px;
  font-weight: normal;
  color: #444;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
.table_style tbody {
  background: #fff;
}
.table_style td {
  padding: 12px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.table_style tbody tr:hover td {
  color: #333;
  background: rgba(225,225,225,.02);
}
.table_style tfoot {
  background-color: #fafafa;
}
.table_style tfoot td {
  padding: 8px;
}
/* code & pre
---------------------------------------------------------- */
.code, .pre {
  padding: 10px;
  overflow: auto;
  line-height: 21px;
  white-space:      pre-wrap;  /* CSS3 browsers */
  white-space: -moz-pre-wrap !important;  /* 1999+ Mozilla */
  white-space: -pre-wrap;  /* Opera 4 thru 6 */
  white-space:   -o-pre-wrap;  /* Opera 7 and up */
  background: #fff;
  border: 1px solid #e5e5e5;
}
.code {
  padding: 20px 10px;
  margin-top: 10px;
  background: url("../images/code_bg.png") repeat scroll 0 0 transparent;
}
.toggle_content .code {
  margin-top: 0;
  margin-left: -20px;
}
/* milestone
---------------------------------------------------------- */
.milestone {
  margin: 10px 0 20px;
  text-align: center;
}
.milestone_number {
  font-size: 68px;
  line-height: 72px;
}
.milestone_subject {
  font-size: 14px;
}
/* sizes */
.milestone_small .milestone_number {
  font-size: 50px;
  line-height: 54px;
}
.milestone_large .milestone_number {
  font-size: 80px;
  line-height: 84px;
}
.milestone_large .milestone_subject {
  font-size: 16px;
}
/* milestone_icon */
.milestone_icon {
  text-align: left;
}
.milestone_icon:before,
.milestone_icon:after {
  display: table;
  content: "";
}
.milestone_icon:after {
  clear: both;
}
.milestone_icon i {
  float: left;
  margin: 5px 0;
}
.milestone_icon i:before {
  margin: 0;
  font-size: 76px;
}
.milestone_icon .milestone_subject {
  font-size: 18px;
  line-height: 1.2;
}
.milestone_icon .milestone_number,
.milestone_icon .milestone_subject {
  margin-left: 92px;
}
.milestone_icon .milestone_number {
  font-size: 60px;
  line-height: 64px;
}

.milestone_icon.milestone_small i:before {
  font-size: 58px;
}
.milestone_icon.milestone_small .milestone_subject {
  font-size: 16px;
}
.milestone_icon.milestone_small .milestone_number,
.milestone_icon.milestone_small .milestone_subject {
  margin-left: 72px;
}
.milestone_icon.milestone_small .milestone_number {
  font-size: 44px;
  line-height: 48px;
}

.milestone_icon.milestone_large i:before {
  font-size: 86px;
}
.milestone_icon.milestone_large .milestone_subject {
  font-size: 18px;
}
.milestone_icon.milestone_large .milestone_number,
.milestone_icon.milestone_large .milestone_subject {
  margin-left: 108px;
}
.milestone_icon.milestone_large .milestone_number {
  font-size: 70px;
  line-height: 74px;
}
/* ======================================================= */
/*                           Icons                         */
/* ======================================================= */
.icon,
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-large {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-6x {
  font-size: 6em;
}
.icon.icon-fixed-width,
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  width: 1.2857142857142858em;
  text-align: center;
}
.icons-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  top: .14285714285714285em;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
}
.icon.hide,
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  width: 1.2857142857142858em;
  padding: .25em;
  line-height: 1.2857142857142858em;
  text-align: center;
  border: solid .1em #e5e5e5;
}
.icon-border-rounded {
  border-radius: .3em;
}
.icon-border-circle {
  border-radius: 2em;
}
.icon-hover {
  background-color: #fafafa;
}
.icon-hover:hover {
  color: #fff;
  background-color: #3cabce;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: .3em;
}
.icon.icon-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left,
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
.icon.pull-right,
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
       -o-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    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);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.icon-rotate-90 {
 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ======================================================= */
/*                      Boxes Styles                       */
/* ======================================================= */
/* Messages
---------------------------------------------------------- */
.info, .error, .notice, .success {
  margin-bottom: 20px;
  border: 1px solid #bbb;
  border-radius: 1px;
}
.message_box_content h3 {
  margin-bottom: 0;
}
.message_box_content {
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, .8);
}
.pum-container .gform_page_footer input[type="submit"] {
    background: none !important;
    border: 1px solid #9c0040 !important;
    color: #972048 !important;
    font-size: 16px;
    line-height: 22px;
    height: 32px;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.message_box_content:before,
.message_box_content:after {
  display: table;
  content: " ";
}
.message_box_content:after {
  clear: both;
}
.message_box_space {
  width: 100%;
  height: 0;
  margin-top: 10px;
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.info {
  color: #5e6984;
  background: #d7e7f5;
  border-color: #aacee6;
}
.error {
  color: #a14a40;
  background: #fde9ea;
  border-color: #fdced0;
}
.notice {
  color: #736b4c;
  background: #fff9cc;
  border-color: #ffdb4f;
}
.success {
  color: #466840;
  background: #e2f2ce;
  border-color: #bfe098;
}
.info a {
  color: #5e6984 !important;
}
.error a {
  color: #a14a40 !important;
}
.notice a {
  color: #736b4c !important;
}
.success a {
  color: #466840 !important;
}
.error_msg {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #684c4c;
  background: none repeat scroll 0 0 #fff3f3;
  border: 1px solid #fcbec0;
  border-top: 0 none;
}
.error_msg ul, .error_msg ol {
  margin-bottom: 0;
}
/* Framed box
---------------------------------------------------------- */
.framed_box {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 1px;
}
.framed_box.nomargin{ 
  margin-bottom:0;
}
.rounded.framed_box {
  border-radius: 6px;
}
.framed_box.center {
  text-align: center;
}
.framed_box.alignleft {
  margin-right: 1em;
}
.framed_box.alignright {
  margin-left: 1em;
}
.framed_box_content {
  padding: 20px;
  padding-bottom: 0;
  background-color: #f5f5f5;
  background-color: rgba(245,245,245,.6);
  border: 1px solid rgba(255, 255, 255, .1);
}
.framed_box_content:before,
.framed_box_content:after {
  display: table;
  content: " ";
}
.framed_box_content:after {
  clear: both;
}
.framed_box_space {
  width: 100%;
  height: 0;
  margin-top: 20px;
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.framed_box_content ul.list_outside {
  position: relative;
  padding-left: 20px;
}
.framed_box_content ul.list_outside li {
  padding-left: 0;
}
.framed_box_content ul.list_outside li:before {
  margin-left: 0;
}
/* content box
---------------------------------------------------------- */
.content_box {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 1px;
}
.content_box.center {
  text-align: center;
}
.content_box.alignleft {
  margin-right: 1em;
}
.content_box.alignright {
  margin-right: 1em;
}
.content_box_title {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #f5f5f5;
  background-color: rgba(245,245,245,.6);
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.content_box_title i {
  margin: 0 .4em 0 0;
}
.content_box_content {
  padding: 20px;
  padding-bottom: 0;
}
.content_box_content:before,
.content_box_content:after {
  display: table;
  content: " ";
}
.content_box_content:after {
  clear: both;
}
.content_box_space {
  width: 100%;
  height: 0;
  margin-top: 20px;
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.rounded .content_box_content {
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px;

  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}
.rounded .content_box_title {
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;

  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}
.rounded {
  border-radius: 6px;
}
/* Note box
---------------------------------------------------------- */
.note {
  max-width: 100%;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,0,.1)), to(rgba(238,238,0,.08)));
  background: -webkit-linear-gradient(top, rgba(255,255,0,.1) 0%, rgba(238,238,0,.08) 100%);
  background:      -o-linear-gradient(top, rgba(255,255,0,.1) 0%, rgba(238,238,0,.08) 100%);
  background:         linear-gradient(to bottom, rgba(255,255,0,.1) 0%,rgba(238,238,0,.08) 100%);
  background-color: #fefdf0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affff00', endColorstr='#14eeee00',GradientType=0 ); /* IE6-8 */
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.note_title {
  padding: 15px 20px 5px 16px;
  margin: 0;
}
.note.alignleft {
  margin: 2px 16px 16px 2px !important;
}
.note.alignright {
  margin: 2px 2px 16px 16px !important;
}
.note_content {
  padding: 15px 20px 0;
}
.note_space {
  width: 100%;
  height: 0;
  margin-top: 10px;
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* Icon Box
---------------------------------------------------------- */
.iconbox {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox_icon i {
  line-height: 1.02;
}
/* iconbox_inline */
.iconbox_inline .iconbox_icon {
  float: left;
}
.iconbox_inline.iconbox_small .iconbox_icon i {
  margin-right: .6em;
  font-size: 1.8em;
}
.iconbox_inline .iconbox_icon i {
  margin-right: .5em;
  font-size: 3em;
}
.iconbox_inline.iconbox_large .iconbox_icon i {
  margin-right: .4em;
  font-size: 4.5em;
}
/* iconbox_left */
.iconbox_left {
  overflow: hidden;
}
.iconbox_left .iconbox_icon {
  float: left;
}
.iconbox_left .iconbox_icon i {
  width: 1.2857142857142858em;
  text-align: center;
}
.iconbox_left .iconbox_content {
  overflow: hidden;
}
.iconbox_left.iconbox_small .iconbox_icon i {
  margin-right: .6em;
  font-size: 3em;
}
.iconbox_left .iconbox_icon i {
  margin-right: .5em;
  font-size: 4em;
}
.iconbox_left.iconbox_large .iconbox_icon i {
  margin-right: .4em;
  font-size: 5em;
}
/* iconbox_center */
.iconbox_center {
  text-align: center;
}
.iconbox_center.iconbox_small .iconbox_icon i {
  font-size: 4em;
}
.iconbox_center .iconbox_icon i {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 6em;
}
.iconbox_center.iconbox_large .iconbox_icon i {
  font-size: 8em;
}
/* Process steps
---------------------------------------------------------- */
.process_steps {
  margin-top: 40px;
  margin-bottom: 40px;
}
.process_steps ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.process_steps li {
  position: relative;
  padding: 0;
  margin: 0;
}
.process_steps li:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-color: #e5e5e5;
  border-style: dashed;
  border-width: 0;
}
.process_steps li:last-child:before {
  display: none;
}
.process_step_icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: white;
  border: 3px solid #e5e5e5;
  border-radius: 100%;
}
.process_step_icon i {
  font-size: 44px;
  color: #bbb;
  vertical-align: middle;
  /*cursor: default;*/
}
.process_step_icon:hover {
  background-color: #3cabce;
}
.process_step_icon:hover i {
  color: #fff;
}
.process_step_icon .icon_image {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
/* sizes */
.process_steps_small .process_step_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.process_steps_small .process_step_icon i {
  font-size: 40px;
}
.process_steps_large .process_step_icon {
  width: 114px;
  height: 114px;
  line-height: 114px;
}
.process_steps_large .process_step_icon i {
  font-size: 50px;
}
/* vertical */
.process_steps_vertical li {
  padding: 0 0 60px 0;
  overflow: hidden;
  clear: both;
}
.process_steps_vertical li:last-child {
  padding-bottom: 0;
}
.process_steps_vertical li:before {
  top: 0;
  left: 53px;
  width: 0;
  height: 100%;
  border-left-width: 1px;
}
.process_steps_vertical .process_step_icon {
  display: inline-block;
  float: left;
}
.process_steps_vertical .process_step_detail {
  padding-left: 30px;
  overflow: hidden;
}
.process_steps_vertical.process_steps_small li:before {
  left: 43px;
}
.process_steps_vertical.process_steps_small li ul.list_outside li:before {
  left: 0;
}
.process_steps_vertical li ul.list_outside li:before {
  border-left-width: 0;
}
.process_steps_vertical li ul.list_outside li {
  padding-bottom: 0;
}
.process_steps_vertical.process_steps_large li:before {
  left: 60px;
}
/* horizontal */
.process_steps_horizontal ul:before,
.process_steps_horizontal ul:after {
  display: table;
  content: " ";
}
.process_steps_horizontal ul:after {
  clear: both;
}
.process_steps_horizontal li:before {
  top: 50px;
  left: 50%;
  width: 100%;
  height: 0;
  border-top-width: 1px;
}
.process_steps_horizontal.process_steps_small li:before {
  top: 40px;
}
.process_steps_horizontal.process_steps_large li:before {
  top: 60px;
}
.process_steps_horizontal li {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;

      -ms-box-sizing: border-box;
}
.process_steps_horizontal .process_step_icon {
  display: block;
  margin: 0 auto 30px;
}
.process_steps_horizontal.process_steps_2 li {
  width: 50%;
}
.process_steps_horizontal.process_steps_3 li {
  width: 33.3%;
}
.process_steps_horizontal.process_steps_4 li {
  width: 25%;
}
.process_steps_horizontal.process_steps_5 li {
  width: 20%;
}
/* slogan
---------------------------------------------------------- */
.slogan {
  margin-bottom: 20px;
  transform:scale(1.0);
  transform-origin: 0 0;
  -ms-zoom:1;
}
.slogan:before,
.slogan:after {
  display: table;
  content: "";
}
.slogan:after {
  clear: both;
}
.slogan_with_button .slogan_text {
  float: left;
}
.slogan_text {
  font-size: 36px;
  line-height: 42px;
}
.slogan .button {
  float: right;
}
.slogan .button span {
  font-size: 18px;
}
/* sizes */
.slogan_small .slogan_text {
  font-size: 30px;
  line-height: 37px;
}
.slogan_small .button span {
  font-size: 16px;
}
.slogan_large .slogan_text {
  font-size: 40px;
  line-height: 46px;
}
.slogan_large .button span {
  font-size: 20px;
}
/* ======================================================= */
/*                           Media                         */
/* ======================================================= */
/* Video & Audio
---------------------------------------------------------- */
.video_frame {
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 100%;
}
.audio_frame {
  max-width: 100%;
}
.video_frame .mejs__container, .audio_frame .mejs__container, .video_frame .mejs-container, .audio_frame .mejs-container, .video_frame object, .video_frame iframe, .video_frame video, .video_frame audio {
  max-width: 100%;
}
.video_frame > video {
  height: 100%;
}
.mejs-poster img {
  height: 100%;
}
/* Picture Frame
---------------------------------------------------------- */
.picture_frame {
  width: 148px;
  height: 166px;
  margin-bottom: 20px;
  background: url("../images/picture_frame.png") no-repeat scroll 0 0 transparent;
}
.picture_frame img {
  width: 106px;
  height: 126px;
  padding: 20px 21px 20px 21px;
}
/* Gallery
---------------------------------------------------------- */
.gallery {
  display: block;
  margin: 0 auto;
}
.gallery:before,
.gallery:after {
  display: table;
  content: "";
}
.gallery:after {
  clear: both;
}
.gallery .gallery-row {
    display: block;
    margin: 0px -16px;
}
.gallery .gallery-row:before,
.gallery .gallery-row:after {
  display: table;
  content: "";
}
.gallery .gallery-row:after {
  clear: both;
}
.gallery .gallery-image {
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.gallery .gallery-image-wrap {
  position: relative;
  overflow: hidden;
}
.gallery-image-wrap {
  display: block;
}
.gallery-item dt {
    padding: 0;
    margin: 20px 16px;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
  display: block;
  /*padding: 1%;
  max-width: 89%;*/
  height: auto;
  margin: 0 auto;
}
.gallery-caption {
  margin-left: 0;
}
/* Image sizes depending on the number of columns */
.gallery .col-0 {
  width: 100%;
}
.gallery .col-1 {
  width: 100%;
}
.gallery .col-2 {
  width: 50%;
}
.gallery .col-3 {
  width: 33.33%;
}
.gallery .col-4 {
  width: 25%;
}
.gallery .col-5 {
  width: 20%;
}
.gallery .col-6 {
  width: 16.66%;
}
.gallery .col-7 {
  width: 14.28%;
}
.gallery .col-8 {
  width: 12.5%;
}
.gallery .col-9 {
  width: 11.11%;
}
.gallery .col-10 {
  width: 10%;
}
.gallery .col-11 {
  width: 9.09%;
}
.gallery .col-12 {
  width: 8.33%;
}
.gallery .col-13 {
  width: 7.69%;
}
.gallery .col-14 {
  width: 7.14%;
}
.gallery .col-15 {
  width: 6.66%;
}
.gallery .col-16 {
  width: 6.25%;
}
.gallery .col-17 {
  width: 5.88%;
}
.gallery .col-18 {
  width: 5.55%;
}
.gallery .col-19 {
  width: 5.26%;
}
.gallery .col-20 {
  width: 5%;
}
.gallery .col-21 {
  width: 4.76%;
}
.gallery .col-22 {
  width: 4.54%;
}
.gallery .col-23 {
  width: 4.34%;
}
.gallery .col-24 {
  width: 4.16%;
}
.gallery .col-25 {
  width: 4%;
}
.gallery .col-26 {
  width: 3.84%;
}
.gallery .col-27 {
  width: 3.7%;
}
.gallery .col-28 {
  width: 3.57%;
}
.gallery .col-29 {
  width: 3.44%;
}
.gallery .col-30 {
  width: 3.33%;
}
/* ======================================================= */
/*                     Advanced Shortcodes                 */
/* ======================================================= */
/* progress_bar
---------------------------------------------------------- */
.progress {
  height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.progress_small {
  height: 14px;
}
.progress_large {
  height: 22px;
}
.progress_radius, .progress_radius .progress-meter {
  border-radius: 2px;
}
.progress_round, .progress_round .progress-meter {
  border-radius: 6px;
}
.progress-meter {
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3px;
  font-size: 12px;
  line-height: 1;
  line-height: 18px;
  color: #fff;
  text-align: right;
  background-color: #27acd8;

      -ms-box-sizing: border-box;
}
.progress_small .progress-meter {
  font-size: 10px;
  line-height: 14px;
}
.progress_large .progress-meter {
  font-size: 14px;
  line-height: 22px;
}
/* pie_progress
---------------------------------------------------------- */
.pie_progress_wrap {
  margin-bottom: 20px;
}
.pie_progress {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 150px;
}
.pie_progress_text {
  font-size: 22px;
}
.pie_progress_small .pie_progress_text {
  font-size: 18px;
}
.pie_progress_large .pie_progress_text {
  font-size: 28px;
}
.pie_progress_icon {
  font-size: 48px;
  color: #bbb;
  vertical-align: middle;
}
.pie_progress_small .pie_progress_icon {
  font-size: 38px;
}
.pie_progress_large .pie_progress_icon {
  font-size: 60px;
}
.pie_progress_small .pie_progress {
  width: 120px;
  height: 120px;
  font-size: 22px;
  line-height: 120px;
}
.pie_progress_large .pie_progress {
  width: 180px;
  height: 180px;
  font-size: 34px;
  line-height: 180px;
}
.pie_progress {
  position: relative;
  text-align: center;
}
.pie_progress canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/* Tabs
---------------------------------------------------------- */
.tabs_container {
  margin-bottom: 20px;
}
ul.tabs {
  padding: 0;
  margin: 0px 0px 40px 0px;
  list-style: none;
  transform:scale(1.0);
  transform-origin: 0 0;
  -ms-zoom:1;
}

ul.tabs:before,
ul.tabs:after {
  display: table;
  content: "";
}
ul.tabs:after {
  clear: both;
}
ul.tabs li {
    display: inline;
    float: left;
    margin: 0;
    border: none;
    border-bottom: 0;
}
.ttp-grid-layout #ttp-template-1 .ttp-grid-thumb-wrapper .ttp-grid-image{
  border:none !important;
}
ul.tabs a {
    display: block;
    padding: 6px 40px 6px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
    white-space: nowrap;
    background: url(../images/icon-cong.png) no-repeat 93% center #e4e4e4 !important;
    letter-spacing: 0.13px;
    margin-right: 10px;
    background-size: 14px !important;
}
ul.tabs a:hover {
  text-decoration: none;
  color: #fff;
    white-space: nowrap;
    background: url(../images/xicon.png) no-repeat 93% center #972048 !important;
    background-size: 13px !important;
}
ul.tabs li a.current {
    color: #fff;
    white-space: nowrap;
    background: url(../images/xicon.png) no-repeat 93% center #972048 !important;
    background-size: 13px !important;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside h3 {
    margin-top: 42px;
    margin-bottom: 10px;
}
#page .portfolios.sortable header a:hover{
    color: #fff;
    background: url(../images/xicon.png) no-repeat 93% center #972048 !important;
    background-size: 16px !important;
}
#page .portfolios.sortable header a.current, #page .portfolios.sortable header a:hover{
    color: #fff !important;
    background: url(../images/xicon.png) no-repeat 93% center #972048 !important;
    background-size: 16px !important;
}
.ttp-grid-layout #ttp-template-2 .ttp-primary-content .ttp-content-header {
    padding-top: 30px !important;
}
.ttp-grid-layout #ttp-template-2 .ttp-primary-content .ttp-grid-image img {
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 268px;
    height: 268px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.ttp-grid-layout #ttp-template-1 .ttp-grid-image img{
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
    width: 268px;
    height: 268px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.tabs_container .panes {
  padding: 10px 0px;
  margin: 0px -15px;
}
.tabs_container .panes > div {
  display: none;
  overflow: hidden;
}
.team-block-manager h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 36px;
    color: #2e2e2e;
}
.tabs_container .panes > div:first-child {
  display: block;
}
#footer ul.tabs li {
  padding: 0;
  margin: 0 0 -1px 0;
}
#footer ul.tabs, #footer ul.tabs li, #footer .tabs_container .panes {
  border-color: #999;
  border-color: rgba(255, 255, 255, .15);
}
#footer ul.tabs a {
  background: transparent;
}
#footer ul.tabs a:hover, #footer ul.tabs li a.current {
  background-color: transparent;
}
#footer ul.tabs li a.current {
  background-color: rgba(255, 255, 255, .1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF',GradientType=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF',GradientType=0)";
}
#footer .tabs_container .panes {
  padding: 10px 15px;
  color: inherit;
  background: transparent;
}
/* Mini Tabs
---------------------------------------------------------- */
.mini_tabs_container {
  margin-bottom: 20px;
}
ul.mini_tabs {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
ul.mini_tabs li {
  display: inline;
  float: left;
  padding: 0 0 1px;
  margin: 0 6px 0 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
ul.mini_tabs a {
  display: block;
  padding: 0 10px;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  white-space: nowrap;
  background: #f5f5f5;
}
ul.mini_tabs a:hover {
  text-decoration: none;
}
ul.mini_tabs li a.current {
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #444;
  cursor: default;
}
.mini_tabs_container .panes {
  padding: 10px 0;
  margin: 0;
  margin-top: -2px;
  border-top: 1px solid #e5e5e5;
}
.mini_tabs_container .panes > div {
  display: none;
  overflow: hidden;
}
.mini_tabs_container .panes > div:first-child {
  display: block;
}
#footer ul.mini_tabs {
  padding-bottom: 1px;
  padding-left: 0;
  background: url("../images/footer_list_divider.png") repeat-x scroll left bottom transparent;
}
#footer ul.mini_tabs li {
  padding: 0;
  border: none;
}
#footer ul.mini_tabs a {
  padding: 3px 6px 2px;
  background: transparent;
}
#footer ul.mini_tabs a:hover, #footer ul.mini_tabs li a.current {
  background-color: transparent;
}
#footer ul.mini_tabs li a.current {
  background-color: rgba(255, 255, 255, .1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF',GradientType=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF',GradientType=0)";
}
/* vertical Tabs
---------------------------------------------------------- */
.vertical_tabs_container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
ul.vertical_tabs {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.vertical_tabs li {
  padding: 0;
  margin: 0;
}
ul.vertical_tabs li:first-child {
  border-top: 1px solid #e5e5e5;
}
ul.vertical_tabs a {
  display: block;
  padding: 0 10px;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-right: 0;
}
ul.vertical_tabs li a.current {
  margin-right: -1px;
  color: #444;
  cursor: default;
}
.vertical_tabs_container .panes {
  padding: 10px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 0 2px 2px 2px;
}
.vertical_tabs_container .panes > div {
  display: none;
  overflow: hidden;
}
.vertical_tabs_container .panes > div:first-child {
  display: block;
}
/* Accordion
---------------------------------------------------------- */
.accordion {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.accordion .tab {
  padding: 5px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #777;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-bottom: none;
  border-bottom: 1px solid #e5e5e5;
}
/* currently active header */
.accordion .tab.current {
  color: #444;
  cursor: default;
  background-color: #fefefe;
  border-bottom-color: transparent;
}
/* accordion pane */
.accordion .pane {
  display: none;
  padding: 10px 15px;
  overflow: hidden;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.accordion .tab:nth-last-child(2) {
  border-bottom: none;
}
.accordion .pane:last-child {
  border-bottom: none;
}
#footer .accordion .tab {
  background: transparent;
  border: none;
}
#footer .accordion .tab:nth-last-child(2) {
  border-bottom: none;
}
#footer .accordion .tab.current {
  background-color: rgba(255, 255, 255, .1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF',GradientType=0);
  border-bottom: none;

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF',GradientType=0)";
}
#footer .accordion .pane:last-child {
  border-top: none;
}
#footer .accordion, #footer .accordion .tab, #footer .accordion .pane {
  border-color: #999;
  border-color: rgba(255, 255, 255, .15);
}
/* Toggle
---------------------------------------------------------- */
.toggle {
  position: relative;
  margin-bottom: 10px;
}
.toggle_title {
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
  width:100%;
  box-sizing:border-box;
}
.toggle_icon {
  font-family: 'themeicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  opacity: .6;

  speak: none;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.toggle_icon:before {
  content: "\e641";
}
.toggle_active .toggle_icon:before {
  content: "\e642";
}
.toggle_content {
  display: none;
  margin: 0;
  padding: 15px 10px 10px 30px;
}
.toggle_right .toggle_icon {
  float: right;
}
.toggle_left .toggle_icon {
  float: left;
}
.toggle_left:not(.indent) .toggle-title {
  margin-left:10px;
}
.toggle_right:not(.indent) .toggle-title {
  margin-right:10px;
}
.toggle.toggle_left.indent .toggle_icon {
  position:absolute;
  left:10px;
}
.toggle.toggle_right.indent .toggle_icon {
  position:absolute;
  right:10px;
}
.toggle.toggle_left.indent .toggle_title{
  padding: 5px 10px 5px 34px;
}
.toggle.toggle_right.indent .toggle_title{
  padding: 5px 34px 5px 10px;
}
/* Carousel
---------------------------------------------------------- */
.carousel_wrap {
  margin-bottom: 20px;
}
.carousel_heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
  border-bottom: 1px solid #eee;
}
.carousel_heading:before,
.carousel_heading:after {
  display: table;
  content: "";
}
.carousel_heading:after {
  clear: both;
}
.carousel-wrap {
  margin: 0 auto;
}
.carousel-items {
  text-align: center;
}
.carousel {
  overflow: hidden;
}
.carousel > ul {
  position: relative;
  width: 49999px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}
.carousel > ul > li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.carousel a {
  display: block;
  /*font: 0/a;*/
  font-size: 0;
  color: transparent;
  background-color: transparent;
}
.carousel img {
  display: block;
  width: 100%;
}
.carousel_loading {
  background: url("../images/loading.gif") #f9f9f9 no-repeat 50% 50%;
}
.carousel_title {
  float: left;
}
.carousel_title h2 {
  margin-bottom: 10px;
}
/* nav */
.carousel_nav {
  float: right;
}
.carousel_nav_prev,
.carousel_nav_next {
  display: inline-block;
  margin-left: 10px;
}
#page a.carousel_nav_prev, 
#page a.carousel_nav_next,
.carousel_nav_prev,
.carousel_nav_next {
  color: #b8b8b8;
}
#page a.carousel_nav_prev:hover, 
#page a.carousel_nav_next:hover,
.carousel_nav_prev:hover,
.carousel_nav_next:hover {
  color: #8d8d8d;
}
.carousel_nav_prev,
.carousel_nav_next {
  font-family: 'themeicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel_nav_prev:before,
.carousel_nav_next:before {
  line-height: 1;
}
.carousel_nav_prev:before {
  content: "\e64a";
}
.carousel_nav_next:after {
  content: "\e649";
}
.carousel_moving {
  pointer-events: none !important;
}
.carousel_image_wrapper {
  overflow:hidden;
  position: relative;
  box-sizing:border-box;
}
.carousel_image_caption{
  display: block;
  color: #303030;
  background-color: rgba( 200,200,160,0.8);
  position: absolute;
  height: auto;
  width: 100%;
  visibility: visible;
  z-index: 1;
  bottom: 0;
  padding:4px 5px;
  font-size:12px;
  text-align:center;
  box-sizing:border-box;
  line-height: 1.3em;
}
/* Masonry
---------------------------------------------------------- */
.masonry_items {
  display: block;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  letter-spacing: -4px;  /* remvoe the gap */
  word-spacing: -4px;  /* remvoe the gap */
  list-style-type: none;
}
.masonry_item {
  position: relative;
  display: -moz-inline-box;  /* mozilla only */
  display: inline-block;  /* for browsers that support display: inline-block*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 0 20px 20px 0;
  letter-spacing: normal;  /* remvoe the gap */
  word-spacing: normal;  /* remvoe the gap */
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.masonry_item_image {
  position: relative;
}
.masonry_item_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
      filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.lt-ie9 .masonry_item_image_overlay:before {
  display: none;
}
.masonry_item_image_overlay:before {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  font-family: 'themeicons';
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  content: "\e617";

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.masonry_item_image_overlay:hover {
      filter: alpha(opacity=60);
  opacity: .6;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.masonry_isotope .masonry_items, .masonry_isotope .masonry_item {
  margin-right: 0;
}
.masonry_item_title:not(.has_meta) {
  margin-bottom: 0;
}
.masonry_with_title_desc .masonry_item_title {
  margin-bottom: 8px;
}
.masonry_item_desc p {
  margin-bottom: 0;
}
.masonry_item_image {
  margin: -16px -16px 16px;
}
.masonry_only_image .masonry_item_image {
  margin: -16px;
}
.masonry_item_image img {
  display: block;
  width: 100%;
}
.masonry_column_2 .masonry_item {
  width: 470px;
}
.masonry_column_3 .masonry_item {
  width: 306.5px;
}
.masonry_column_4 .masonry_item {
  width: 225px;
}
.masonry_column_5 .masonry_item {
  width: 176px;
}
.right_sidebar .masonry_column_2 .masonry_item, .left_sidebar .masonry_column_2 .masonry_item {
  width: 305px;
}

.right_sidebar .masonry_column_3 .masonry_item, .left_sidebar .masonry_column_3 .masonry_item {
  width: 196.5px;
}
.right_sidebar .masonry_column_4 .masonry_item, .left_sidebar .masonry_column_4 .masonry_item {
  width: 142.5px;
}
.right_sidebar .masonry_column_5 .masonry_item, .left_sidebar .masonry_column_5 .masonry_item {
  width: 110px;
}
/* Testimonials
---------------------------------------------------------- */
.testimonials {
  position: relative;
  margin-bottom: 20px;
}
.testimonial {
  overflow: hidden;
}
.testimonial_content {
  position: relative;
  padding: 20px 20px 20px;
  margin-bottom: 15px;
  color: #777;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.testimonial_content:after {
  position: absolute;
  bottom: -14px;
  left: 32px;
  width: 0;
  height: 0;
  content: "";
  border-color: #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 7px;
}
.testimonial_author {
  display: inline-block;
  display: inline;
  float: left;
  overflow: hidden;
  transform:scale(1.0);
  transform-origin: 0 0;
  -ms-zoom:1;
}
img.testimonial_avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  border-radius: 60px;
}
.testimonial_name {
  display: block;
  margin: 5px 10px 5px 85px;
  font-size: 18px;
  color: #333;
}
.testimonial_meta {
  display: block;
  margin: 5px 10px 10px 85px;
  font-size: 14px;
}
#page .testimonial_meta a, 
#page .testimonial_meta a:visited,
.testimonial_meta a,
.testimonial_meta {
  color: #777;
}
.testimonial_nav {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: inline-block;
}
.testimonial_previous,
.testimonial_next {
  margin-left: 10px;
  font-family: 'themeicons';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none !important;
  text-transform: none;

  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#page a.testimonial_previous, 
#page a.testimonial_previous:visited,
#page a.testimonial_next, 
#page a.testimonial_next:visited,
.testimonial_previous,
.testimonial_previous:visited,
.testimonial_next,
.testimonial_next:visited {
   color: #b8b8b8;
}
#page a.testimonial_previous:hover, 
#page a.testimonial_previous:active,
#page a.testimonial_next:hover, 
#page a.testimonial_next:active,
.testimonial_previous:hover,
.testimonial_previous:active,
.testimonial_next:hover,
.testimonial_next:active {
  color: #8d8d8d;
}
.testimonial_previous:before {
  content: "\e64a";
}
.testimonial_next:before {
  content: "\e649";
}
/* ======================================================= */
/*                     Enhance Styles                      */
/* ======================================================= */
.entry_frame,pre,code,.wp-caption,.tabs_container .panes,ul.mini_tabs li,.accordion,.table_style,.framed_box_content,.gravatar,.widget_posts_list .thumbnail {
  border-radius: 1px;
}
.has-shadow .entry_frame,
.has-shadow pre,
.has-shadow code,
.has-shadow .wp-caption,
.has-shadow .tabs_container .panes,
.has-shadow ul.mini_tabs li,
.has-shadow .accordion,
.has-shadow .table_style,
.has-shadow .framed_box_content,
.has-shadow .gravatar,
.has-shadow .widget_posts_list .thumbnail {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05);  /* Saf3.0+, Chrome */  /* FF3.5+ */
          box-shadow: 0 0 3px rgba(0, 0, 0, .05);  /* Opera 10.5, IE 9.0 */
}

/*Style for Revolution Slider so that frame border does not cause Scrolling issue*/
/*
.fullwidthbanner-container {
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box;
}
*/
/* fix rev slider bullet issue */
.bullet.last {
  clear: none;
}
.jqueryslidemenu [class^="icon-"],
.button [class^="icon-"],
.tabs [class^="icon-"],
.vertical_tabs [class^="icon-"],
.mini_tabs [class^="icon-"],
.tab [class^="icon-"],
.menu-icon-footer {
  margin-right: .3em;
}
.slide-shortcode-wrap {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.entry:before,
.entry:after {
  display: table;
  content: "";
}
.entry:after {
  clear: both;
}
.entry {
  transform:scale(1.0);
  transform-origin: 0 0;
  -ms-zoom:1;
}
.sticky {
  /* nothing at the moment */
}
/* ======================================================= */
/*                     bbpress Styles                      */
/* ======================================================= */
li.bbp-forum-info {
  width: 48%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-forum-topic-count {
  width: 16%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-forum-reply-count {
  width: 16%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-forum-freshness {
  width: 20%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-topic-title {
  width: 48%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-topic-voice-count {
  width: 16%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-topic-reply-count {
  width: 16%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
li.bbp-topic-freshness {
  width: 20%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#bbpress-forums li.bbp-header {
  background: #ececec;
}
#bbpress-forums ul.even {
  background: #f9f9f9;
}
#bbpress-forums ul.odd {
  background: #fff;
}
#bbpress-forums div.even {
  background: #fff;
}
#bbpress-forums div.odd {
  background: #fff;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums fieldset.bbp-form {
  border: 1px solid #ccc;
}
#bbpress-forums li.bbp-footer {
  display: none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  min-height: 50px;
  border-top: 1px solid #ccc;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
  font-size: 14px;
}
#bbpress-forums .bbp-forum-title {
  font-weight: bold;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 14px;
  font-style: italic;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
  text-align: left;
}
#bbpress-forums div.bbp-search-form {
  margin-bottom: 5px;
}
#bbpress-forums div.bbp-topic-title h3 {
  font-family: Arial,Helvetica,Garuda,sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#bbpress-forums div.bbp-forum-title h3 {
  font-family: Arial,Helvetica,Garuda,sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.bbpress-wrapper button,
.bbp-submit-wrapper button {
  min-width: 150px;
  min-height: 40px;
  padding: 10px;
}
#commentform input#submit {
  min-width: 150px;
  min-height: 40px;
}
.contact_form_wrap .contact_form button {
  min-width: 150px;
  min-height: 40px;
  padding: 10px;
}
#subscription-toggle {
  float: right;
}
#buddypress .hidden {
  display: inherit;
  visibility: visible;
}
.gmap_marker {
  overflow: hidden;
  line-height: 1.35;
  white-space: nowrap;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#wpadminbar #wp-admin-bar-strikingr .ab-icon::before {
    content: "\f108";
    top: 3px;
}
ul.disc{
	list-style-type:disc;
}
ul.armenian{
	list-style-type:armenian;
}
ul.circle{
	list-style-type:circle;
}
ul.cjk-ideographic{
	list-style-type:cjk-ideographic;
}
ul.decimal{
	list-style-type:decimal;
}
ul.decimal-leading-zero{
	list-style-type:decimal-leading-zero;
}
ul.georgian{
	list-style-type:georgian;
}
ul.hebrew{
	list-style-type:hebrew;
}
ul.hiragana{
	list-style-type:hiragana;
}
ul.hiragana-iroha{
	list-style-type:iragana-iroha;
}
ul.katakana{
	list-style-type:katakana;
}
ul.katakana-iroha{
	list-style-type:katakana-iroha;
}
ul.lower-alpha{
	list-style-type:lower-alpha;
}
ul.lower-greek{
	list-style-type:lower-greek;
}
ul.lower-latin{
	list-style-type:lower-latin;
}
ul.lower-roman{
	list-style-type:lower-roman;
}
ul.none{
	list-style-type:none;
}
ul.square{
	list-style-type:square;
}
ul.upper-alpha{
	list-style-type:upper-alpha;
}
ul.upper-greek{
	list-style-type:upper-greek;
}
ul.upper-latin{
	list-style-type:upper-latin;
}
ul.upper-roman{
	list-style-type:upper-roman;
}
.dropdown_section {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    top: 0px;
    position: fixed;
    width: 100%;
    background:#28726b;
    height: 100%;
    z-index: 999999999;
    left: 0px;
    color: #fff;
    display: none;
}
.closebtn {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    height: 32px;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    position: absolute;
    right: 30px;
    border: none;
    outline: none;
    top: 30px;
    background: url(../images/x-mb.png) no-repeat center center;
    background-size: 25px;
    padding: 0;
    text-indent: -9999px;
}
.menu-main-menu-container ul{
    list-style-type: none;
    padding: 0px;
    margin:0px;
}
.menu-main-menu-container ul li{
    padding: 0px;
    margin:0px;
}
.menu-main-menu-container ul li.button {
    margin-top: 32px;
    background: none !important;
    margin-bottom: 32px;
    margin-bottom: 0px;
}
.menu-main-menu-container ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    padding: 7px 0px;
    display: block;
}
a#back-to-top{
  background: url(../images/arrow_up.png) no-repeat center center !important;
  width: 41px;
  height: 41px;
  right: 50px;
  bottom: 50px;
}
.menu-mobile {
    padding: 23px 30px 38px 30px;
    background: #972048;
}
.area-bottom {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 30px;
}
.block-social {
    margin-top: 35px;
}
.block-social a {
    display: inline-block;
    margin-right: 10px;
}
.menu-main-menu-container ul li.button a {
    background: #fff;
    color: #972048;
    line-height: 20px;
    padding: 5px 20px 8px 20px;
    border-radius: 20px;
    display: inline-block;
}
.dropdown_section.open{
    display: block;
}
.banner-header-mobile{
  display: none;
}
.banner-header.mobile{
  display: none;
}
.banner-header.mobile img{
  display: block;
}
.social-share a{
  display: inline-block;
}
.social-share {
    float: right;
}
.social-share h3{
    font-size: 16px;
    color: #2b2e34;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    line-height: 35px;
    margin-bottom: 0px;
}
.single-portfolio .label-icon h3 {
    color: #972048 !important;
}
.single-portfolio .label-icon {
    position: relative;
    top: 0px;
    width: 100%;
    display: table;
    padding-top: 0;
    padding-left: 0;
    box-sizing: border-box;
    margin-bottom: 27px;
}
.ttp-grid-layout #ttp-column-1 .grid-row-wrapper .ttp-inner-whole-wrapper {
    box-sizing: border-box;
}
.ttp-grid-layout #ttp-template-2 .ttp-primary-content .ttp-grid-image img {
    border-radius: 100% !important;
}
.gform_legacy_markup_wrapper .top_label input.medium::-webkit-input-placeholder { /* Edge */
    color: #b3b3b4;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.16px !important;
    font-weight: bold;
}

.gform_legacy_markup_wrapper .top_label input.medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b4;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.16px !important;
    font-weight: bold;
}
#pum-211{
  background: #fff !important;
}
.gform_next_button.button {
    float: right !important;
}
.pum-content .gform_legacy_markup_wrapper textarea.medium::placeholder{
    color: #b3b3b4;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.16px !important;
    font-weight: bold;
    height: 120px;
}
.pum-content .gform_legacy_markup_wrapper .top_label input.medium::placeholder {
    color: #b3b3b4;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.16px !important;
    font-weight: bold;
}
.gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 100% !important;
    min-height: 100% !important;
}
[data-value="uitgelicht"] {
    display: none !important;
}
#footer .widget_text p strong {
    color: #88ffc9;
}
.page-template-template_wiedoenermee #page h1 {
    color: #ff0048 !important;
}
@media(min-width: 1800px) and (max-width: 1920px){
  .inner-text-area {
    margin-right: 22%;
  }
}
@media(min-width: 1199px) and (max-width: 1350px){
  .inner-text-area {
    margin-top: 105px;
    margin-right: 77px;
    bottom: 176px;
  }
}
@media(min-width: 1050px) and (max-width: 1199px){
  .inner-text-area {
    bottom: 170px;
  }
}
@media(min-width: 979px) and (max-width: 1199px){
  .inner-text-area {
    margin-top: 105px;
    margin-right: 15px;
    position: absolute;
    bottom: 140px;
    right: 0px;
    max-width: 445px;
  }
  .inner-text-area h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .inner-text-area p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media(min-width: 768px) and (max-width: 979px){
  .page-template-template_fullwidth .section2 .overlay .button {
    margin-top: 7px;
  }
  .section2 .overlay h2 {
    font-size: 25px;
    line-height: 32px;
  }
  ul.tabs li {
    margin-bottom: 10px;
  }
  
  .inner-text-area h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .inner-text-area p {
    font-size: 14px;
    line-height: 22px;
  }
  .section2 .overlay .button {
    margin-top: 10px;
  }
  .ttp-grid-layout #ttp-template-2 .ttp-primary-content .ttp-grid-image img {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #header {
    background: url(../images/left-bg-tablet.png) no-repeat left top #fff !important;
  }
  #main .content {
    padding-left: 0;
    padding-right: 0;
  }
  .programma-block-left{
    padding-left: 50px;
    padding-right: 50px;
  }
  #logo::before{
    display: none;
  }
  #navigation::before {
    display: none;
  }
  #header::before{
    display: none;
  }
  .hamburger-icon{
    display: block;
    top: 30px;
  }
  .responsive #navigation{
    border-bottom: none;
  }
  #footer_widget_area_two {
    margin-left: 30px;
  }
  #footer_widget_area_three {
    margin-left: 50px;
  }
  .section3 .section-boxs p {
    font-size: 26px;
    line-height: 38px;
  }
  .section3 .section-boxs {
    min-height: 304px;
  }
  .section2 .overlay {
    width: 100%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 70px;
  }
  #page.home .inner {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
  .responsive .nav2select {
    display: none !important;
  }
  .responsive #header .inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 90px !important;
  }
  .responsive #logo, .responsive #logo_text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px;
  }
  .inner-text-area h2 {
    font-size: 33px;
    line-height: 36px;
    color: #ff0048;
  }
  .inner-text-area {
    margin-top: 20px;
    margin-right: 0;
    position: relative;
    bottom: 0;
    right: 0px;
    font-size: 15px;
    line-height: 20px;
    background: #ededed;
    max-width: 100%;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

}
@media(max-width: 767px){
	#main .content .two_third.last{
		margin-top:30px !important;
	}
	#main .content .one_third{
		margin-bottom:30px !important;
	}
  .single-post #main header h1 {
    padding: 0px 20px;
    font-size: 22px !important;
    line-height: 30px;
    bottom: 17px;
  }
  .single-post #page .inner .content {
    max-width: 844px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  .home .section2 {
    padding-top: 40px;
  }
  .home .section2 .inner {
    padding-bottom: 10px;
  }
  .single-post #main header h1{
    padding: 0px 20px;
  }
  .section2 .overlay h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .gallery .gallery-row {
    display: block;
    margin: 0;
  }
  .gallery .col-3 {
    width: 100%;
    float: none;
  }
  .gallery-item dt{
    margin-right: 0px;
    margin-left: 0px;
  }
  .gallery .col-3:first-child{
    display: none;
  }
  .page-template-template_doe_mee #page {
    background: #fff !important;
  }
  .page-template-template_doe_mee #page .inner {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  .page-template-template_doe_mee .programma-block-page{
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .page-template-template_doe_mee .programma-block-page .inner {
    padding-bottom: 0;
  }
  .section3 .section-boxs {
    min-height: 100%;
  }
  .pum-container .pum-content + .pum-close {
    right: 30px !important;
    top: 30px !important;
  }
  .footer-logo img{
    max-width: 200px;
  }
  .inner-boxdoe-mee{
    min-height: 100%;
  }
  ul.tabs li a {
    background-position: 96% center !important;
  }
  .team-block-manager .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  ul.tabs li a.current,ul.tabs li a:hover{
    background-position: 96% center !important;
  }
  #page .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .newslewtter {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .sidebar-kennisbank .posts_list li:last-child{
    display: none !important;
  }
  .section3 .box3{
    display: none;
  }
  .section3 .box4{
    display: none;
  }
  a#back-to-top {
    right: 30px;
    bottom: 25px;
  }
  .single-portfolio #page .inner {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-template-template_white #page .inner{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .portfolios .portfolio_two_columns {
    margin-right: 0px !important;
    margin-left: 0px !important;
    letter-spacing: 0px;
    word-spacing: 0px;
  }
  .inner-boxdoe-mee img {
    margin-right: 22px;
    max-width: 35px;
  }
  .portfolio_title.entry-title, .entry_info .entry_title, #comments #comments_title, #feature h1.entry-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .inner-boxdoe-mee h3 {
    font-size: 17px;
    line-height: 28px;
  }
  .inner-boxdoe-mee p {
    font-size: 15px;
  }
  .page-template-template_doe_mee .newslewtter .inner {
    padding-top: 0;
  }
  .inner-boxdoe-mee{
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .inner-boxdoe-mee a{
    padding: 30px;
  }
  .inner-boxdoe-mee.last{
    margin-top: 30px !important;
  }
  .banner-header.mobile{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .doe-mee .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-header.pc{
    display: none;
  }
  .portfolio_two_columns .portfolio_item {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .ttp-grid-layout #ttp-column-2 .grid-row-wrapper .ttp-inner-whole-wrapper {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .ttp-grid-layout .ttp-inner-whole-wrapper .ttp-grid-thumb-wrapper {
    padding: 0px 0px 50px 0px !important;
  }
  ul.tabs li {
    float: none;
    margin: 0px 0px 10px 0px !important;
    display: block;
  }
  .banner-text-area-bg{
    display: none;
  }
  .banner-header-mobile {
    display: block;
    position: relative;
    background: #ededed;
  }
  .inner-text-area {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    padding: 30px 0px 30px 0px;
    position: relative;
    bottom: 0;
    max-width: 100%;
  }
  .inner-text-area p{
    margin-bottom: 0px;
  }
  #footer_widget_area_one {
    margin-bottom: 34px !important;
    margin-top:-115px !important;
    position: relative;
    top: -7px;
  }
  .footer-logo {
    display: block;
    margin-top: 0;
  }
  .programma-block-left {
    box-sizing: border-box;
    padding: 30px 30px 42px 30px;
  }
  .wrap-s6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .programma-block-page {
    padding-bottom: 0;
  }
  h1 {
    font-size: 32px !important;
    line-height: 38px;
  }
  #main .content {
    padding-left: 0;
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type="submit"], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
    background: url(../images/arrow.png) no-repeat 90% center #9c0040 !important;
    text-align: left;
  }
  .wrap-s2{
    background: url(../images/banner_home_bebright.jpeg) no-repeat center top;
  }
  .section2 .overlay .button span{
    text-align: left;
    display: block;
  }
  .wrap-s2 img{
    display: none;
  }
  .newslewtter {
    background: none;
  }
  .social-s8 {
    text-align: center;
  }
  .inner-newslewtter{
    display: block;
    padding: 25px 30px;
  }
  .section6 .inner {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  .decs-s6 {
    margin-top: 33px;
  }
  .section6 .inner h1 {
    margin-top: 35px;
  }
  .section6 {
    background: none;
  }
  .social-s8 h3 {
    margin-right: 5px;
    margin-left: 30px;
  }
  .newslewtter .inner {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .box-title-left-s8 {
    width: auto;
    float: none;
  }
  .box-title-left-s8 h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .form-decs-s8 {
    width: auto;
    float: none;
  }
  #footer{
    padding-top: 60px;
    background-position: 10px -3px !important;
  }
  .button-step {
    clear: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
  .nieuw-in-de-kennisbank {
    background: #ededed;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .sidebar-kennisbank h3.widgettitle {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner-sidebar-kennisbank {
    margin-left: 0px;
    margin-right: 0px;
  }
  .inner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-kennisbank .posts_list {
    margin-left: 0;
    margin-right: 0px;
  }
  .sidebar-kennisbank .widget {
    display: block;
  }
  .sidebar-kennisbank .posts_list li {
    margin: 20px 0px;
    padding: 0px;
    width: 100%;
    float: none;
  }
  .nieuw-in-de-kennisbank .inner {
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
  }
  .inner-sidebar-kennisbank .button {
    margin-left: 30px;
  }
  .inner-pf {
    margin-left: 30px;
    margin-right: 30px;
  }
  .step-wrap span.number{
    margin-bottom: 0px;
    margin-top: 0;
  }
  .section3 .inner-inner {
    padding-left: 0;
    padding-right: 0px;
  }
  .step-wrap {
    font-size: 13px;
    width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
    float: none;
    display: table;
    padding-bottom: 12px;
  }
  .step-section4 {
    margin: 0px -1%;
  }
  .step-wrap .step3.step-wrap{
    margin-bottom: 0px;
  }
  .step-wrap .step4.step-wrap{
    margin-bottom: 0px;
  }
  .decs-section4{
    margin-top: 30px;
  }
  .section3 .section-boxs p {
    font-size: 30px;
    line-height: 36px;
  }
  .section3{
    display: block;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .section3 .inner{
    display: block;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section4 {
    background: #ededed;
  }
  .section2 .overlay {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    transform: none;
    left: 0px;
    height: 100%;
    padding: 0px 30px 50px 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .section2 .overlay span.label {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .section2 .overlay .button {
    position: relative;
    bottom: 0px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 35px;
  }
  .section3 .box2 {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .section2 .inner {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section3 .box3{
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .section3 .box4{
    width: 100%;
    float: none;
  }
  .programma-block-page .inner {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section3 .box1 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #page.home .inner {
    box-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    background: #ededed !important;
  }
  .inner {
    width: 100% !important;
  }
  .home .section3 .inner {
    padding-top: 0;
  }
  #page.home {
      background: none;
      overflow: visible;
      padding-top: 0px;
      padding-bottom: 0;
  }
  #header{
    background: url(../images/left-bg-mobile.png) no-repeat left top !important;
  }
  .responsive #navigation{
    display: none !important;
  }
  #logo::before{
    display: none;
  }
  #navigation::before{
    display: none;
  }
  #logo {
    padding-left: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .hamburger-icon {
    display: block;
  }
  .body-wrapper {
      max-width: 360px;
  }
  .responsive .nav2select {
      display: none !important;
  }
  .responsive #header .inner {
    padding-top: 0px;
    padding-bottom: 0;
    padding-bottom: 32px;
  }
  #header::before {
    width: 61px;
  }
}
@media(max-width:375px ){
  .body-wrapper {
      max-width: 100%;
  }
}