@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

nav.site-navigation .site-mainmenu:after, .container:after, .entry-header:after, .row:after, .wrapper:after, .site-header:after, .site-navigation:after, .article-header .date-entry:after, #authorbox:after {
  content: "";
  display: table;
  clear: both; }

nav.site-navigation .site-mainmenu, nav.site-navigation .site-mainmenu > li ul.sub-menu li {
  padding-left: 0;
  list-style: none; }

nav.site-navigation .site-mainmenu > li {
  display: inline-block; }

html {
  font-family: "NewCicleGordita", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  line-height: 1.5;
  color: #5a5a5a; }

ul, ol, dl, p, table {
  margin: 0 0 27px;
  margin:  0 0 1.5rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-top: 0;
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  margin-left: 0; }

body hgroup, body h1, body h2, body h3, body h4, body h5, body h6, body h2.wpb_heading {
  margin: 0;
  text-rendering: optimizeLegibility;
  font-family: "NewCicleGordita", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #2e2e2e; }

.alpha, h1 {
  line-height: 1.32869;
  font-size: 61px;
  font-size: 3.38889rem; }

.beta, h2, .testimonial-title {
  line-height: 1.12604;
  font-size: 48px;
  font-size: 2.66667rem; }

.gama, h3, blockquote {
  line-height: 1.46081;
  font-size: 37px;
  font-size: 2.05556rem; }

.delta, h4, .testimonial-author-name, h2.wpb_heading, body .wpb_toggle {
  line-height: 1.86379;
  font-size: 29px;
  font-size: 1.61111rem; }

.epsylon, h5 {
  line-height: 1.17609;
  font-size: 23px;
  font-size: 1.27778rem; }

.zeta, h6 {
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem; }

hgroup .alpha, hgroup h1, hgroup .beta, hgroup h2, hgroup .testimonial-title, hgroup .gama, hgroup h3, hgroup blockquote, hgroup .delta, hgroup h4, hgroup .testimonial-author-name, hgroup h2.wpb_heading, hgroup body .wpb_toggle, body hgroup .wpb_toggle, hgroup .epsylon, hgroup h5 {
  margin: 0; }

pre code {
  word-wrap: normal; }

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap; }

pre {
  white-space: pre; }

code {
  white-space: pre;
  font-family: monospace; }

blockquote {
  border-top: 3px double #dddddd;
  border-bottom: 1px solid #313131;
  font-style: italic;
  text-align: center; }

a {
  color: #109f8c;
  text-decoration: none; }
  a:hover {
    color: #0b7163;
    text-decoration: underline; }

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

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

@viewport {
  width: device-width; }

img {
  max-width: 100%; }

.container, .entry-header {
  margin-left: auto;
  margin-right: auto;
  
  width: 1240px; }
  @media only screen {
    .container, .entry-header {
      width: 100%;
      max-width: 1240px; } }

.span1, .span2, .span3, .span4, .span5, .testimonial-author, .span6, .footer-menu, .span7, .testimonial-content, .span8, .span9, .span10, .span11, .span12, #comments, .site-branding, .site-navigation {
  margin-left: 2%; }
  .span1:first-child, .span2:first-child, .span3:first-child, .span4:first-child, .span5:first-child, .testimonial-author:first-child, .span6:first-child, .footer-menu:first-child, .span7:first-child, .testimonial-content:first-child, .span8:first-child, .span9:first-child, .span10:first-child, .span11:first-child, .span12:first-child, #comments:first-child, .site-branding:first-child, .site-navigation:first-child {
    margin-left: 0; }

.span1, .span2, .span3, .span4, .span5, .testimonial-author, .span6, .footer-menu, .span7, .testimonial-content, .span8, .span9, .span10, .span11, .span12, #comments {
  float: left; }
  @media only screen and (max-width: 50em) {
    .span1, .span2, .span3, .span4, .span5, .testimonial-author, .span6, .footer-menu, .span7, .testimonial-content, .span8, .span9, .span10, .span11, .span12, #comments {
      margin-left: 0;
      margin-bottom: 27px;
      margin-bottom: 1.5rem; }
      .span1:last-child, .span2:last-child, .span3:last-child, .span4:last-child, .span5:last-child, .testimonial-author:last-child, .span6:last-child, .footer-menu:last-child, .span7:last-child, .testimonial-content:last-child, .span8:last-child, .span9:last-child, .span10:last-child, .span11:last-child, .span12:last-child, #comments:last-child {
        margin-bottom: 0; } }

.visible-small {
  display: none !important; }

.hidden-small {
  display: inherit !important; }

@media only screen and (max-width: 22.22222em) {
  .visible-small {
    display: inherit !important; }

  .hidden-small {
    display: none !important; } }
.visible-hand {
  display: none !important; }

.hidden-hand {
  display: inherit !important; }

@media only screen and (min-width: 22.22222em) {
  .visible-hand {
    display: inherit !important; }

  .hidden-hand {
    display: none !important; } }
.visible-lap {
  display: none !important; }

.hidden-lap {
  display: inherit !important; }

@media only screen and (min-width: 50em) {
  .visible-lap {
    display: inherit !important; }

  .hidden-lap {
    display: none !important; } }
.visible-desk {
  display: none !important; }

.hidden-desk {
  display: inherit !important; }

@media only screen and (min-width: 111.11111em) {
  .visible-desk {
    display: inherit !important; }

  .hidden-desk {
    display: none !important; } }
@media only screen and (max-width: 22.22222em) {
  html {
    font-size: 112.5%; } }
@media only screen and (min-width: 59.25926em) {
  html {
    font-size: 118.75%; } }
@media only screen and (min-width: 96.2963em) {
  html {
    font-size: 125%; } }
@media only screen and (max-width: 50em) {
  body .span1 {
    width: 100%;
    margin-left: 0; }
  body .span1:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span2 {
    width: 100%;
    margin-left: 0; }
  body .span2:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span3 {
    width: 100%;
    margin-left: 0; }
  body .span3:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span4 {
    width: 100%;
    margin-left: 0; }
  body .span4:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span5, body .testimonial-author {
    width: 100%;
    margin-left: 0; }
  body .span5:first-child, body .testimonial-author:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span6, body .footer-menu {
    width: 100%;
    margin-left: 0; }
  body .span6:first-child, body .footer-menu:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span7, body .testimonial-content {
    width: 100%;
    margin-left: 0; }
  body .span7:first-child, body .testimonial-content:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span8 {
    width: 100%;
    margin-left: 0; }
  body .span8:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span9 {
    width: 100%;
    margin-left: 0; }
  body .span9:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span10 {
    width: 100%;
    margin-left: 0; }
  body .span10:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span11 {
    width: 100%;
    margin-left: 0; }
  body .span11:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 50em) {
  body .span12, body #comments {
    width: 100%;
    margin-left: 0; }
  body .span12:first-child, body #comments:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 0) {
  .small-span1 {
    width: 6.5%; }

  .small-offset1, .small-offset1:first-child {
    margin-left: 8.5%; }

  .small-push1 {
    left: 8.5%; }

  .small-pull1 {
    left: -4.5%; }

  .small-span2 {
    width: 15%; }

  .small-offset2, .small-offset2:first-child {
    margin-left: 17%; }

  .small-push2 {
    left: 17%; }

  .small-pull2 {
    left: -13%; }

  .small-span3 {
    width: 23.5%; }

  .small-offset3, .small-offset3:first-child {
    margin-left: 25.5%; }

  .small-push3 {
    left: 25.5%; }

  .small-pull3 {
    left: -21.5%; }

  .small-span4 {
    width: 32%; }

  .small-offset4, .small-offset4:first-child {
    margin-left: 34%; }

  .small-push4 {
    left: 34%; }

  .small-pull4 {
    left: -30%; }

  .small-span5 {
    width: 40.5%; }

  .small-offset5, .small-offset5:first-child {
    margin-left: 42.5%; }

  .small-push5 {
    left: 42.5%; }

  .small-pull5 {
    left: -38.5%; }

  .small-span6 {
    width: 49%; }

  .small-offset6, .small-offset6:first-child {
    margin-left: 51%; }

  .small-push6 {
    left: 51%; }

  .small-pull6 {
    left: -47%; }

  .small-span7 {
    width: 57.5%; }

  .small-offset7, .small-offset7:first-child {
    margin-left: 59.5%; }

  .small-push7 {
    left: 59.5%; }

  .small-pull7 {
    left: -55.5%; }

  .small-span8 {
    width: 66%; }

  .small-offset8, .small-offset8:first-child {
    margin-left: 68%; }

  .small-push8 {
    left: 68%; }

  .small-pull8 {
    left: -64%; }

  .small-span9 {
    width: 74.5%; }

  .small-offset9, .small-offset9:first-child {
    margin-left: 76.5%; }

  .small-push9 {
    left: 76.5%; }

  .small-pull9 {
    left: -72.5%; }

  .small-span10 {
    width: 83%; }

  .small-offset10, .small-offset10:first-child {
    margin-left: 85%; }

  .small-push10 {
    left: 85%; }

  .small-pull10 {
    left: -81%; }

  .small-span11 {
    width: 91.5%; }

  .small-offset11, .small-offset11:first-child {
    margin-left: 93.5%; }

  .small-push11 {
    left: 93.5%; }

  .small-pull11 {
    left: -89.5%; }

  .small-span12 {
    width: 100%; }

  .small-offset12, .small-offset12:first-child {
    margin-left: 102%; }

  .small-push12 {
    left: 102%; }

  .small-pull12 {
    left: -98%; } }
@media only screen and (max-width: 22.22222em) {
  .hand-span1 {
    width: 6.5%; }

  .hand-offset1, .hand-offset1:first-child {
    margin-left: 8.5%; }

  .hand-push1 {
    left: 8.5%; }

  .hand-pull1 {
    left: -4.5%; }

  .hand-span2 {
    width: 15%; }

  .hand-offset2, .hand-offset2:first-child {
    margin-left: 17%; }

  .hand-push2 {
    left: 17%; }

  .hand-pull2 {
    left: -13%; }

  .hand-span3 {
    width: 23.5%; }

  .hand-offset3, .hand-offset3:first-child {
    margin-left: 25.5%; }

  .hand-push3 {
    left: 25.5%; }

  .hand-pull3 {
    left: -21.5%; }

  .hand-span4 {
    width: 32%; }

  .hand-offset4, .hand-offset4:first-child {
    margin-left: 34%; }

  .hand-push4 {
    left: 34%; }

  .hand-pull4 {
    left: -30%; }

  .hand-span5 {
    width: 40.5%; }

  .hand-offset5, .hand-offset5:first-child {
    margin-left: 42.5%; }

  .hand-push5 {
    left: 42.5%; }

  .hand-pull5 {
    left: -38.5%; }

  .hand-span6 {
    width: 49%; }

  .hand-offset6, .hand-offset6:first-child {
    margin-left: 51%; }

  .hand-push6 {
    left: 51%; }

  .hand-pull6 {
    left: -47%; }

  .hand-span7 {
    width: 57.5%; }

  .hand-offset7, .hand-offset7:first-child {
    margin-left: 59.5%; }

  .hand-push7 {
    left: 59.5%; }

  .hand-pull7 {
    left: -55.5%; }

  .hand-span8 {
    width: 66%; }

  .hand-offset8, .hand-offset8:first-child {
    margin-left: 68%; }

  .hand-push8 {
    left: 68%; }

  .hand-pull8 {
    left: -64%; }

  .hand-span9 {
    width: 74.5%; }

  .hand-offset9, .hand-offset9:first-child {
    margin-left: 76.5%; }

  .hand-push9 {
    left: 76.5%; }

  .hand-pull9 {
    left: -72.5%; }

  .hand-span10 {
    width: 83%; }

  .hand-offset10, .hand-offset10:first-child {
    margin-left: 85%; }

  .hand-push10 {
    left: 85%; }

  .hand-pull10 {
    left: -81%; }

  .hand-span11 {
    width: 91.5%; }

  .hand-offset11, .hand-offset11:first-child {
    margin-left: 93.5%; }

  .hand-push11 {
    left: 93.5%; }

  .hand-pull11 {
    left: -89.5%; }

  .hand-span12 {
    width: 100%; }

  .hand-offset12, .hand-offset12:first-child {
    margin-left: 102%; }

  .hand-push12 {
    left: 102%; }

  .hand-pull12 {
    left: -98%; } }
