/* EXAMPLE USAGE
@media (max-width: @screen-xl)  { }
@media (max-width: @screen-lg)  { }
@media (max-width: @screen-md)  { }
@media (max-width: @screen-sm)  { }
@media (max-width: @screen-xs)  { }
*/
/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
@import "../plugins/pushy-master/css/pushy.css";
@import "../plugins/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min.css";
@import "../plugins/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min.css";
@import "../plugins/tooltipster-master/dist/css/tooltipster.bundle.min.css";
@import "../plugins/tooltipster-master/dist/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
#font {
  /*.sans-serif(@weight: 300, @size: 20px, @lineHeight: 1.2) {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }*/
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*  Corrects block display not defined in IE6/7/8/9 & FF3 */
html {
  overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*  Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*  Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}
/*  Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*  1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*  Addresses font-family inconsistency between 'textarea' and other form elements. */
html,
button,
input,
select,
textarea {
  font-family: serif;
}
/*  Addresses margins handled incorrectly in IE6/7 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*  Addresses outline displayed oddly in Chrome */
a:focus {
  outline: thin dotted;
}
/*  Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*  Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
  border-bottom: 1px dotted;
}
/*  Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*  Addresses styling not present in S5, Chrome */
dfn {
  font-style: italic;
}
/*  Addresses styling not present in IE6/7/8/9 */
mark {
  background: #ff0;
  color: #000;
}
/*  Addresses margins set differently in IE6/7 */
p,
pre {
  margin: 1em 0;
}
/*  Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*  Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*  1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*  Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*  Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*  Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*  Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*  1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*  Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*  Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*  Corrects margin displayed oddly in IE6/7 */
form {
  margin: 0;
}
/*  Define consistent border, margin, and padding */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*  1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*  1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*  Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
  line-height: normal;
  /* 1 */
}
/*  1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*  Re-set default cursor for disabled elements */
button[disabled],
input[disabled] {
  cursor: default;
}
/*  1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*  1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*  Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*  Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*  1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}
/* standard elements
-------------------------------------------------------------- */
html,
body {
  background: #333;
  color: #ccc;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body,
p,
li,
label,
input,
textarea,
select,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.075em;
}
p,
ul,
ol {
  margin: 0 0 1em;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin: 0;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
img {
  max-width: 100%;
}
/* header styles
-------------------------------------------------------------- */
h1,
.h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #ffc;
  margin: 0 0 10px;
}
h2,
.h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #ffc;
  margin: 20px 0 15px;
}
h3,
.h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  margin: 10px 0 5px;
}
h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #ffc;
  margin: 0 0 5px;
}
h5,
.h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
/* sitewide links styles
-------------------------------------------------------------- */
a {
  color: #ffc;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #ffff99;
}
/* general reusable styles
-------------------------------------------------------------- */
.tabs {
  zoom: 1;
}
.tabs:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tabs h1 {
  float: left;
  margin: 5px 0 0;
}
.tabs ul {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
  zoom: 1;
  margin: 0 0 16px;
  border-bottom: 1px solid #666;
  position: relative;
  text-align: right;
}
.tabs ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media (max-width: 667px) {
  .tabs ul {
    clear: both;
  }
}
.tabs li {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  position: relative;
  bottom: -1px;
}
@media (max-width: 667px) {
  .tabs li {
    float: left;
    margin: 0 10px 0 0;
  }
}
.tabs li.ui-state-active a {
  background: #333;
  border-bottom: #333;
  bottom: -1px;
}
.tabs a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background: #232323;
  border: 1px solid #666;
  position: relative;
  outline: none;
  color: #fff;
  font-size: 13px;
}
.tabs a:hover {
  color: #ffc;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: left;
  margin: 0 0 20px 20px;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  background: rgba(0, 0, 0, 0.7);
}
/* gutenberg overrides
-------------------------------------------------------------- */
.wp-block-columns {
  gap: 16px !important;
}
/* formee styles
-------------------------------------------------------------- */
/* fieldset and legend */
fieldset {
  padding: 0 20px;
  margin: 0 0 20px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
legend {
  font-weight: normal;
  font-size: 19px;
  padding: 0 10px;
}
/* form elements  */
label .required,
.label .required {
  font-weight: bold;
  font-style: normal;
  color: #b85a61;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
  border-color: #c6c6c6 #dadada #eaeaea;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  background: #fafafa;
  color: #999;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.2;
}
.ie7 input[type="text"],
.ie7 input[type="email"],
.ie7 input[type="password"],
.ie7 input[type="file"],
.ie7 textarea,
.ie7 select {
  width: 90%;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  color: #666;
  background: #fff none;
  border-color: #c6c6c6;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  color: #333;
  background: #fff none;
  border-color: #0b8648 #07572f #07572f #0b8648;
  outline: 0;
}
/* form msg status  */
.msg-info,
.msg-warning,
.msg-error,
.msg-success {
  color: #2b2b2b;
  -moz-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  margin: 20px 0;
  padding: 20px 20px 20px 50px;
}
.msg-info ul,
.msg-warning ul,
.msg-error ul,
.msg-success ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.msg-info h3,
.msg-warning h3,
.msg-error h3,
.msg-success h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1;
}
.msg-info {
  background: #d1ecf7 url(../images/layout/sprites-forms.png) no-repeat -164px 20px;
  border-color: #bcdfef;
}
.msg-warning {
  background: #fff6bf url(../images/layout/sprites-forms.png) no-repeat -114px -30px;
  border-color: #fceb77;
}
.msg-error {
  background: #fad0d0 url(../images/layout/sprites-forms.png) no-repeat -64px -80px;
  border-color: #f6abab;
}
.msg-success {
  background: #e5f8ce url(../images/layout/sprites-forms.png) no-repeat -16px -127px;
  border-color: #d0f1a6;
}
.msg-success strong,
.msg-success a {
  color: #62b548;
}
.msg-info strong,
.msg-info a {
  color: #11689e;
}
.msg-warning strong,
.msg-warning a {
  color: #957210;
}
.msg-error strong,
.msg-error a {
  color: #b01717;
}
/* form validation */
.field-error {
  border-color: #FAD0D0 !important;
  color: #b01717 !important;
  -webkit-box-shadow: 0 0 1px 0 rgba(176, 23, 23, 0.4);
  -moz-box-shadow: 0 0 1px 0 rgba(176, 23, 23, 0.4);
  box-shadow: 0 0 1px 0 rgba(176, 23, 23, 0.4);
}
.form-error {
  color: #b01717;
  font-size: 13px;
  display: block;
}
/* form buttons */
.button input[type="submit"],
.button input[type="button"],
.button input[type="reset"] {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #07572f;
  background: #0b8648;
  background-color: #07572f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0b8648), to(#07572f));
  /* Konqueror */
  background-image: -moz-linear-gradient(#0b8648, #07572f);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#0b8648, #07572f);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b8648), color-stop(100%, #07572f));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#0b8648, #07572f);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#0b8648, #07572f);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b8648', endColorstr='#07572f', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b8648', endColorstr='#07572f', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#0b8648, #07572f);
  /* the standard */
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 9px;
  text-align: center;
}
.button input:hover,
.button input[type="submit"]:hover,
.button input[type="button"]:hover,
.button input[type="reset"]:hover {
  background: #07572f;
  background-color: #0b8648;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0d9e55), to(#0b8648));
  /* Konqueror */
  background-image: -moz-linear-gradient(#0d9e55, #0b8648);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#0d9e55, #0b8648);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d9e55), color-stop(100%, #0b8648));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#0d9e55, #0b8648);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#0d9e55, #0b8648);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9e55', endColorstr='#0b8648', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9e55', endColorstr='#0b8648', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#0d9e55, #0b8648);
  /* the standard */
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
/* forms
-------------------------------------------------------------- */
/* full width, label above field */
.form-a {
  padding: 20px 0 0;
}
.form-a .form-item {
  margin: 0 0 10px;
  zoom: 1;
}
.form-a .form-item:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.form-a label {
  float: left;
  width: 190px;
  font-size: 15px;
}
.form-a input[type="text"],
.form-a input[type="email"],
.form-a input[type="password"],
.form-a input[type="file"],
.form-a textarea,
.form-a select {
  float: left;
  width: 360px;
  font-size: 15px;
}
.form-a .button input[type="submit"] {
  font-size: 15px;
  margin: 0 0 0 190px;
}
/* two col, label above field */
/* 
=================================================================
   Media Queries
================================================================= 
*/
/* xsmall
-------------------------------------------------------------- */
/* small
-------------------------------------------------------------- */
/* medium
-------------------------------------------------------------- */
/* large
-------------------------------------------------------------- */
/* xlarge
-------------------------------------------------------------- */
/* retina displays
-------------------------------------------------------------- */
/* 
=================================================================
   Generate Media Queries
================================================================= 
*/
.wp-block-image {
  margin: 0 !important;
}
hr.wp-block-separator {
  border-bottom: 0;
  border-top: 1px solid #999;
  margin: 20px 0;
  height: 1px;
}
.wp-block-column h2:first-child {
  margin-top: 0;
}
/* header styles
-------------------------------------------------------------- */
header {
  zoom: 1;
  position: relative;
  height: 83px;
}
header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media (max-width: 550px) {
  header {
    height: 52px;
  }
}
header .logo {
  float: left;
  margin: 10px 0 5px 10px;
}
@media (max-width: 550px) {
  header .logo {
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header .logo img {
  display: block;
  max-width: 100%;
}
header nav ul {
  position: absolute;
  bottom: 7px;
  right: 10px;
}
header nav li {
  float: left;
  font-size: 12px;
  margin: 0 0 0 16px;
  letter-spacing: 0.7px;
}
header nav li:first-child {
  margin-left: 0;
}
header nav a {
  display: block;
  text-decoration: none;
  color: #ddd;
}
header nav a:hover {
  color: #fff;
}
header nav .current-menu-item a,
header nav .current-page-ancestor a,
header nav .current_page_parent a {
  color: #ffc;
}
@media (max-width: 990px) {
  header .nav-menu {
    display: none;
  }
}
header .menu-btn {
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #ddd;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  outline: none;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  border: 0 none;
}
@media (max-width: 990px) {
  header .menu-btn {
    display: block;
  }
}
header .menu-btn:hover {
  color: #fff;
  border-color: #fff;
}
header .social-list {
  position: absolute;
  top: 10px;
  right: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 550px) {
  header .social-list {
    display: none;
  }
}
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-item {
  font-size: 25px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1;
  vertical-align: top;
}
.social-link {
  display: block;
}
.social-link__img {
  display: block;
  height: 23px;
  width: auto;
  margin: 2px 0 0;
}
/* layout styles
-------------------------------------------------------------- */
.wrapper {
  max-width: 960px;
  margin: 16px auto;
  background: #333;
  padding: 0 10px;
}
.content {
  margin: 10px 10px 0;
  border-top: 1px solid #999;
  padding: 20px 0 0;
}
.responsive-slider.flexslider .slide h2.slide-title {
  display: none;
}
footer {
  max-width: 940px;
  margin: 20px auto 0;
  padding: 0 20px;
  overflow: hidden;
}
footer .footer-inner {
  border-top: 1px solid #999;
  padding: 20px 0;
}
footer .footer-inner p,
footer .footer-inner address {
  color: #ccc;
  margin: 0 !important;
  text-align: right;
  font-size: 11px;
  line-height: 1.4;
  font-style: normal;
}
@media (max-width: 550px) {
  footer .footer-inner p,
  footer .footer-inner address {
    text-align: left;
  }
}
footer .footer-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
footer .footer-col a {
  display: inline-block;
}
footer .footer-col img {
  display: block;
  width: 100px;
}
footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .footer-links__item {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
footer .footer-links__link {
  text-decoration: none;
  display: block;
}
footer .footer-links__link:hover {
  text-decoration: none;
}
footer .footer-links__link:hover .footer-links__img {
  opacity: 1;
}
footer .footer-links__img {
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 5px;
  width: 80px;
  height: 80px;
}
footer .footer-links__text {
  text-align: center;
  display: none;
}
footer .social-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: none;
}
@media (max-width: 550px) {
  footer .social-list {
    display: block;
  }
}
footer .social-item {
  font-size: 25px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  line-height: 1;
  vertical-align: top;
}
footer .footer-accreditations__row {
  display: flex;
  margin: 0 -8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  footer .footer-accreditations__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer-accreditations__item {
  padding: 0 8px 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  footer .footer-accreditations__item {
    min-width: 20%;
    max-width: 20%;
  }
}
footer .footer-accreditations a {
  display: inline-block;
}
.layout-a {
  zoom: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.layout-a:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media (max-width: 550px) {
  .layout-a {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout-a h2:first-child {
  margin-top: 0;
}
.layout-a .col-a {
  min-width: 308px;
  max-width: 308px;
}
@media (max-width: 768px) {
  .layout-a .col-a {
    min-width: 208px;
    max-width: 208px;
  }
}
@media (max-width: 550px) {
  .layout-a .col-a {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    min-width: 0;
    max-width: none;
  }
}
.layout-a .col-a img {
  display: block;
  margin: 0 0 28px;
}
.layout-a .col-b {
  max-width: 616px;
  padding: 0 0 0 16px;
}
@media (max-width: 550px) {
  .layout-a .col-b {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding: 0 0 16px;
  }
}
.layout-a .col-b h1 {
  margin: 0 0 16px;
}
.layout-a .col-b :first-child {
  margin-top: 0;
}
.layout-b {
  zoom: 1;
  border-top: 1px solid #999;
  margin: 8px 0 0;
  padding: 16px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.layout-b:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media (max-width: 768px) {
  .layout-b {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout-b .col {
  padding: 0 10px;
  width: 33.33%;
}
@media (max-width: 768px) {
  .layout-b .col {
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #999;
  }
  .layout-b .col:last-child {
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
  }
}
.layout-b .col ul {
  padding: 0 0 0 17px;
}
.layout-b h2 {
  margin: 0 0 8px;
}
.layout-b p {
  margin: 0;
}
.layout-c ul {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  .layout-c ul {
    margin: 0;
  }
}
.layout-c li {
  width: 33.33%;
  padding: 0 8px 16px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .layout-c li {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .layout-c li {
    width: 100%;
    padding: 0 0 16px;
  }
}
.layout-c li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.layout-c li a:hover h2,
.layout-c li a:hover h3 {
  color: #ffc;
}
.layout-c li a:hover img {
  border: 2px solid #ffc;
}
.layout-c li img {
  display: block;
  max-width: 100%;
  border: 2px solid #666;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  transition: border 0.5s;
  height: auto;
  margin: 0 auto;
}
.layout-c li h2 {
  font-size: 20px;
  margin: 10px 0 5px;
  color: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 990px) {
  .layout-c li h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .layout-c li h2 {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .layout-c li h2 {
    font-size: 14px;
  }
}
.layout-c li h3 {
  font-size: 12px;
  margin: 0;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 550px) {
  .layout-c li h3 {
    font-size: 11px;
  }
}
.page-id-40 .wrapper {
  margin-bottom: 0;
}
.layout-d {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .layout-d {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout-d .col-a {
  min-width: 308px;
  max-width: 308px;
}
@media (max-width: 768px) {
  .layout-d .col-a {
    min-width: 0;
    max-width: none;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
.layout-d .col-a .form-item {
  zoom: 1;
  margin: 0 0 10px;
}
.layout-d .col-a .form-item:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.layout-d .col-a .form-item label {
  float: left;
  width: 150px;
}
.layout-d .col-a .form-item br {
  display: none;
}
.layout-d .col-a .form-item input,
.layout-d .col-a .form-item textarea {
  float: right;
  width: 300px;
}
.layout-d .col-a input[type="submit"] {
  background: #ffc;
  border: 0 none;
  color: #333;
  padding: 5px 10px;
  margin: 0 0 0 160px;
  font-weight: bold;
  width: auto;
}
.layout-d .col-a input[type="submit"]:hover {
  background: #fff;
}
.layout-d .col-a :last-child {
  margin-bottom: 0;
}
.layout-d .col-b {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .layout-d .col-b {
    text-align: left;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 0 16px;
  }
}
.layout-d .col-b img {
  height: auto;
}
.layout-d address {
  margin: 0 0 1em;
}
.layout-e {
  zoom: 1;
}
.layout-e:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.layout-e .col-a {
  float: left;
  width: 616px;
}
.layout-e .col-b {
  float: right;
  width: 308px;
}
.layout-e .col-b ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.layout-e .col-b li {
  padding: 0;
  margin: 0 0 5px;
}
.layout-e .col-b h3 {
  margin: 0 0 5px;
}
.layout-f {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .layout-f {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.layout-f h2 {
  margin-top: 0;
}
.layout-f .col-a {
  min-width: 33.33%;
  max-width: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0 16px 0 0;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .layout-f .col-a {
    min-width: 0;
    max-width: none;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 16px 0 0;
    margin: 16px 0;
  }
}
.layout-f .col-a .col {
  width: 50%;
  padding: 0 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .layout-f .col-a .col {
    width: 25%;
    padding-bottom: 16px;
  }
}
@media (max-width: 550px) {
  .layout-f .col-a .col {
    width: 50%;
  }
}
.layout-f .col-a .col a {
  color: #ffffcc;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.layout-f .col-a .col a h3 {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
.layout-f .col-a .col a:hover h3 {
  color: #ffc;
}
.layout-f .col-a img {
  vertical-align: top;
}
@media (max-width: 990px) {
  .layout-f .col-a--last {
    border-bottom: 0 none;
    margin-bottom: 0;
  }
}
.layout-f .col-b {
  flex: 1;
  padding: 0;
}
@media (max-width: 990px) {
  .layout-f .col-b {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 0 16px;
    padding: 0;
  }
}
.layout-f .col-b .col-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 550px) {
  .layout-f .col-b .col-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout-f .col-b .col-container ul {
  padding: 0 0 0 20px;
}
.layout-f .col-b .col-ba {
  width: 50%;
  padding: 0 8px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .layout-f .col-b .col-ba {
    width: auto;
    padding: 0;
  }
}
.layout-f .col-b .col-ba h3:first-child {
  margin-top: 0;
}
.layout-f .col-b .col-bb {
  width: 50%;
  padding: 0 0 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .layout-f .col-b .col-bb {
    width: auto;
    padding: 0;
  }
}
.layout-f .col-b .col-bb h3:first-child {
  margin-top: 0;
}
@media (max-width: 550px) {
  .layout-f .col-b .col-bb h3:first-child {
    margin-top: 10px;
  }
}
.layout-g h2 {
  margin: 0 0 5px;
}
.layout-g p {
  margin: 0 0 10px;
  line-height: 1.55;
}
.layout-g p:last-child {
  margin: 0;
}
.layout-g .row {
  margin: 0 0 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 550px) {
  .layout-g .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px;
  }
}
.layout-g .col-a {
  min-width: 308px;
  padding: 0 16px 0 0;
}
@media (max-width: 990px) {
  .layout-g .col-a {
    min-width: 33%;
  }
}
@media (max-width: 550px) {
  .layout-g .col-a {
    margin: 0 0 15px;
  }
}
.layout-g .col-a img {
  display: block;
}
.layout-g .col-b {
  width: 100%;
}
.layout-g .col-b:last-child {
  margin-bottom: 0;
}
.page-id-83 p {
  margin: 0 0 21px;
}
.page-id-83 p:last-child {
  margin: 0;
}
.page-id-42 p {
  margin: 0 0 25px;
}
.page-id-42 p:last-child {
  margin: 0;
}
.page-id-44 p {
  margin: 0 0 15px;
}
.page-id-44 p:last-child {
  margin: 0;
}
.pikachoose {
  width: 940px;
  margin: 0 auto;
}
/* Style the thumbnails */
.pika-thumbs {
  padding: 0;
  height: 80px;
  margin: 20px 0 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.pika-thumbs li {
  width: 80px;
  height: 80px;
  margin: 0 5px 11px 5px;
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  /*&:nth-child(5n+1) { margin-left: 0; }*/
}
.pika-thumbs li .clip {
  position: relative;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage,
.pika-textnav {
  width: 940px;
}
.pika-stage {
  position: relative;
  padding: 0;
  text-align: center;
  height: 596px !important;
  background: #222;
  overflow: hidden;
}
.pika-stage img {
  height: 100%;
  max-width: 100%;
}
.pika-stage .caption {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #141414;
  font-size: 11px;
  left: -999em;
  color: #fafafa;
  padding: 10px;
  text-align: right;
  display: none;
}
.pika-stage .caption p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}
/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
  position: absolute;
  text-indent: -5000px;
  display: none;
  z-index: 3;
}
.pika-imgnav a.previous {
  background: url(../images/layout/portfolio/prev.png) no-repeat left 45%;
  height: 100%;
  width: 50px;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.pika-imgnav a.next {
  background: url(../images/layout/portfolio/next.png) no-repeat right 45%;
  height: 100%;
  width: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.pika-imgnav a.play {
  background: url(../images/layout/portfolio/play.png) no-repeat 0% 50%;
  height: 100px;
  width: 44px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}
.pika-imgnav a.pause {
  background: url(../images/layout/portfolio/pause.png) no-repeat 0% 50%;
  height: 100px;
  width: 44px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}
/* The previous and next textual buttons */
.pika-textnav {
  overflow: hidden;
  margin: 10px 0 0 0;
  bottom: 10px;
  position: absolute;
  display: none;
}
.pika-textnav a {
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 4px;
}
.pika-textnav a.previous {
  float: left;
  width: auto;
  display: block;
}
.pika-textnav a.next {
  float: right;
  width: auto;
  display: block;
}
/*for the tool tips*/
.pika-tooltip {
  font-size: 12px;
  position: absolute;
  color: white;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 3px solid black;
  display: none;
  left: -999em;
}
.pika-counter {
  position: absolute;
  bottom: 45px;
  left: 15px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 3px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */
.pika-loader {
  background: url(../images/layout/portfolio/loading.gif) 3px 3px no-repeat #000;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  width: 60px;
  font-size: 11px;
  padding: 5px 3px;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* owl carousel */
.owl-carousel {
  list-style: none;
  padding: 0;
  margin: 0;
}
.owl-carousel .fa-chevron-left,
.owl-carousel .fa-chevron-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  color: #fff;
  background: #000;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .fa-chevron-left:hover,
.owl-carousel .fa-chevron-right:hover {
  opacity: 0.8;
}
.owl-carousel .fa-chevron-left {
  left: 10px;
}
.owl-carousel .fa-chevron-right {
  right: 10px;
}
.owl-carousel__item {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.owl-carousel__item img,
.owl-carousel__item video {
  width: auto !important;
  height: 596px;
  margin: auto;
}
@media (max-width: 990px) {
  .owl-carousel__item img,
  .owl-carousel__item video {
    height: 462px;
  }
}
@media (max-width: 768px) {
  .owl-carousel__item img,
  .owl-carousel__item video {
    height: 382px;
  }
}
@media (max-width: 667px) {
  .owl-carousel__item img,
  .owl-carousel__item video {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .owl-carousel__item img,
  .owl-carousel__item video {
    height: 242px;
  }
}
@media (max-width: 375px) {
  .owl-carousel__item img,
  .owl-carousel__item video {
    height: 215px;
  }
}
.owl-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 16px -4px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-thumb-item {
  padding: 0;
  background: transparent;
  border: 0 none;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 10%;
  max-width: 10%;
  -webkit-flex-basis: 10%;
  -ms-flex-basis: 10%;
  flex-basis: 10%;
  outline: 0 none;
  padding: 0 4px 8px;
}
@media (max-width: 550px) {
  .owl-thumb-item {
    min-width: 20%;
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
  }
}
.owl-thumb-item:hover,
.owl-thumb-item.active {
  opacity: 1;
}
.owl-thumb-item img {
  height: auto;
  display: block;
}
#cookie-law-info-bar {
  left: 0;
}
.instragram-feed {
  border-top: 1px solid #999;
  padding-top: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .instragram-feed {
    display: none;
  }
}
.instragram-feed #sb_instagram {
  margin: 0 -10px;
  width: auto !important;
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a {
  background: transparent !important;
  border: 1px solid #999 !important;
  color: #ccc !important;
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}
.sbi_lightbox_carousel_icon {
  font-size: 18px !important;
  width: 18px !important;
}
.sbi_playbtn {
  font-size: 28px !important;
  width: 28px !important;
  margin-top: -14px !important;
  margin-left: -14px !important;
}
.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 16px -4px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.sidebar-links__item {
  width: 20%;
  padding: 0 4px 8px;
  box-sizing: border-box;
}
.sidebar-links__item:nth-child(6),
.sidebar-links__item:nth-child(7),
.sidebar-links__item:nth-child(8),
.sidebar-links__item:nth-child(9) {
  width: 25%;
}
.sidebar-links__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-links__link:hover {
  opacity: 1;
}
.sidebar-links__img {
  display: block;
  max-width: 100%;
  margin: 0 !important;
}
.award-badges {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.award_badge {
  width: 60px;
  padding: 0 10px 0 0;
}
.award_badge img {
  display: block;
  max-width: 100%;
  height: auto;
}