.span1 {
  width: 6.5%; }

.offset1, .offset1:first-child {
  margin-left: 8.5%; }

.push1 {
  left: 8.5%; }

.pull1 {
  left: -4.5%; }

.span2 {
  width: 15%; }

.offset2, .offset2:first-child {
  margin-left: 17%; }

.push2 {
  left: 17%; }

.pull2 {
  left: -13%; }

.span3 {
  width: 23.5%; }

.offset3, .offset3:first-child {
  margin-left: 25.5%; }

.push3 {
  left: 25.5%; }

.pull3 {
  left: -21.5%; }

.span4 {
  width: 32%; }

.offset4, .offset4:first-child {
  margin-left: 34%; }

.push4 {
  left: 34%; }

.pull4 {
  left: -30%; }

.span5, .testimonial-author {
  width: 40.5%; }

.offset5, .offset5:first-child {
  margin-left: 42.5%; }

.push5 {
  left: 42.5%; }

.pull5 {
  left: -38.5%; }

.span6, .footer-menu {
  width: 49%; }

.offset6, .offset6:first-child {
  margin-left: 51%; }

.push6 {
  left: 51%; }

.pull6 {
  left: -47%; }

.span7, .testimonial-content {
  width: 57.5%; }

.offset7, .offset7:first-child {
  margin-left: 59.5%; }

.push7 {
  left: 59.5%; }

.pull7 {
  left: -55.5%; }

.span8 {
  width: 66%; }

.offset8, .offset8:first-child {
  margin-left: 68%; }

.push8 {
  left: 68%; }

.pull8 {
  left: -64%; }

.span9 {
  width: 74.5%; }

.offset9, .offset9:first-child {
  margin-left: 76.5%; }

.push9 {
  left: 76.5%; }

.pull9 {
  left: -72.5%; }

.span10 {
  width: 83%; }

.offset10, .offset10:first-child {
  margin-left: 85%; }

.push10 {
  left: 85%; }

.pull10 {
  left: -81%; }

.span11 {
  width: 91.5%; }

.offset11, .offset11:first-child {
  margin-left: 93.5%; }

.push11 {
  left: 93.5%; }

.pull11 {
  left: -89.5%; }

.span12, #comments {
  width: 100%; }

.offset12, .offset12:first-child {
  margin-left: 102%; }

.push12 {
  left: 102%; }

.pull12 {
  left: -98%; }

@media only screen and (min-width: 111.11111em) {
  .desk-span1 {
    width: 6.5%; }

  .desk-offset1, .desk-offset1:first-child {
    margin-left: 8.5%; }

  .desk-push1 {
    left: 8.5%; }

  .desk-pull1 {
    left: -4.5%; }

  .desk-span2 {
    width: 15%; }

  .desk-offset2, .desk-offset2:first-child {
    margin-left: 17%; }

  .desk-push2 {
    left: 17%; }

  .desk-pull2 {
    left: -13%; }

  .desk-span3 {
    width: 23.5%; }

  .desk-offset3, .desk-offset3:first-child {
    margin-left: 25.5%; }

  .desk-push3 {
    left: 25.5%; }

  .desk-pull3 {
    left: -21.5%; }

  .desk-span4 {
    width: 32%; }

  .desk-offset4, .desk-offset4:first-child {
    margin-left: 34%; }

  .desk-push4 {
    left: 34%; }

  .desk-pull4 {
    left: -30%; }

  .desk-span5 {
    width: 40.5%; }

  .desk-offset5, .desk-offset5:first-child {
    margin-left: 42.5%; }

  .desk-push5 {
    left: 42.5%; }

  .desk-pull5 {
    left: -38.5%; }

  .desk-span6 {
    width: 49%; }

  .desk-offset6, .desk-offset6:first-child {
    margin-left: 51%; }

  .desk-push6 {
    left: 51%; }

  .desk-pull6 {
    left: -47%; }

  .desk-span7 {
    width: 57.5%; }

  .desk-offset7, .desk-offset7:first-child {
    margin-left: 59.5%; }

  .desk-push7 {
    left: 59.5%; }

  .desk-pull7 {
    left: -55.5%; }

  .desk-span8 {
    width: 66%; }

  .desk-offset8, .desk-offset8:first-child {
    margin-left: 68%; }

  .desk-push8 {
    left: 68%; }

  .desk-pull8 {
    left: -64%; }

  .desk-span9 {
    width: 74.5%; }

  .desk-offset9, .desk-offset9:first-child {
    margin-left: 76.5%; }

  .desk-push9 {
    left: 76.5%; }

  .desk-pull9 {
    left: -72.5%; }

  .desk-span10 {
    width: 83%; }

  .desk-offset10, .desk-offset10:first-child {
    margin-left: 85%; }

  .desk-push10 {
    left: 85%; }

  .desk-pull10 {
    left: -81%; }

  .desk-span11 {
    width: 91.5%; }

  .desk-offset11, .desk-offset11:first-child {
    margin-left: 93.5%; }

  .desk-push11 {
    left: 93.5%; }

  .desk-pull11 {
    left: -89.5%; }

  .desk-span12 {
    width: 100%; }

  .desk-offset12, .desk-offset12:first-child {
    margin-left: 102%; }

  .desk-push12 {
    left: 102%; }

  .desk-pull12 {
    left: -98%; } }
/* =WordPress Core ... these bitches are required
-------------------------------------------------------------- */
.small {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.5; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 13.5px auto;
  margin:  0.75rem auto; }

.alignright {
  float: right;
  margin: 0 0 27px 27px;
  margin:  0 0 1.5rem 1.5rem; }

.alignleft {
  float: left;
  margin: 0 27px 27px 0;
  margin:  0 1.5rem 1.5rem 0; }

.aligncenter {
  display: block;
  margin: 13.5px auto;
  margin:  0.75rem auto; }

img {
  height: auto; }

.icon {
  margin-right: 15px; }
.icon.circle {
  float: left;
  display: block;
  padding: 20px 16px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset; }
  .icon.circle img {
    margin: 0;
    padding: 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignleft {
  margin: 4px 15px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.archive .post.sticky {
  background-color: #f5f5f5;
  padding: 10px 20px;
  padding:  0.55556rem 1.11111rem; }

.gallery-caption {
  background-color: #006505; }

.bypostauthor {
  background-color: #009cee; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.inline {
  display: inline-block; }

.mt1 {
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important; }

.mt3 {
  margin-top: 3rem !important; }

.mt4 {
  margin-top: 4rem !important; }

.mt-1 {
  margin-top: -1rem !important; }

.mt-2 {
  margin-top: -2rem !important; }

.mt-3 {
  margin-top: -3rem !important; }

.mt-4 {
  margin-top: -4rem !important; }

.mb1 {
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important; }

.mb-1 {
  margin-bottom: -1rem !important; }

.mb-2 {
  margin-bottom: -2.25rem !important; }

.mb-3 {
  margin-bottom: -3rem !important; }

.well-small {
  padding: 15px; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 0;
  border: 1px solid #ededed;
  border-bottom-color: #ccc;
  display: inline-block;
  padding: 6px 0 6px 10px;
  padding:  0.33333rem 0 0.33333rem 0.55556rem;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  color: #555;
  vertical-align: middle;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

input[type="submit"] {
  float: right;
  background: #222;
  color: #fff;
  border-bottom: 3px solid #f5f5f5;
  /*feno modif valeur init: #ccc*/
  border: none;
  padding: 12px 20px;
  padding:  0.66667rem 1.11111rem; }
  input[type="submit"]:hover {
    background: #109f8c; }

.wpcf7-form-control-wrap {
  width: 100%; }

.wpcf7 input[type="submit"] {
  margin-top: -91px;
  margin-right: 1px;
  z-index: 10;
  position: relative;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0; }

.contact_float {
  margin-top: -330px;
  margin-top: -18.33333rem;
  position: relative; }
  @media only screen and (max-width: 50em) {
    .contact_float {
      margin-top: 0; } }
.contact_float .span6, .contact_float .footer-menu {
  padding-left: 22px;
  position: relative; }
.contact_float img.icon {
  position: absolute;
  left: 0px;
  top: 2px; }
.contact_float .icon.circle {
  margin-right: 15px;
  height: 56px;
  width: 56px; }
.contact_float a {
  line-height: 53px;
  line-height: 2.94444rem; }
  .contact_float a:hover {
    opacity: 0.7; }
.contact_float.widget {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  padding: 15px 0; }

.white, .white a, .white a:hover {
  color: #fff !important;
  text-decoration: none;
  border: none; }

.clean, .clean a, .clean a:hover {
  color: #2e2e2e !important;
  text-decoration: none;
  border: none; }
.clean a:hover {
  opacity: 0.7; }

#nav-open-btn, nav.site-navigation {
  display: none; }

nav.site-navigation {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.95rem; }
  /* feno modif valeur init=0.88889rem*/
  nav.site-navigation.desktop {
    display: block; }
  nav.site-navigation .site-mainmenu {
    height: 135px;
	/*feno modif valeur init=135px*/
    height: 7.5rem;
    margin: 0;
    padding: 0;
    float: right; }
    nav.site-navigation .site-mainmenu > li {
      position: relative; }
      nav.site-navigation .site-mainmenu > li > a {
        display: table-cell;
        min-width: 90px;
        height: 135px;
        height: 7.5rem;
        padding-left: 22px;
        padding-left: 1.22222rem;
        padding-right: 22px;
        padding-right: 1.22222rem;
        vertical-align: middle;
        text-align: center;
        color: #b2b2b2;
			/*couleur du texte menu feno modif valeur init=5a5a5a,b9b8b8*/
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; }
        nav.site-navigation .site-mainmenu > li > a:hover {
          text-decoration: none; }
      nav.site-navigation .site-mainmenu > li:hover > a {
        border-top-color: #109f8c; }
      nav.site-navigation .site-mainmenu > li.menu-parent-item > a:after {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        top: 80px;
        top: 4.44444rem;
        left: 50%;
        border-color: #d5d5d5;
        border-style: solid;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      nav.site-navigation .site-mainmenu > li.menu-parent-item a:hover:after {
        border-color: #109f8c; }
      nav.site-navigation .site-mainmenu > li.menu-parent-item ul li.menu-parent-item:after {
        top: 15px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        border-color: #fff; }
      nav.site-navigation .site-mainmenu > li:hover {
        border-top-color: #109f8c; }
        nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu, nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {
          overflow: visible;
          opacity: 1;
          height: auto;
          margin-top: 0; }
          @media only screen and (max-width: 50em) {
            nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu, nav.site-navigation .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {
              display: block; } }
      nav.site-navigation .site-mainmenu > li ul.sub-menu {
        overflow: hidden;
        opacity: 0;
        height: 0;
        float: left;
        width: 200px;
        padding-left: 0;
        position: absolute;
        top: 130px;
        top: 7.22222rem;
        left: 0;
        margin-top: -10px;
        z-index: 99999;
        line-height: 1.69063;
        font-size: 16px;
        font-size: 0.88889rem;
        background: #f5f5f5;
        -webkit-box-shadow: rgba(50, 50, 50, 0.75) 0 1px 1px;
        -moz-box-shadow: rgba(50, 50, 50, 0.75) 0 1px 1px;
        box-shadow: rgba(50, 50, 50, 0.75) 0 1px 1px;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
        @media only screen and (max-width: 50em) {
          nav.site-navigation .site-mainmenu > li ul.sub-menu {
            height: auto;
            opacity: 1;
            display: none;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none; } }
        nav.site-navigation .site-mainmenu > li ul.sub-menu li {
          width: 100%; }
          nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a {
            text-decoration: none;
            border-color: #109f8c; }
        nav.site-navigation .site-mainmenu > li ul.sub-menu a {
          width: 100%;
          float: left;
          padding: 0.5em 1em;
          line-height: 1.3;
          color: #5a5a5a;
          border-left: 3px solid transparent; }
        nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item {
          position: relative;
          float: left; }
          nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item ul.sub-menu {
            left: 100%;
            top: 0; }
            nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item ul.sub-menu li:hover a {
              background: #fff; }
          nav.site-navigation .site-mainmenu > li ul.sub-menu li.menu-parent-item > a:after {
            content: "";
            width: 5px;
            height: 5px;
            display: block;
            position: absolute;
            top: 16px;
            right: 15px;
            border-color: #5a5a5a;
            border-style: solid;
            border-width: 1px 1px 0 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
      nav.site-navigation .site-mainmenu > li ul {
        left: 100%;
        top: 0;
        list-style: none; }
        @media only screen and (max-width: 74.44444em) {
          nav.site-navigation .site-mainmenu > li ul {
            width: 225px;
            left: -100%; } }

@media only screen and (max-width: 900px) {
  #nav-open-btn {
    display: block; }

  nav.site-navigation {
    border-left-width: 0;
    display: block;
    height: 100%;
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25); }
    nav.site-navigation.desktop {
      display: none; }
    nav.site-navigation .site-mainmenu {
      float: left;
      width: 100%;
      top: 6rem;
      position: relative;
      height: 100%; }
    nav.site-navigation .site-mainmenu li {
      float: left;
      width: 100%;
      height: auto;
      border-top: 1px solid #000; }
      nav.site-navigation .site-mainmenu li a {
        line-height: 1.22955;
        font-size: 22px;
        font-size: 1.22222rem;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        float: left;
        width: 100%;
        height: auto;
        padding: 1rem 1rem 1rem 2rem;
        color: #fff;
        text-align: left;
        border-top: none; }
      nav.site-navigation .site-mainmenu li:hover {
        border-color: #000; }
        nav.site-navigation .site-mainmenu li:hover ul.sub-menu {
          display: none; }
      nav.site-navigation .site-mainmenu li.menu-parent-item a:after {
        width: 10px;
        height: 10px;
        top: 1.5rem;
        right: 3rem;
        left: auto; }
      nav.site-navigation .site-mainmenu li.active a {
        color: #109f8c; }
        nav.site-navigation .site-mainmenu li.active a:after {
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          -o-transform: rotate(315deg);
          transform: rotate(315deg); }
      nav.site-navigation .site-mainmenu li.active ul.sub-menu {
        display: block; }
      nav.site-navigation .site-mainmenu li ul.sub-menu {
        top: 0;
        left: 0 !important;
        width: 100%;
        margin: 0;
        float: left;
        position: relative;
        display: none;
        height: auto;
        opacity: 1; }
        nav.site-navigation .site-mainmenu li ul.sub-menu li {
          background: #282828; }
          nav.site-navigation .site-mainmenu li ul.sub-menu li:hover {
            background: black; }
          nav.site-navigation .site-mainmenu li ul.sub-menu li.menu-parent-item a:after {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            top: 1.2rem;
            right: 2rem; }
        nav.site-navigation .site-mainmenu li ul.sub-menu a {
          color: #fff;
          padding-left: 3rem; }
        nav.site-navigation .site-mainmenu li ul.sub-menu ul.sub-menu a {
          padding-left: 4rem; }
        nav.site-navigation .site-mainmenu li ul.sub-menu ul.sub-menu li:hover a {
          background: black !important; }

  .nav-btn {
    z-index: 100;
    display: block;
    width: 60px;
    width: 3.33333rem;
    height: 50px;
    height: 2.77778rem;
    padding: 0;
    border: 0;
    outline: none;
    background: #109f8c url("../images/nav-icon.svg") center center no-repeat;
    background-size: 30px 24px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 1rem; }
    .no-svg .nav-btn {
      background-image: url("../images/nav-icon.png"); }
    .nav-btn:hover, .nav-btn:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .menu-toggle .nav-btn {
      margin-top: 42.5px;
      margin-top: 2.36111rem; }
  #nav-close-btn {
    background: #333333 url("../images/close-btn.svg") center center no-repeat;
    left: 1.5rem;
    top: 1.5rem; }
    .no-svg #nav-close-btn {
      background-image: url("../images/close-btn.png"); }

  .csstransforms3d.csstransitions #page {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .csstransforms3d.csstransitions .site-navigation {
    left: 0;
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .csstransforms3d.csstransitions.js-nav #page {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1); }
  .csstransforms3d.csstransitions.js-nav .site-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    z-index: 999; } }
    @media only screen and (max-width: 900px) and (max-width: 22.22222em) {
      .menu-toggle .nav-btn {
        margin-top: 20px;
        margin-top: 1.11111rem; } }

.footer-menu .menu-main-navigation-container {
  float: right; }
.footer-menu ul {
  float: left;
  margin: 0; }
  .footer-menu ul li {
    float: right;
    list-style: none; }
    .footer-menu ul li a {
      color: #5a5a5a;
      padding: 5px 10px; }
      .footer-menu ul li a:hover {
        color: #fff; }

.paging-navigation .nav-previous {
  float: left; }
.paging-navigation .nav-next {
  float: right; }

.widget ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.widget li {
  padding: 6px 0;
  padding:  0.33333rem 0;
  border-bottom: 1px solid #d5d5d5; }
  .widget li:last-child {
    border-bottom: none; }

.widget-area, .wpb_widgetised_column {
  padding: 55px 0 35px 40px;
  padding:  3.05556rem 0 1.94444rem 2.22222rem; }
  .widget-area h4.widgettitle, .wpb_widgetised_column h4.widgettitle {
    text-transform: uppercase;
    line-height: 1.22955;
    font-size: 22px;
    font-size: 1.22222rem;
    margin: 8px 0;
    margin:  0.44444rem 0; }

.widget {
  padding: 10px 0;
  padding:  0.55556rem 0;
  border-top: 2px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  float: left;
  width: 100%; }
  .widget span.small, .widget span.post-date {
    font-size: 15px;
    font-size: 0.83333rem;
    line-height: 25px;
    line-height: 1.38889rem;
    color: #5a5a5a; }
  .widget a {
    color: #0a0a0a; }
    .widget a:hover {
      color: #109f8c;
      text-decoration: none; }
  .widget select {
    width: 100%;
    margin: 1rem 0;
    padding: 3px;
    line-height: 1.5;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../images/arrow_down.png) top right no-repeat; }
  .widget.widget_search form {
    position: relative;
    margin-top: 20px; }
  .widget.widget_search input.search-query {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 8px 0 7px 8px; }
  .widget.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0; }
  .widget.widget_nav_menu ul.sub-menu {
    padding-left: 20px;
    border-bottom: none; }
  .widget.widget_recent_comments {
    color: #5a5a5a; }
  .widget.widget_tag_cloud ul {
    float: left;
    width: 100%;
    padding-bottom: 5px; }
    .widget.widget_tag_cloud ul li {
      width: 50%;
      float: left;
      margin: 0;
      text-transform: capitalize; }
      .widget.widget_tag_cloud ul li:nth-last-child(2) {
        border-bottom: none; }
      .widget.widget_tag_cloud ul li a:hover {
        color: #109f8c; }
  .widget.widget_wpgrade_social_links .social-links {
    margin: 0;
    padding-left: 0;
    list-style: none;
    border: none; }
    .widget.widget_wpgrade_social_links .social-links li {
      float: left;
      border-bottom: 0; }
    .widget.widget_wpgrade_social_links .social-links a {
      display: inline-block;
      float: left;
      width: 48px;
      height: 48px;
      margin-right: 12px;
      margin-bottom: 12px; }
  .widget.widget_calendar table {
    width: 100%;
    text-align: left; }
  .widget.contact .alignleft {
    margin-right: 7px; }
  .widget.contact .block {
    display: block;
    padding-left: 30px; }

.widget-title {
  margin: 0;
  padding: 0 0 8px 0;
  padding: 0 0 0.44444rem 0;
  border-bottom: 3px solid #ddd;
  color: black;
  font-size: 18px;
  font-size: 1rem; }
  .widget-title small {
    text-transform: capitalize;
    color: #d5d5d5; }

.wpb_teaser_grid_portfolio ul.wpb_thumbnails li {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
  border-bottom: 1px solid #d5d5d5;
  background: none; }
  .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2 {
    background: #109f8c; }
    .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2 a {
      color: #fff;
      text-decoration: none; }
.wpb_teaser_grid_portfolio h2.post-title {
  line-height: 1.22955;
  font-size: 22px;
  font-size: 1.22222rem;
  padding-top: 5px;
  padding-top: 0.27778rem;
  padding-left: 10px;
  padding-left: 0.55556rem;
  margin-top: 0;
  background: #f5f5f5;
  text-align: center; }
  .wpb_teaser_grid_portfolio h2.post-title a {
    color: #5a5a5a; }
.wpb_teaser_grid_portfolio .post-thumb {
  padding-bottom: 2px;
  border-bottom: 1px solid #5a5a5a; }
  .wpb_teaser_grid_portfolio .post-thumb a {
    display: block; }
.wpb_teaser_grid_portfolio img {
  min-width: 100%; }
.wpb_teaser_grid_portfolio .categories_filter li {
  margin-right: 10px;
  margin-right: 0.55556rem; }
.wpb_teaser_grid_portfolio .categories_filter li a {
  color: #5a5a5a; }
.wpb_teaser_grid_portfolio .categories_filter li.active a, .wpb_teaser_grid_portfolio .categories_filter li a:hover {
  color: #109f8c;
  border-bottom: 2px solid #2e2e2e !important; }
.wpb_teaser_grid_portfolio.wpb_carousel .wpb_wrapper {
  padding-top: 81px;
  padding-top: 4.5rem;
  margin-top: -54px;
  margin-top: -3rem; }
.wpb_teaser_grid_portfolio.wpb_carousel .prev, .wpb_teaser_grid_portfolio.wpb_carousel .next {
  background: none;
  width: 10px;
  width: 0.55556rem;
  height: 10px;
  height: 0.55556rem;
  padding: 0;
  text-indent: -9999px; }
  .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
    border-color: #109f8c; }
.wpb_teaser_grid_portfolio.wpb_carousel .prev {
  display: block;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 26px;
  top: 1.44444rem; }
.wpb_teaser_grid_portfolio.wpb_carousel .next {
  display: block;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 27px;
  top: 1.5rem;
  right: 5px;
  right: 0.27778rem; }
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails [class*="span"] {
  height: auto !important; }
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  margin-bottom: 1.11111rem; }
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails li .post-title {
  text-align: center;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 0; }
.wpb_teaser_grid_portfolio.wpb_carousel ul.wpb_thumbnails li .post-thumb a {
  display: block; }

#comments {
  padding-left: 25%;
  border-right: 0; }

#reply-title {
  border-bottom: 3px solid #ddd;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem; }

.commentlist {
  margin-top: 0;
  list-style: none;
  padding-left: 0; }

.comment {
  position: relative;
  padding-top: 25px;
  padding-top: 1.38889rem;
  border-bottom: 1px solid #ddd;
  color: #5a5a5a;
  font-size: 16px;
  font-size: 0.88889rem; }
  .comment:hover .comment-reply-link {
    color: #d5d5d5; }

.reply {
  position: absolute;
  top: 25px;
  top: 1.38889rem;
  right: 0; }
  .reply:hover .comment-reply-link {
    color: #109f8c; }

.comment-reply-link {
  color: whitesmoke; }

.comment-author {
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
  color: black;
  font-size: 19px;
  font-size: 1.05556rem;
  font-weight: bold;
  line-height: 1; }
  .comment-author .fn {
    font-style: normal; }

.comment-date {
  color: #5a5a5a;
  font-size: 14px;
  font-size: 0.77778rem; }
  .comment-date:hover {
    color: #5a5a5a; }

#author, #email, #comment {
  max-width: 100%;
  width: 100%; }

.comment-form-author {
  border-right: 0 solid transparent; }

.comment-form-email {
  border-left: 0 solid transparent; }

.form-submit {
  text-align: right; }

.comment-form-author, .comment-form-email {
  width: 50%;
  float: left;
  display: inline-block; }

.bypostauthor {
  background: white; }

#respond {
  font-size: 16px;
  font-size: 0.88889rem; }

#comment {
  height: 150px;
  max-width: 100%; }

.site-footer-wrapper {
  background: black;
  color: white;
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem; }
  .site-footer-wrapper.wrapper {
    padding-top: 0; }
  .site-footer-wrapper > .container, .site-footer-wrapper > .entry-header {
    margin-bottom: 0; }
  .site-footer-wrapper .widget-area {
    padding: 0; }
  .site-footer-wrapper .widget-area > div {
    border: none;
    width: 30.12567375933334%;
    margin-right: 3.127659574%; }
    @media only screen and (max-width: 41.66667em) {
      .site-footer-wrapper .widget-area > div {
        width: 100%;
        margin: 0; } }
  .site-footer-wrapper .widget-area .widget-title {
    line-height: 1.93036;
    font-size: 28px;
    font-size: 1.55556rem;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    padding:  1.11111rem 0;
    border: none; }
  .site-footer-wrapper .widget-area .widget li {
    border: none; }
  .site-footer-wrapper .widget-area a {
    color: #fff; }
  .site-footer-wrapper .widget-area small {
    color: #5a5a5a; }
  .site-footer-wrapper .widget-area form {
    position: relative; }
  .site-footer-wrapper .widget-area input {
    background: #0d0d0d;
    margin-bottom: 0;
    border: 2px solid #1a1a1a;
    font-size: 100%;
    padding: 8px 11px; }
    .site-footer-wrapper .widget-area input.email {
      width: 100%; }
    .site-footer-wrapper .widget-area input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      padding: 11px; }
  .site-footer-wrapper .widget-area .widget_recent_entries a {
    text-transform: uppercase; }
  .site-footer-wrapper .widget-area .widget_recent_entries li:first-child {
    padding-top: 0; }
  .site-footer-wrapper .widget-area .widget_calendar a {
    text-decoration: underline; }
  .site-footer-wrapper .widget-area .widget_ks_social_links {
    margin-top: 10px;
    padding-top: 0; }

.site-info {
  margin-top: 30px;
  margin-top: 1.66667rem; }

.copyright, .footer-menu {
  color: #5a5a5a; }

.copyright {
  margin-top: 7px;
  margin-top: 0.38889rem;
  float: left; }
  .copyright a {
    color: white; }
  .copyright p {
    float: left; }

.footer-menu {
  text-align: right; }
  .footer-menu ul {
    float: right; }

.testimonial-container {
  color: white; }

.testimonial {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  float: left;
  width: 100%; }

.testimonial-wrap {
  position: relative;
  padding-top: 9px;
  padding-top: 0.5rem;
  padding-bottom: 13.5px;
  padding-bottom: 0.75rem;
  float: left;
  width: 100%;
  margin-left: 0; }

.testimonial-content {
  float: left;
  padding-left: 94.5px;
  padding-left: 5.25rem; }
  @media only screen and (max-width: 50em) {
    .testimonial-content {
      padding: 0 27px;
      padding:  0 1.5rem; }
      .testimonial-content:before {
        display: none; } }
  .testimonial-content:before {
    content: "\201C";
    position: absolute;
    top: -5px;
    top: -0.27778rem;
    left: 18px;
    left: 1rem;
    font-family: Georgia, serif;
    line-height: 1.12535;
    font-size: 144px;
    font-size: 8rem; }
  .testimonial-content p:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 50em) {
  .testimonial-title {
    line-height: 1.4 !important; } }

.testimonial-author {
  float: left;
  line-height: 1.4; }
  @media only screen and (max-width: 50em) {
    .testimonial-author {
      padding: 0 27px;
      padding:  0 1.5rem;
      margin-bottom: 0;
      text-align: right; } }

.testimonial-author-name {
  line-height: 1.46081;
  font-size: 37px;
  font-size: 2.05556rem; }

.testimonial-author-position {
  line-height: 1.5; }

.testimonial-author-avatar {
  position: absolute;
  right: 0;
  bottom: -33px;
  bottom: -1.83333rem; }
  .flexslider .slides .testimonial-author-avatar {
    max-width: 10rem; }
  @media only screen and (max-width: 50em) {
    .testimonial-author-avatar {
      display: none; } }

.testimonials.flexslider {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 27px;
  padding-top: 1.5rem; }
  @media only screen and (max-width: 50em) {
    .testimonials.flexslider .testimonial-author-avatar {
      display: none; } }
.testimonials .flex-control-nav {
  bottom: 27px !important;
  bottom:  1.5rem !important; }
  .testimonials .flex-control-nav li {
    padding-top: 1px !important; }
.testimonials .flex-direction-nav {
  display: none !important; }

.wpb_content_element.wpb_gmaps_widget.full-width {
  position: static;
  height: 351px;
  height: 19.5rem;
  margin-bottom: -27px;
  margin-bottom: -1.5rem; }
  .wpb_content_element.wpb_gmaps_widget.full-width .wpb_wrapper {
    width: 100%;
    height: 351px;
    height: 19.5rem;
    position: absolute;
    top: 0;
    left: 0; }
  .wpb_content_element.wpb_gmaps_widget.full-width .wpb_map_wraper {
    padding: 0; }

.wpb_wrapper .wpb_gallery .wpb_gallery_slides {
  padding-bottom: 20px !important;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto !important; }
.wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider .flex-next, .wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider .nivo-nextNav, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider .flex-next, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider .nivo-nextNav {
  right: 30px;
  right: 1.66667rem; }
.wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider .flex-prev, .wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider .nivo-prevNav, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider .flex-prev, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider .nivo-prevNav {
  left: 30px;
  left: 1.66667rem; }
.wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider:hover .flex-next, .wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider:hover .nivo-nextNav, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider:hover .flex-next, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider:hover .nivo-nextNav {
  right: 20px;
  right: 1.11111rem; }
.wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider:hover .flex-prev, .wpb_wrapper .wpb_gallery .wpb_gallery_slides.flexslider:hover .nivo-prevNav, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider:hover .flex-prev, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivoSlider:hover .nivo-prevNav {
  left: 20px;
  left: 1.11111rem; }
.wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav {
  bottom: 0px;
  left: 0;
  top: auto; }
  .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav a, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a {
    width: 10px;
    height: 10px;
    display: block;
    background: #b5b5b5;
    border: 2px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    margin-right: 7px; }
    .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav a:hover, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a:hover {
      border-color: #b5b5b5; }
    .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav a.flex-active, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav a.active, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.flex-active, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active {
      border-color: #109f8c;
      background-color: #109f8c; }
  .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li {
    padding: 1px; }
.wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a {
  background: none;
  display: block;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 25px;
  height: 25px; }
  .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover {
    border-color: #109f8c; }
  .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a.flex-next, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a.nivo-nextNav, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a.flex-next, .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a.nivo-nextNav {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
  padding: 27px;
  padding: 1.5rem; }

.wpb_alert, .fb_like, .twitter-share-button, .entry-content .twitter-share-button,
.wpb_googleplus, .wpb_pinterest, .wpb_tab .wpb_content_element, .wpb_accordion .wpb_content_element, .wpb_toggle_content {
  margin-bottom: 27px;
  margin-bottom: 1.5rem; }

.wpb_toggle {
  margin-top: 0 !important;
  margin-top:  0 !important; }

.wpb_separator {
  margin: 26px 0 27px !important;
  margin:  1.44444rem 0 1.5rem !important;
  border-bottom: 1px solid #d5d5d5; }

body .ui-tabs .ui-tabs-nav li {
  margin: 0; }
  body .ui-tabs .ui-tabs-nav li a {
    padding: 13.5px 27px;
    padding:  0.75rem 1.5rem; }
body .wpb_accordion .ui-accordion .ui-accordion-content {
  padding: 27px;
  padding: 1.5rem;
  background-color: #f5f5f5; }
body .wpb_tabs .ui-tabs .ui-tabs-panel {
  padding: 22px 27px 27px;
  padding:  1.22222rem 1.5rem 1.5rem;
  background-color: #f5f5f5; }
body .ui-accordion .ui-accordion-header {
  margin: 0; }
  body .ui-accordion .ui-accordion-header a {
    padding: 13.5px 27px;
    padding:  0.75rem 1.5rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
body .ui-accordion .ui-accordion-header-active a {
  background-color: #109f8c;
  color: white; }
body #content .wpb_accordion .ui-accordion .ui-accordion-header a, body .wpb_accordion .ui-accordion .ui-accordion-header a {
  padding-left: 54px;
  padding-left: 3rem; }
body .ui-tabs .wpb_tour_next_prev_nav {
  border-left: 5px solid #109f8c; }
body .wpb_tabs .ui-tabs-nav {
  border-bottom: 5px solid #109f8c; }
body .ui-state-active a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #109f8c;
  color: white; }
  body .ui-state-active a:hover {
    color: white !important;
    cursor: pointer !important; }
body .wpb_content_element .ui-tabs .ui-tabs-nav li, body .wpb_content_element .ui-accordion .ui-accordion-header {
  background: none; }
body .wpb_tour .wpb_tab, body .wpb_tour .wpb_tab.ui-tabs-panel {
  padding: 0 0 0 27px;
  padding:  0 0 0 1.5rem; }
body .wpb_alert {
  padding: 12.5px 27px;
  padding:  0.69444rem 1.5rem; }
body .wpb_button {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 6.75px 13.5px;
  padding:  0.375rem 0.75rem;
  margin: 6.75px 0;
  margin:  0.375rem 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  border: 0; }
body .wpb_btn-small {
  line-height: 2.25417;
  font-size: 12px;
  font-size: 0.66667rem;
  padding: 0 13.5px;
  padding:  0 0.75rem;
  margin: 13.5px 0;
  margin:  0.75rem 0; }
body .wpb_btn-large {
  margin: 0;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem;
  padding: 13.5px 25.5px;
  padding:  0.75rem 1.41667rem; }
body .wpb_wrapper .wpb_gallery .wpb_gallery_slides {
  padding-bottom: 54px !important;
  padding-bottom:  3rem !important;
  margin-bottom: 0; }
body .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav, body .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav {
  bottom: 27px;
  bottom: 1.5rem; }
body ul.wpb_thumbnails-fluid li, body ul.wpb_thumbnails-fluid li:first-child {
  margin-left: 2%; }
body .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, body .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
  width: 102.04%; }
body .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, body .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid.isotope {
  margin-left: -2.04%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span1 {
  width: 6.29167%; }
body .vc_row-fluid .span1 {
  width: 7.33333%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span2 {
  width: 14.58333%; }
body .vc_row-fluid .span2 {
  width: 16.66667%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span3 {
  width: 22.875%; }
body .vc_row-fluid .span3 {
  width: 26%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span4 {
  width: 31.16667%; }
body .vc_row-fluid .span4 {
  width: 35.33333%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span5, body .wpb_filtered_grid .wpb_thumbnails-fluid > .testimonial-author {
  width: 39.45833%; }
body .vc_row-fluid .span5, body .vc_row-fluid .testimonial-author {
  width: 44.66667%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span6, body .wpb_filtered_grid .wpb_thumbnails-fluid > .footer-menu {
  width: 47.75%; }
body .vc_row-fluid .span6, body .vc_row-fluid .footer-menu {
  width: 54%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span7, body .wpb_filtered_grid .wpb_thumbnails-fluid > .testimonial-content {
  width: 56.04167%; }
body .vc_row-fluid .span7, body .vc_row-fluid .testimonial-content {
  width: 63.33333%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span8 {
  width: 64.33333%; }
body .vc_row-fluid .span8 {
  width: 72.66667%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span9 {
  width: 72.625%; }
body .vc_row-fluid .span9 {
  width: 82%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span10 {
  width: 80.91667%; }
body .vc_row-fluid .span10 {
  width: 91.33333%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span11 {
  width: 89.20833%; }
body .vc_row-fluid .span11 {
  width: 100.66667%; }
body .wpb_grid .wpb_thumbnails-fluid > .vc_span4, body .wpb_filtered_grid .wpb_thumbnails-fluid > .span12, body .wpb_filtered_grid .wpb_thumbnails-fluid > #comments {
  width: 97.5%; }
body .vc_row-fluid .span12, body .vc_row-fluid #comments {
  width: 110%; }
body .wpb_toggle, body #content h4.wpb_toggle {
  background: none;
  padding-left: 0; }
body .wpb_toggle_content {
  margin-top: 0;
  padding: 0; }
body .messagebox_text {
  background: none !important; }
body .wpb_alert .messagebox_text {
  padding-left: 0; }
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: 27px;
  left: 1.5rem; }

blockquote {
  font-style: normal;
  font-weight: lighter;
  margin: -3px 0 27px;
  margin:  -0.16667rem 0 1.5rem;
  padding: 27px 0 26px;
  padding:  1.5rem 0 1.44444rem;
  border-top: 3px double #dddddd;
  border-bottom: 1px solid #313131; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

.widget.widget_calendar table a, p a, .posted-on a, .author-title a {
  color: #2e2e2e;
  border-bottom: 2px solid #d5d5d5; }
  .widget.widget_calendar table a:hover, p a:hover, .posted-on a:hover, .author-title a:hover {
    color: #109f8c;
    text-decoration: none;
    border-color: #2e2e2e; }

a {
  color: #109f8c;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

b, strong {
  line-height: 0; }

@media only screen and (max-width: 22.22222em) {
  hgroup, h1, h2, h3, h4, h5, h6, h2.wpb_heading {
    line-height: 1.4 !important; }

  .alpha, h1 {
    line-height: 1.46081;
    font-size: 37px;
    font-size: 2.05556rem; }

  .beta, h2, .testimonial-title {
    line-height: 1.86379;
    font-size: 29px;
    font-size: 1.61111rem; }

  .gama, h3, blockquote {
    line-height: 1.17609;
    font-size: 23px;
    font-size: 1.27778rem; }

  .delta, h4, .testimonial-author-name, h2.wpb_heading, body .wpb_toggle {
    line-height: 1.17609;
    font-size: 23px;
    font-size: 1.27778rem; }

  .epsylon, h5 {
    line-height: 1.50278;
    font-size: 18px;
    font-size: 1rem; }

  .zeta, h6 {
    line-height: 1.50278;
    font-size: 18px;
    font-size: 1rem; } }
.ls-kaleidoscope h1 {
  line-height: 1 !important; }
.ls-kaleidoscope p {
  line-height: 1.5 !important; }
.ls-kaleidoscope a {
  text-decoration: none;
  border: none;
  color: #109f8c;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.social-sprite, .social-link-delicious a, .social-link-digg a, .social-link-dribbble a, .social-link-ember a, .social-link-facebook a, .social-link-flickr a, .social-link-forrst a, .social-link-gplus a, .social-link-lastfm a, .social-link-linkedin a, .social-link-myspace a, .social-link-quora a, .social-link-rss a, .social-link-sharethis a, .social-link-skype a, .social-link-stumbleupon a, .social-link-tumblr a, .social-link-twitter a, .social-link-vimeo a, .social-link-youtube a {
  background: url('../images/social-s03943994ee.png') no-repeat; }

.social-link-delicious a {
  background-position: 0 -1872px; }
  .social-link-delicious a:hover {
    background-position: 0 -1104px; }

.social-link-digg a {
  background-position: 0 -1152px; }
  .social-link-digg a:hover {
    background-position: 0 -1248px; }

.social-link-dribbble a {
  background-position: 0 -864px; }
  .social-link-dribbble a:hover {
    background-position: 0 -144px; }

.social-link-ember a {
  background-position: 0 -1584px; }
  .social-link-ember a:hover {
    background-position: 0 -624px; }

.social-link-facebook a {
  background-position: 0 -1824px; }
  .social-link-facebook a:hover {
    background-position: 0 -1440px; }

.social-link-flickr a {
  background-position: 0 -1488px; }
  .social-link-flickr a:hover {
    background-position: 0 -576px; }

.social-link-forrst a {
  background-position: 0 -912px; }
  .social-link-forrst a:hover {
    background-position: 0 -336px; }

.social-link-gplus a {
  background-position: 0 -816px; }
  .social-link-gplus a:hover {
    background-position: 0 -96px; }

.social-link-lastfm a {
  background-position: 0 -1296px; }
  .social-link-lastfm a:hover {
    background-position: 0 -432px; }

.social-link-linkedin a {
  background-position: 0 -1728px; }
  .social-link-linkedin a:hover {
    background-position: 0 -192px; }

.social-link-myspace a {
  background-position: 0 -1680px; }
  .social-link-myspace a:hover {
    background-position: 0 -1536px; }

.social-link-quora a {
  background-position: 0 -1008px; }
  .social-link-quora a:hover {
    background-position: 0 -48px; }

.social-link-rss a {
  background-position: 0 -1056px; }
  .social-link-rss a:hover {
    background-position: 0 -384px; }

.social-link-sharethis a {
  background-position: 0 -1632px; }
  .social-link-sharethis a:hover {
    background-position: 0 -720px; }

.social-link-skype a {
  background-position: 0 -768px; }
  .social-link-skype a:hover {
    background-position: 0 -240px; }

.social-link-stumbleupon a {
  background-position: 0 -672px; }
  .social-link-stumbleupon a:hover {
    background-position: 0 0; }

.social-link-tumblr a {
  background-position: 0 -1776px; }
  .social-link-tumblr a:hover {
    background-position: 0 -960px; }

.social-link-twitter a {
  background-position: 0 -1392px; }
  .social-link-twitter a:hover {
    background-position: 0 -528px; }

.social-link-vimeo a {
  background-position: 0 -1344px; }
  .social-link-vimeo a:hover {
    background-position: 0 -480px; }

.social-link-youtube a {
  background-position: 0 -1200px; }
  .social-link-youtube a:hover {
    background-position: 0 -288px; }

.widget_ks_social_links .social-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
  border: none; }
  .widget_ks_social_links .social-links li {
    float: left;
    border-bottom: 0; }
  .widget_ks_social_links .social-links a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    margin-bottom: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }

/* Grid adjustments */
.vc_span3 {
  width: 22.792340426000003%; }

.vc_span4 {
  width: 31.12567375933334%; }

.vc_span6, .copyright, .footer-menu {
  width: 47.822340426000004%; }

.vc_span12, .row > .wpb_content_element {
  width: 97.872340426%; }

[class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%; }

/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%; }

.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0; }

.grid_layout-thumbnail .post-thumb img {
  max-width: 100%; }

@font-face {
  font-family: "NewCicleGordita";
  src: url("fonts/font1/New_Cicle_Gordita-webfont.eot");
  src: url("fonts/font1/New_Cicle_Gordita-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font1/New_Cicle_Gordita-webfont.woff") format("woff"), url("fonts/font1/New_Cicle_Gordita-webfont.ttf") format("truetype"), url("fonts/font1/New_Cicle_Gordita-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "NewCicleGordita";
    src: url("fonts/font1/New_Cicle_Gordita-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  font-family: "NewCicleGordita";
  src: url("fonts/font1/New_Cicle_Gordita_Italic-webfont.eot");
  src: url("fonts/font1/New_Cicle_Gordita_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font1/New_Cicle_Gordita_Italic-webfont.woff") format("woff"), url("fonts/font1/New_Cicle_Gordita_Italic-webfont.ttf") format("truetype"), url("fonts/font1/New_Cicle_Gordita_Italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "NewCicleGordita";
    src: url("fonts/font1/New_Cicle_Gordita_Italic-webfont.svg") format("svg");
    font-weight: normal;
    font-style: italic; } }
@font-face {
  font-family: "NewCicleGordita";
  src: url("fonts/font1/New_Cicle_Fina-webfont.eot");
  src: url("fonts/font1/New_Cicle_Fina-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font1/New_Cicle_Fina-webfont.woff") format("woff"), url("fonts/font1/New_Cicle_Fina-webfont.ttf") format("truetype"), url("fonts/font1/New_Cicle_Fina-webfont.svg") format("svg");
  font-weight: lighter;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "NewCicleGordita";
    src: url("fonts/font1/New_Cicle_Fina-webfont.svg") format("svg");
    font-weight: lighter;
    font-style: normal; } }
@font-face {
  font-family: "NewCicleGordita";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format("woff"); }

.font1 body, .font1 .wpb_teaser_grid_portfolio h2.post-title a {
  font-family: "NewCicleGordita", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter; }
.font1 body hgroup, .font1 body h1, .font1 body h2, .font1 body h3, .font1 body h4, .font1 body h5, .font1 body h6, .font1 body h2.wpb_heading,
.font1 .testimonial-title, .font1 .testimonial-author-name,
.font1 blockquote, .font1 .charset {
  font-family: "NewCicleGordita", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.font1 .ampersand {
  font-family: Georgia, "Constantia", serif;
  line-height: 1; }

@font-face {
  font-family: "Bodoni";
  src: url("fonts/font2/bodonixt-webfont.eot");
  src: url("fonts/font2/bodonixt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font2/bodonixt-webfont.woff") format("woff"), url("fonts/font2/bodonixt-webfont.ttf") format("truetype"), url("fonts/font2/bodonixt-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Bodoni";
    src: url("fonts/font2/bodonixt-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }
.font2 body, .font2 .wpb_teaser_grid_portfolio h2.post-title a {
  font-family: "PT Sans", Arial, sans-serif; }
.font2 body hgroup, .font2 body h1, .font2 body h2, .font2 body h3, .font2 body h4, .font2 body h5, .font2 body h6, .font2 body h2.wpb_heading,
.font2 .testimonial-title, .font2 .testimonial-author-name,
.font2 blockquote, .font2 .charset {
  font-family: "Bodoni", Georgia, serif; }
.font2 .ampersand {
  font-family: Georgia, "Constantia", serif;
  line-height: 1; }

@font-face {
  font-family: "BebasNeue";
  src: url("fonts/font3/bebasneue-webfont.eot");
  src: url("fonts/font3/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font3/bebasneue-webfont.woff") format("woff"), url("fonts/font3/bebasneue-webfont.ttf") format("truetype"), url("fonts/font3/bebasneue-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "BebasNeue";
    src: url("fonts/font3/bebasneue-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }
.font3 body, .font3 .wpb_teaser_grid_portfolio h2.post-title a {
  font-family: "NewCicleGordita", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter; }
.font3 body hgroup, .font3 body h1, .font3 body h2, .font3 body h3, .font3 body h4, .font3 body h5, .font3 body h6, .font3 body h2.wpb_heading,
.font3 .testimonial-title, .font3 .testimonial-author-name,
.font3 blockquote, .font3 .charset {
  font-family: "BebasNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
.font3 .ampersand {
  font-family: "BebasNeue", Georgia, "Constantia", serif;
  line-height: 1; }

@font-face {
  font-family: "ChunkFive";
  src: url("fonts/font4/chunkfive-webfont.eot");
  src: url("fonts/font4/chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font4/chunkfive-webfont.woff") format("woff"), url("fonts/font4/chunkfive-webfont.ttf") format("truetype"), url("fonts/font4/chunkfive-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ChunkFive";
    src: url("fonts/font4/chunkfive-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }
.font4 body, .font4 .wpb_teaser_grid_portfolio h2.post-title a {
  font-family: Georgia, "Constantia", serif;
  font-weight: lighter; }
.font4 body hgroup, .font4 body h1, .font4 body h2, .font4 body h3, .font4 body h4, .font4 body h5, .font4 body h6, .font4 body h2.wpb_heading,
.font4 .testimonial-title, .font4 .testimonial-author-name,
.font4 blockquote, .font4 .charset {
  font-family: "ChunkFive", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.font4 .ampersand {
  font-family: Georgia, "Constantia", serif;
  line-height: 1; }

@font-face {
  font-family: "Oswald";
  src: url("fonts/font5/oswald-regular-webfont.eot");
  src: url("fonts/font5/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font5/oswald-regular-webfont.woff") format("woff"), url("fonts/font5/oswald-regular-webfont.ttf") format("truetype"), url("fonts/font5/oswald-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Oswald";
    src: url("fonts/font5/oswald-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }
.font5 body, .font5 .wpb_teaser_grid_portfolio h2.post-title a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.font5 body hgroup, .font5 body h1, .font5 body h2, .font5 body h3, .font5 body h4, .font5 body h5, .font5 body h6, .font5 body h2.wpb_heading,
.font5 .testimonial-title, .font5 .testimonial-author-name,
.font5 blockquote, .font5 .charset {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
.font5 .ampersand {
  font-family: Georgia, "Constantia", serif;
  line-height: 1; }

@font-face {
  font-family: "Pacifico";
  src: url("fonts/font6/pacifico-webfont.eot");
  src: url("fonts/font6/pacifico-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font6/pacifico-webfont.woff") format("woff"), url("fonts/font6/pacifico-webfont.ttf") format("truetype"), url("fonts/font6/pacifico-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Pacifico";
    src: url("fonts/font6/pacifico-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }
.font6 body, .font6 .wpb_teaser_grid_portfolio h2.post-title a {
  font-family: "PT Sans", Arial, sans-serif; }
.font6 body hgroup, .font6 body h1, .font6 body h2, .font6 body h3, .font6 body h4, .font6 body h5, .font6 body h6, .font6 body h2.wpb_heading,
.font6 .testimonial-title, .font6 .testimonial-author-name,
.font6 blockquote, .font6 .charset {
  font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.font6 .ampersand {
  font-family: Georgia, "Constantia", serif;
  line-height: 1; }

.color1 .accent-background,
.color1 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color1 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color1 input[type="submit"]:hover,
.color1 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color1 #nav-open-btn,
.color1 body .ui-state-active a,
.color1 .ls-kaleidoscope .ls-inner {
  background-color: #ff4e00 !important; }
.color1 .site-header-wrapper,
.color1 .ls-kaleidoscope .ls-nav-prev:hover,
.color1 .ls-kaleidoscope .ls-nav-next:hover,
.color1 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color1 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color1 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color1 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color1 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color1 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color1 .article-header .date-entry,
.color1 body .wpb_tabs .ui-tabs-nav,
.color1 body .ui-tabs .wpb_tour_next_prev_nav,
.color1 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color1 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #ff4e00; }
.color1 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #ff4e00;
  color: #ff4e00; }
  .color1 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #ff4e00;
    color: #ff4e00; }
.color1 .ampersand,
.color1 .site-mainmenu a:hover,
.color1 nav.site-navigation .site-mainmenu li.active > a,
.color1 .ls-kaleidoscope a,
.color1 a:hover,
.color1 .ui-accordion a,
.color1 .widget-area .widget a:hover,
.color1 .ui-state-default a,
.color1 .ui-tabs a,
.color1 a.link_title,
.color1 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color1 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color1 a.comment-reply-link:hover {
  color: #ff4e00; }
.color1 body .ui-state-active a {
  color: #fff; }

.color2 .accent-background,
.color2 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color2 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color2 input[type="submit"]:hover,
.color2 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color2 #nav-open-btn,
.color2 body .ui-state-active a,
.color2 .ls-kaleidoscope .ls-inner {
  background-color: #d90143 !important; }
.color2 .site-header-wrapper,
.color2 .ls-kaleidoscope .ls-nav-prev:hover,
.color2 .ls-kaleidoscope .ls-nav-next:hover,
.color2 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color2 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color2 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color2 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color2 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color2 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color2 .article-header .date-entry,
.color2 body .wpb_tabs .ui-tabs-nav,
.color2 body .ui-tabs .wpb_tour_next_prev_nav,
.color2 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color2 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #d90143; }
.color2 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #d90143;
  color: #d90143; }
  .color2 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #d90143;
    color: #d90143; }
.color2 .ampersand,
.color2 .site-mainmenu a:hover,
.color2 nav.site-navigation .site-mainmenu li.active > a,
.color2 .ls-kaleidoscope a,
.color2 a:hover,
.color2 .ui-accordion a,
.color2 .widget-area .widget a:hover,
.color2 .ui-state-default a,
.color2 .ui-tabs a,
.color2 a.link_title,
.color2 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color2 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color2 a.comment-reply-link:hover {
  color: #d90143; }
.color2 body .ui-state-active a {
  color: #fff; }

.color3 .accent-background,
.color3 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color3 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color3 input[type="submit"]:hover,
.color3 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color3 #nav-open-btn,
.color3 body .ui-state-active a,
.color3 .ls-kaleidoscope .ls-inner {
  background-color: #26a9e0 !important; }
.color3 .site-header-wrapper,
.color3 .ls-kaleidoscope .ls-nav-prev:hover,
.color3 .ls-kaleidoscope .ls-nav-next:hover,
.color3 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color3 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color3 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color3 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color3 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color3 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color3 .article-header .date-entry,
.color3 body .wpb_tabs .ui-tabs-nav,
.color3 body .ui-tabs .wpb_tour_next_prev_nav,
.color3 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color3 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #26a9e0; }
.color3 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #26a9e0;
  color: #26a9e0; }
  .color3 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #26a9e0;
    color: #26a9e0; }
.color3 .ampersand,
.color3 .site-mainmenu a:hover,
.color3 nav.site-navigation .site-mainmenu li.active > a,
.color3 .ls-kaleidoscope a,
.color3 a:hover,
.color3 .ui-accordion a,
.color3 .widget-area .widget a:hover,
.color3 .ui-state-default a,
.color3 .ui-tabs a,
.color3 a.link_title,
.color3 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color3 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color3 a.comment-reply-link:hover {
  color: #26a9e0; }
.color3 body .ui-state-active a {
  color: #fff; }

.color4 .accent-background,
.color4 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color4 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color4 input[type="submit"]:hover,
.color4 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color4 #nav-open-btn,
.color4 body .ui-state-active a,
.color4 .ls-kaleidoscope .ls-inner {
  background-color: #008ce5 !important; }
.color4 .site-header-wrapper,
.color4 .ls-kaleidoscope .ls-nav-prev:hover,
.color4 .ls-kaleidoscope .ls-nav-next:hover,
.color4 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color4 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color4 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color4 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color4 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color4 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color4 .article-header .date-entry,
.color4 body .wpb_tabs .ui-tabs-nav,
.color4 body .ui-tabs .wpb_tour_next_prev_nav,
.color4 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color4 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #008ce5; }
.color4 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #008ce5;
  color: #008ce5; }
  .color4 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #008ce5;
    color: #008ce5; }
.color4 .ampersand,
.color4 .site-mainmenu a:hover,
.color4 nav.site-navigation .site-mainmenu li.active > a,
.color4 .ls-kaleidoscope a,
.color4 a:hover,
.color4 .ui-accordion a,
.color4 .widget-area .widget a:hover,
.color4 .ui-state-default a,
.color4 .ui-tabs a,
.color4 a.link_title,
.color4 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color4 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color4 a.comment-reply-link:hover {
  color: #008ce5; }
.color4 body .ui-state-active a {
  color: #fff; }

.color5 .accent-background,
.color5 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color5 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color5 input[type="submit"]:hover,
.color5 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color5 #nav-open-btn,
.color5 body .ui-state-active a,
.color5 .ls-kaleidoscope .ls-inner {
  background-color: #b32323 !important; }
.color5 .site-header-wrapper,
.color5 .ls-kaleidoscope .ls-nav-prev:hover,
.color5 .ls-kaleidoscope .ls-nav-next:hover,
.color5 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color5 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color5 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color5 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color5 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color5 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color5 .article-header .date-entry,
.color5 body .wpb_tabs .ui-tabs-nav,
.color5 body .ui-tabs .wpb_tour_next_prev_nav,
.color5 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color5 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #b32323; }
.color5 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #b32323;
  color: #b32323; }
  .color5 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #b32323;
    color: #b32323; }
.color5 .ampersand,
.color5 .site-mainmenu a:hover,
.color5 nav.site-navigation .site-mainmenu li.active > a,
.color5 .ls-kaleidoscope a,
.color5 a:hover,
.color5 .ui-accordion a,
.color5 .widget-area .widget a:hover,
.color5 .ui-state-default a,
.color5 .ui-tabs a,
.color5 a.link_title,
.color5 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color5 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color5 a.comment-reply-link:hover {
  color: #b32323; }
.color5 body .ui-state-active a {
  color: #fff; }

.color6 .accent-background,
.color6 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color6 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color6 input[type="submit"]:hover,
.color6 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color6 #nav-open-btn,
.color6 body .ui-state-active a,
.color6 .ls-kaleidoscope .ls-inner {
  background-color: #f7c720 !important; }
.color6 .site-header-wrapper,
.color6 .ls-kaleidoscope .ls-nav-prev:hover,
.color6 .ls-kaleidoscope .ls-nav-next:hover,
.color6 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color6 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color6 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color6 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color6 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color6 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color6 .article-header .date-entry,
.color6 body .wpb_tabs .ui-tabs-nav,
.color6 body .ui-tabs .wpb_tour_next_prev_nav,
.color6 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color6 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #f7c720; }
.color6 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #f7c720;
  color: #f7c720; }
  .color6 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #f7c720;
    color: #f7c720; }
.color6 .ampersand,
.color6 .site-mainmenu a:hover,
.color6 nav.site-navigation .site-mainmenu li.active > a,
.color6 .ls-kaleidoscope a,
.color6 a:hover,
.color6 .ui-accordion a,
.color6 .widget-area .widget a:hover,
.color6 .ui-state-default a,
.color6 .ui-tabs a,
.color6 a.link_title,
.color6 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color6 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color6 a.comment-reply-link:hover {
  color: #f7c720; }
.color6 body .ui-state-active a {
  color: #fff; }

.color7 .accent-background,
.color7 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color7 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color7 input[type="submit"]:hover,
.color7 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color7 #nav-open-btn,
.color7 body .ui-state-active a,
.color7 .ls-kaleidoscope .ls-inner {
  background-color: #5b4490 !important; }
.color7 .site-header-wrapper,
.color7 .ls-kaleidoscope .ls-nav-prev:hover,
.color7 .ls-kaleidoscope .ls-nav-next:hover,
.color7 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color7 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color7 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color7 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color7 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color7 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color7 .article-header .date-entry,
.color7 body .wpb_tabs .ui-tabs-nav,
.color7 body .ui-tabs .wpb_tour_next_prev_nav,
.color7 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color7 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #5b4490; }
.color7 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #5b4490;
  color: #5b4490; }
  .color7 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #5b4490;
    color: #5b4490; }
.color7 .ampersand,
.color7 .site-mainmenu a:hover,
.color7 nav.site-navigation .site-mainmenu li.active > a,
.color7 .ls-kaleidoscope a,
.color7 a:hover,
.color7 .ui-accordion a,
.color7 .widget-area .widget a:hover,
.color7 .ui-state-default a,
.color7 .ui-tabs a,
.color7 a.link_title,
.color7 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color7 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color7 a.comment-reply-link:hover {
  color: #5b4490; }
.color7 body .ui-state-active a {
  color: #fff; }

.color8 .accent-background,
.color8 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color8 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color8 input[type="submit"]:hover,
.color8 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color8 #nav-open-btn,
.color8 body .ui-state-active a,
.color8 .ls-kaleidoscope .ls-inner {
  background-color: #1fbba6 !important; }
.color8 .site-header-wrapper,
.color8 .ls-kaleidoscope .ls-nav-prev:hover,
.color8 .ls-kaleidoscope .ls-nav-next:hover,
.color8 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color8 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color8 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color8 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color8 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color8 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color8 .article-header .date-entry,
.color8 body .wpb_tabs .ui-tabs-nav,
.color8 body .ui-tabs .wpb_tour_next_prev_nav,
.color8 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color8 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #1fbba6; }
.color8 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #1fbba6;
  color: #1fbba6; }
  .color8 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #1fbba6;
    color: #1fbba6; }
.color8 .ampersand,
.color8 .site-mainmenu a:hover,
.color8 nav.site-navigation .site-mainmenu li.active > a,
.color8 .ls-kaleidoscope a,
.color8 a:hover,
.color8 .ui-accordion a,
.color8 .widget-area .widget a:hover,
.color8 .ui-state-default a,
.color8 .ui-tabs a,
.color8 a.link_title,
.color8 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color8 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color8 a.comment-reply-link:hover {
  color: #1fbba6; }
.color8 body .ui-state-active a {
  color: #fff; }

.color9 .accent-background,
.color9 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color9 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color9 input[type="submit"]:hover,
.color9 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color9 #nav-open-btn,
.color9 body .ui-state-active a,
.color9 .ls-kaleidoscope .ls-inner {
  background-color: #40484a !important; }
.color9 .site-header-wrapper,
.color9 .ls-kaleidoscope .ls-nav-prev:hover,
.color9 .ls-kaleidoscope .ls-nav-next:hover,
.color9 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color9 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color9 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color9 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color9 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color9 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color9 .article-header .date-entry,
.color9 body .wpb_tabs .ui-tabs-nav,
.color9 body .ui-tabs .wpb_tour_next_prev_nav,
.color9 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color9 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #40484a; }
.color9 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #40484a;
  color: #40484a; }
  .color9 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #40484a;
    color: #40484a; }
.color9 .ampersand,
.color9 .site-mainmenu a:hover,
.color9 nav.site-navigation .site-mainmenu li.active > a,
.color9 .ls-kaleidoscope a,
.color9 a:hover,
.color9 .ui-accordion a,
.color9 .widget-area .widget a:hover,
.color9 .ui-state-default a,
.color9 .ui-tabs a,
.color9 a.link_title,
.color9 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color9 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color9 a.comment-reply-link:hover {
  color: #40484a; }
.color9 body .ui-state-active a {
  color: #fff; }

.color10 .accent-background,
.color10 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color10 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color10 input[type="submit"]:hover,
.color10 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color10 #nav-open-btn,
.color10 body .ui-state-active a,
.color10 .ls-kaleidoscope .ls-inner {
  background-color: #f63c38 !important; }
.color10 .site-header-wrapper,
.color10 .ls-kaleidoscope .ls-nav-prev:hover,
.color10 .ls-kaleidoscope .ls-nav-next:hover,
.color10 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color10 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color10 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color10 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color10 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color10 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color10 .article-header .date-entry,
.color10 body .wpb_tabs .ui-tabs-nav,
.color10 body .ui-tabs .wpb_tour_next_prev_nav,
.color10 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color10 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #f63c38; }
.color10 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #f63c38;
  color: #f63c38; }
  .color10 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #f63c38;
    color: #f63c38; }
.color10 .ampersand,
.color10 .site-mainmenu a:hover,
.color10 nav.site-navigation .site-mainmenu li.active > a,
.color10 .ls-kaleidoscope a,
.color10 a:hover,
.color10 .ui-accordion a,
.color10 .widget-area .widget a:hover,
.color10 .ui-state-default a,
.color10 .ui-tabs a,
.color10 a.link_title,
.color10 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color10 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color10 a.comment-reply-link:hover {
  color: #f63c38; }
.color10 body .ui-state-active a {
  color: #fff; }

.color11 .accent-background,
.color11 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color11 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color11 input[type="submit"]:hover,
.color11 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color11 #nav-open-btn,
.color11 body .ui-state-active a,
.color11 .ls-kaleidoscope .ls-inner {
  background-color: #c6ff00 !important; }
  /*feno modif valeur init:#bfd71b*/
.color11 .site-header-wrapper,
.color11 .ls-kaleidoscope .ls-nav-prev:hover,
.color11 .ls-kaleidoscope .ls-nav-next:hover,
.color11 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color11 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color11 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color11 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color11 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color11 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color11 .article-header .date-entry,
.color11 body .wpb_tabs .ui-tabs-nav,
.color11 body .ui-tabs .wpb_tour_next_prev_nav,
.color11 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color11 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #c6ff00; }
.color11 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #c6ff00;
  color: #c6ff00; }
  .color11 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #c6ff00;
    color: #c6ff00; }
.color11 .ampersand,
.color11 .site-mainmenu a:hover,
.color11 nav.site-navigation .site-mainmenu li.active > a,
.color11 .ls-kaleidoscope a,
.color11 a:hover,
.color11 .ui-accordion a,
.color11 .widget-area .widget a:hover,
.color11 .ui-state-default a,
.color11 .ui-tabs a,
.color11 a.link_title,
.color11 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color11 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color11 a.comment-reply-link:hover {
  color: #c6ff00; }
.color11 body .ui-state-active a {
  color: #fff; }

.color12 .accent-background,
.color12 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color12 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color12 input[type="submit"]:hover,
.color12 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color12 #nav-open-btn,
.color12 body .ui-state-active a,
.color12 .ls-kaleidoscope .ls-inner {
  background-color: #72bd5d !important; }
.color12 .site-header-wrapper,
.color12 .ls-kaleidoscope .ls-nav-prev:hover,
.color12 .ls-kaleidoscope .ls-nav-next:hover,
.color12 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color12 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color12 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color12 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color12 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color12 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color12 .article-header .date-entry,
.color12 body .wpb_tabs .ui-tabs-nav,
.color12 body .ui-tabs .wpb_tour_next_prev_nav,
.color12 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color12 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #72bd5d; }
.color12 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #72bd5d;
  color: #72bd5d; }
  .color12 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #72bd5d;
    color: #72bd5d; }
.color12 .ampersand,
.color12 .site-mainmenu a:hover,
.color12 nav.site-navigation .site-mainmenu li.active > a,
.color12 .ls-kaleidoscope a,
.color12 a:hover,
.color12 .ui-accordion a,
.color12 .widget-area .widget a:hover,
.color12 .ui-state-default a,
.color12 .ui-tabs a,
.color12 a.link_title,
.color12 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color12 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color12 a.comment-reply-link:hover {
  color: #72bd5d; }
.color12 body .ui-state-active a {
  color: #fff; }

.color13 .accent-background,
.color13 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color13 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color13 input[type="submit"]:hover,
.color13 .wpb_teaser_grid_portfolio ul.wpb_thumbnails li:hover h2,
.color13 #nav-open-btn,
.color13 body .ui-state-active a,
.color13 .ls-kaleidoscope .ls-inner {
  background-color: #019875 !important; }
.color13 .site-header-wrapper,
.color13 .ls-kaleidoscope .ls-nav-prev:hover,
.color13 .ls-kaleidoscope .ls-nav-next:hover,
.color13 .ls-kaleidoscope .ls-bottom-slidebuttons a.ls-nav-active,
.color13 .ls-kaleidoscope .ls-bottom-slidebuttons a:hover,
.color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, .color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-controlNav li a.flex-active,
.color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover, .color13 .wpb_wrapper .wpb_gallery .wpb_gallery_slides .nivo-directionNav a:hover,
.color13 nav.site-navigation .site-mainmenu li.menu-parent-item a:hover:after,
.color13 nav.site-navigation.desktop .site-mainmenu > li:hover,
.color13 nav.site-navigation .site-mainmenu > li ul.sub-menu li:hover a,
.color13 .article-header .date-entry,
.color13 body .wpb_tabs .ui-tabs-nav,
.color13 body .ui-tabs .wpb_tour_next_prev_nav,
.color13 body .wpb_teaser_grid_portfolio.wpb_carousel .prev:hover, .color13 .wpb_teaser_grid_portfolio.wpb_carousel .next:hover {
  border-color: #019875; }
.color13 nav.site-navigation .site-mainmenu > li:hover > a {
  border-top-color: #019875;
  color: #019875; }
  .color13 nav.site-navigation .site-mainmenu > li:hover > a:after {
    border-color: #019875;
    color: #019875; }
.color13 .ampersand,
.color13 .site-mainmenu a:hover,
.color13 nav.site-navigation .site-mainmenu li.active > a,
.color13 .ls-kaleidoscope a,
.color13 a:hover,
.color13 .ui-accordion a,
.color13 .widget-area .widget a:hover,
.color13 .ui-state-default a,
.color13 .ui-tabs a,
.color13 a.link_title,
.color13 .wpb_teaser_grid_portfolio .categories_filter li.active a, .color13 .wpb_teaser_grid_portfolio .categories_filter li a:hover,
.color13 a.comment-reply-link:hover {
  color: #019875; }
.color13 body .ui-state-active a {
  color: #fff; }

#wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }

img {
  display: block; }

.chromeframe {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px; }
  .chromeframe h3 {
    margin-bottom: 0; }

.test {
  color: #000; }

.wrapper {
  padding: 40.5px 0;
  padding:  0.95rem 0;
/* espace entre bloc valeur init 2.25rem*/  }
  @media only screen and (max-width: 22.22222em) {
    .wrapper {
      padding: 13.5px 0;
      padding:  0.75rem 0; } }

.entry-header-wrapper {
  padding-bottom: 0;
  margin-bottom: -40.5px;
  margin-bottom: -2.25rem; }
  @media only screen and (max-width: 22.22222em) {
    .entry-header-wrapper {
      margin-bottom: -13.5px;
      margin-bottom: -0.75rem; } }

.container, .entry-header {
  padding: 0 27px;
  padding:  0 1.5rem; }
  @media only screen and (max-width: 22.22222em) {
    .container, .entry-header {
      padding: 0 8px;
      padding:  0 0.44444rem; } }

@media only screen and (max-width: 50em) {
  .site-header {
    max-width: 100%;
    padding-right: 87px;
    padding-right: 4.83333rem; } }

.l-header-fixed #content {
  padding-top: 160px;
	/*feno modif valeur init: 135px*/}
.l-header-fixed .site-header-wrapper {
  position: fixed;
  width: 100%;
  background:#f5f5f5; }
  /*couleur menu intérieur feno valeur init: #ede8fe*/
.l-header-fixed .site-header-wrapper, .l-header-fixed .site-logo-container, .l-header-fixed nav.site-navigation .site-mainmenu, .l-header-fixed nav.site-navigation .site-mainmenu > li > a,
.l-header-fixed nav.site-navigation .site-mainmenu > li > a:after {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.l-header-small #header.site-header-wrapper {
  height: 70px !important;
  border-bottom-width: 0px; }
.l-header-small #header.site-header-wrapper {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); }
.l-header-small #header .site-logo-container {
  height: 65px;
  height: 3.61111rem; }
.l-header-small #header nav.site-navigation .site-mainmenu {
  height: 70px;
  height: 3.88889rem; }
  .l-header-small #header nav.site-navigation .site-mainmenu > li > ul.sub-menu {
    top: 62px;
    top: 3.44444rem; }
.l-header-small #header nav.site-navigation .site-mainmenu > li > a {
  height: 65px;
  height: 3.61111rem; }
  .l-header-small #header nav.site-navigation .site-mainmenu > li > a:after {
    top: 45px;
    top: 2.5rem; }
.l-header-small .site-branding .site-logo {
  max-height: 50px;
  margin-right: -1px; }

.site-branding {
  width: 315px;
  width: 17.5rem;
  float: left;
  padding-left: 0; }
  @media only screen and (max-width: 50em) {
    .site-branding {
      max-width: 100%; } }
  .site-branding a, .site-branding .site-logo {
    display: block;
    border: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    max-width: 100%;
    max-height: 150px; }
  .site-branding .site-logo {
    margin-top:7px;
	/*feno*/
	margin-right: 0px;
	/*feno*/
	padding-left:80px;
	/*feno modif valeur init: inexistant*/
	background-color:#f5f5f5;
	/*feno modif valeur init: tsy misy*/
    overflow: hidden; }

.site-header-wrapper {
  position: relative;
  z-index: 101;
  overflow: visible;
  border-bottom: 0px solid #109f8c;
  height: 180px;
  height: 8rem;
	/*feno valeur init: 7.5 rem*/}
  @media only screen and (max-width: 22.22222em) {
    .site-header-wrapper {
      height: 90px;
      height: 5rem; } }
  .site-header-wrapper.wrapper {
    padding-top: 0; }

.site-logo-container {
  display: table-cell;
  vertical-align: middle;
  height: 135px;
  height: 7.5rem; }
  @media only screen and (max-width: 22.22222em) {
    .site-logo-container {
      height: 90px;
      height: 5rem; } }

.accent-background {
  background-color: #109f8c; }

.site-navigation {
  margin-left: 315px;
  margin-left: 17.5rem; }

.site-footer-wrapper {
  background: #0a0a0a;
  color: white; }

.featured-image {
  height: 378px;
  height: 21rem;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.wrapper, .wpb_content_element {
  position: relative; }

body .wpb_content_element, body ul.wpb_thumbnails-fluid > li, body .last_toggle_el_margin, body .wpb_button {
  margin-bottom: 0; }
body .wpb_wrapper .wpb_video_widget {
  width: 726px;
  width: 40.33333rem;
  max-width: 100%;
  margin: 0 auto 27px;
  margin:  0 auto 1.5rem; }

.row-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .row-background.border-top {
    border-top: 1px solid #c2c2c2; }

hr {
  margin: -13.5px auto 40.5px !important; }
  hr.white {
    border-color: white; }
  hr.small {
    width: 100px;
    width: 5.55556rem; }

.article-header .date-entry {
  text-transform: uppercase;
  border-bottom: 1px solid #109f8c;
  float: left;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem; }
.article-header .entry-title {
  margin-top: 27px;
  margin-top: 1.5rem;
  margin-bottom: 25px;
  margin-bottom: 1.38889rem;
  clear: left; }

.posted-on {
  padding: 23px 0;
  padding:  1.27778rem 0;
  border-top: 3px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center; }
  .posted-on .author, .posted-on .wrote, .posted-on .entry-date, .posted-on .comments-link {
    text-transform: uppercase; }

.article-tags {
  margin: 10px 0 20px;
  margin:  0.55556rem 0 1.11111rem; }
.article-tags a {
  color: #2e2e2e; }

.wpgrade_pagination span {
  color: #d5d5d5;
  padding: 3px 6px;
  padding:  0.16667rem 0.33333rem; }
.wpgrade_pagination a {
  padding: 3px 6px;
  padding:  0.16667rem 0.33333rem; }

.charset {
  line-height: 1.47364;
  font-size: 55px;
  font-size: 3.05556rem;
  margin: 0;
  display: inline; }

.s22 {
  line-height: 1.22955;
  font-size: 22px;
  font-size: 1.22222rem; }

.s18 {
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem; }

.s16 {
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem; }

.s14 {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem; }

.s12 {
  line-height: 1.93214;
  font-size: 14px;
  font-size: 0.77778rem; }

#authorbox {
  padding: 30px 0;
  padding:  1.66667rem 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.50278;
  font-size: 18px;
  font-size: 1rem; }

.author-text {
  padding-left: 25%;
  border-right: 0; }

.author-avatar {
  width: 20%;
  height: 20%;
  float: left; }
  .author-avatar img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }

.author-title {
  line-height: 1.42368;
  font-size: 19px;
  font-size: 1.05556rem;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1;
  font-weight: bold; }

body.error404 h1.heading-404 {
  line-height: 1.08025;
  font-size: 200px;
  font-size: 11.11111rem; }
body.error404 h2 {
  padding-bottom: 30px;
  padding-bottom: 1.66667rem; }
  body.error404 h2:after {
    content: '';
    width: 150px;
    width: 8.33333rem;
    height: 1px;
    display: block;
    background-color: #d5d5d5;
    margin: 20px auto 0;
    margin:  1.11111rem auto 0; }
body.error404 .search-form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
body.error404 .search-form input[type="text"] {
  width: 90%; }
body.error404 .search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  padding:  0.55556rem 1.11111rem;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
body.error404 #content .container, body.error404 #content .entry-header {
  text-align: center;
  padding: 0 0 40px 0;
  padding:  0 0 2.22222rem 0; }

.archive .page-title {
  border-bottom: 1px solid #d5d5d5;
  text-transform: uppercase;
  margin: 0;
  padding: 26px 0 0;
  padding:  1.44444rem 0 0; }
.archive .post {
  padding: 0;
  margin: 27px 0 26px;
  margin:  1.5rem 0 1.44444rem;
  border-bottom: 1px dotted #d5d5d5; }
.archive a {
  color: #5a5a5a; }
  .archive a:hover {
    text-decoration: none; }
.archive .entry-header {
  padding: 10px 0;
  padding:  0.55556rem 0; }
.archive .entry-title {
  margin-top: 0; }
.archive .posted-on {
  border-width: 0;
  padding: 0;
  text-align: left;
  line-height: 1.69063;
  font-size: 16px;
  font-size: 0.88889rem; }
.archive .entry-featured-image {
  margin-bottom: 15px;
  margin-bottom: 0.83333rem; }

.the_team {
  background: red; }
@media only screen and (max-width: 50em) {
  .the_team .span4 > .wpb_wrapper {
    margin: 0 15% 30px !important; } }
.the_team .span4:first-child > .wpb_wrapper {
  margin-left: 0; }
.the_team .span4:last-child > .wpb_wrapper {
  margin-right: 0;
  margin-left: 30%; }
.the_team .span4 > .wpb_wrapper {
  width: 70%;
  margin: 0 15%; }
.the_team .span4 img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s; }
  .the_team .span4 img:hover {
    cursor: pointer;
    -webkit-filter: grayscale(0); }
