/*
Theme Name: Porcelanosa
Author: Delphic Digital
Author URI: http://delphicdigitak.com/
Description: Procelanosa theme built by delphic
Version: 0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
/* button reset */
/*button reset*/
button, input[type="submit"] {
  width: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  /* IE */
  font: 14px arial, sans-serif; }

/*end button reset*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #666; }

h1 {
  margin: 0 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000; }

h1.subheader {
  font-size: 24px;
  color: #666; }

h2 {
  margin: 0 0 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase; }

h2.underlined {
  text-transform: none;
  border-bottom: 1px solid #aaa;
  margin: 0 0 15px;
  padding: 0 0 5px;
  width: 100%;
  color: #444;
  font-size: 18px;
  font-weight: 600; }

h2.large {
  font-size: 24px;
  text-transform: none; }

.main-column h4 {
  margin: 0; }

p {
  margin: 0 0 20px; }

a {
  color: #666; }

p a:hover {
  text-decoration: underline; }

a img, a * {
  cursor: pointer; }

.fully-justify {
  text-align: justify; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

img.photo-left {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    img.photo-left {
      float: left;
      margin: 0 20px 20px 0 !important; } }

img.photo-right {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    img.photo-right {
      float: right;
      margin: 5px 0 20px 20px !important; } }

table img {
  width: auto; }

.entry-content .main-column ol {
  padding-left: 18px; }
  .entry-content .main-column ol li {
    text-align: justify; }

button {
  background-color: #cecccd;
  color: white;
  border-radius: 5px;
  padding: 4px 8px; }

input {
  max-width: 100%; }

.image-replace,
.hide-text span {
  overflow: hidden;
  text-indent: -9999px; }

.hide-text span {
  display: block; }

.image-constrain {
  max-width: 100%; }

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

.clearfix:after, .clear {
  clear: both; }

#tracking-pixels {
  position: absolute;
  top: -9999px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.hidden-small {
  display: none; }

.visible-small {
  display: block; }

.visible-large {
  display: none; }

.visible-medium {
  display: none; }

.visible-medium-up {
  display: none; }

@media (min-width: 768px) {
  .visible-small {
    display: none; }

  .visible-medium {
    display: block; }

  .visible-medium-up {
    display: block; }

  .visible-large {
    display: none; }

  .hidden-small {
    display: block; }

  .hidden-medium {
    display: none; } }
@media (min-width: 980px) {
  .visible-medium {
    display: none; }

  .visible-large {
    display: block; }

  .hidden-medium {
    display: block; }

  .hidden-mobile {
    display: block; }

  .hidden-large {
    display: none; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-family: "mobile"; }
  html.expanded {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    html {
      font-family: "tablet"; } }
  @media (min-width: 980px) {
    html {
      font-family: "desktop"; } }

body {
  height: 100%;
  overflow-x: hidden; }
  body.expanded {
    overflow: hidden;
    width: 100%; }

.entry-content {
  padding: 0 10px 20px; }
  .entry-content.no-padding {
    padding-left: 0;
    padding-right: 0; }

.site-width-container {
  margin: 0 auto;
  max-width: 940px; }

.entry-title.site-width-container {
  padding: 0 10px; }

.site-content-container {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 980px) {
    .site-content-container {
      padding-left: 0px;
      padding-right: 0px; } }

aside {
  margin: 20px auto 0;
  max-width: 320px; }

@media (min-width: 768px) {
  aside {
    margin: 0 auto;
    float: left;
    width: 50%; }

  .entry-content.has-side-bar .main-column
   {
    margin-bottom: 0px;
    float: right;
    width: 50%;
    padding-right: 10px; } }
@media (min-width: 980px) {
  .entry-title.site-width-container {
    padding: 0; }

  .entry-content {
    padding: 0 0 20px; }

  aside {
    width: 40%; }

  .entry-content.has-side-bar .main-column
   {
    width: 60%; } }
.row:before, .row:after {
  content: " ";
  display: table;
  clear: both; }

.col {
  float: left;
  width: 100%; }
  .col-25 {
    width: 25%; }
  .col-75 {
    width: 75%; }
  @media (min-width: 768px) {
    .col-25-m {
      width: 25%; }
    .col-75-m {
      width: 75%; } }

.footer-social-bar {
  margin: 0 auto;
  width: 260px; }

footer {
  position: relative;
  padding: 10px;
  margin: 35px auto 0;
  max-width: 940px;
  min-height: 150px;
  font-size: 10px;
  border-top: 1px solid #ccc; }
  footer #search {
    position: relative;
    right: 3px;
    width: 245px;
    margin: 0 auto 25px auto; }
    footer #search input {
      line-height: normal; }

.footer-logo {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%; }
  .footer-logo img {
    display: block;
    margin: 0 auto;
    width: 40%; }

#footer-nav-left, #footer-nav-right {
  margin: 0 auto 5px auto;
  width: 335px;
  max-width: 100%;
  text-align: center; }
  #footer-nav-left ul, #footer-nav-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #footer-nav-left li, #footer-nav-right li {
    display: block;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center; }
    #footer-nav-left li a, #footer-nav-right li a {
      display: inline-block;
      margin: 0 0 5px;
      min-width: 60px;
      text-decoration: none; }

#footer-nav-right {
  margin-bottom: 20px; }

#copyright {
  margin: 0 auto;
  width: 200px; }

@media (min-width: 320px) {
  #footer-nav-left ul li, #footer-nav-right ul li {
    display: inline-block;
    border-left: 1px solid #666; }
    #footer-nav-left ul li:first-child, #footer-nav-right ul li:first-child {
      border: none; } }
@media (min-width: 768px) {
  .footer-social-bar {
    margin: 0 auto;
    padding: 0 0 0 10px;
    width: 980px; }

  footer #search {
    position: absolute;
    right: 0;
    top: 0; }

  .footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
    width: 208px; }
    .footer-logo img {
      width: 50%; }

  #footer-nav-left {
    float: left;
    width: 38%;
    text-align: left; }

  #footer-nav-right {
    display: none;
    float: right;
    position: relative;
    bottom: 18px;
    margin-right: -10px;
    width: 39%; }
    #footer-nav-right ul {
      float: right; }
    #footer-nav-right .last-item {
      padding-right: 0; }

  #copyright {
    position: absolute;
    left: 10px;
    top: 70px; } }
/* end 768 */
@media (min-width: 980px) {
  footer {
    width: 100%; }

  #footer-nav-left li:first-child {
    padding-left: 0; }
  #footer-nav-left li:nth-child(3n+3) {
    border-left: 1px solid #666; }
  #footer-nav-left li:nth-child(2n+2):after {
    content: ''; }

  #footer-nav-left li a, #footer-nav-right li a {
    min-width: 0; } }
/* end 980 */
.header-info {
  padding-top: 15px; }
  .header-info p {
    color: #666666;
    margin-bottom: 1em; }
  .header-info a {
    text-decoration: underline;
    font-weight: bold; }
  @media (min-width: 768px) {
    .header-info {
      border: 1px solid #666666;
      background-color: white;
      padding: 20px;
      position: absolute;
      z-index: 1000;
      top: 46px;
      right: -16px;
      width: 230px;
      -webkit-box-shadow: 0px 6px 21px -2px rgba(0, 0, 0, 0.44);
      -moz-box-shadow: 0px 6px 21px -2px rgba(0, 0, 0, 0.44);
      box-shadow: 0px 6px 21px -2px rgba(0, 0, 0, 0.44); } }

.header-search__switcher {
  padding: 15px 0; }
.header-search__radio-input {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute; }
  .header-search__radio-input + label {
    color: #cccccc;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 15px; }
    .header-search__radio-input + label .dot {
      display: block;
      position: absolute;
      left: 0px;
      width: 15px;
      height: 15px;
      background-image: url("images/radio-off.png"); }
  .header-search__radio-input:checked + label {
    color: #666666; }
    .header-search__radio-input:checked + label .dot {
      background-image: url("images/radio-on.png"); }
.header-search__radio-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px; }
.header-search__text-input.header-search__text-input {
  display: block;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 0 0 8px 0;
  height: auto;
  margin-bottom: 15px; }
.header-search__submit-button.header-search__submit-button {
  color: white;
  text-transform: uppercase;
  background-color: #6a6a6a;
  border-radius: 5px;
  padding: 8px;
  font-size: 11px; }
@media (min-width: 768px) {
  .header-search__switcher {
    padding-top: 0; }
  .header-search__form {
    position: relative; }
  .header-search__submit-button {
    position: absolute;
    right: 0;
    top: 0; } }

.header-menu-wrap {
  position: relative; }

.header-search,
.header-info {
  display: none; }

.search-title {
  display: inline-block; }

.header-toggles {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -10px; }
  .header-toggles__button {
    opacity: 0.5;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    display: inline-block;
    cursor: pointer;
    text-indent: -99999px; }
    .header-toggles__button--search {
      background-image: url("images/button-search.png"); }
    .header-toggles__button--info {
      background-image: url("images/button-info.png"); }
  .header-toggles__toggle {
    display: none; }
    .header-toggles__toggle--search:checked ~ .header-search {
      display: block; }
    .header-toggles__toggle--search:checked ~ .header-toggles .header-toggles__button--search {
      opacity: 1;
      position: relative; }
      @media (min-width: 768px) {
        .header-toggles__toggle--search:checked ~ .header-toggles .header-toggles__button--search:after {
          content: " ";
          display: block;
          position: absolute;
          width: 15px;
          height: 8px;
          left: 0;
          top: 39px;
          background: url("images/icon-nav-current.png"); } }
    .header-toggles__toggle--info:checked ~ .header-info {
      display: block; }
    .header-toggles__toggle--info:checked ~ .header-toggles .header-toggles__button--info {
      opacity: 1;
      position: relative; }
      @media (min-width: 768px) {
        .header-toggles__toggle--info:checked ~ .header-toggles .header-toggles__button--info:after {
          content: " ";
          display: block;
          position: absolute;
          width: 15px;
          height: 8px;
          left: 0;
          top: 26px;
          background: url("images/icon-nav-dark.png"); } }
  @media (min-width: 768px) {
    .header-toggles {
      top: 13px;
      z-index: 1002;
      margin-top: 0; } }

#header {
  margin: 0 auto;
  padding: 8px 10px 15px; }
  #header .site-logo {
    display: inline-block;
    width: 100%; }

.header-subnav {
  float: right;
  margin: -15px 0 0; }
  .header-subnav ul {
    margin: 0;
    padding: 0; }
  .header-subnav li {
    display: inline-block;
    margin: 0 0 0 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    border-left: 1px solid #666; }
    .header-subnav li:first-child {
      border: none; }
  .header-subnav a {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 5px 0 0 0;
    font-size: 10px;
    color: #666;
    text-decoration: none; }

.header-subnav.header-subnav--left {
  float: left; }
  .header-subnav.header-subnav--left li {
    margin: 0 8px 0 0; }

#branding {
  clear: both;
  width: 280px;
  margin: 0 auto; }

.cart-access {
  margin: 0 0 15px; }

.cart-access a {
  padding: 0 0 0 20px;
  font-size: 13px;
  color: #666;
  background: url(images/icon-cart.png) left top no-repeat; }

@media (min-width: 768px) {
  #header {
    padding: 15px 10px; }

  #branding {
    margin-top: 20px;
    width: 325px; }

  .cart-access {
    float: left;
    clear: both;
    margin: 10px 0 0 10px; } }
@media (min-width: 980px) {
  #header {
    padding-left: 0;
    padding-right: 0; } }
.shaded-background {
  background: url("images/main-bg.jpg"); }

.additional-charges {
  color: #c24519;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px; }
  .additional-charges__icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ1OUExNkZBODEwMTExRTZCQjQyOUQ0OUFGNjE5QUFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ1OUExNkZCODEwMTExRTZCQjQyOUQ0OUFGNjE5QUFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDU5QTE2Rjg4MTAxMTFFNkJCNDI5RDQ5QUY2MTlBQUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDU5QTE2Rjk4MTAxMTFFNkJCNDI5RDQ5QUY2MTlBQUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz76q8kJAAAEYklEQVR42pRWS2/jVBQ+9/raTpxJaQaSAu1kZqpBqsQGqSy7QCoLtkRRu2JYsan6C5gl6j+o+gPYMaq6gNl2NbOD0bBAoqtCE6IhadW0zdOxfS/n3NiO8xoFS1auY9/zncd3vnOZUgrmXfiOeZ633W63t1qt1uZgMNjwfX+VMQaGYdRs2z7LZDKvs9nsK8uyTmnLPFtsHlCn1925vLzcdV23JIQAU9hkHDjn5IC+gyAAdAQQHOyUebKSL/yUTqefLwSEz+v/Nur7zWZz715myTYsExa5goEHGLX7wfu5o0KhcIhRn88FQg8/q/xTfSalLDvpeyAZ/K+Lo6lerwecqeNisXiA0f8ev4sWaHy9Wq0+A8XLKWcEQvWIo4Vh2iKjtF2x0Zr22E4apGLlSqVCDq9PAdXr9X1fBuVUKhWlUIPgx/oXzeCfga4RGtJGDYSm32TktE+DgSqTzbHUdTqdnUq19mMul7N9JeOCRxFpMBDQefMKbl++0P7ld78D9tEqGMrEd3LMOb1PKri5vXYfFR8+dRznOScKX11d7aIXNnlGHybrFm9mAfjNtzD49RfwfvsZ/J4HAiMjEHIi+i7aqziDjJO165eNXcLlSN/t/sAtYU/EtE2CxGtGzwZ5gguhARTjum5M+TFIMhvCtoj+JSTINr9rt7YsMzWiYaL4yU0UrbO+MfRcefgbgCERBHyQxijNyfTR2jRNoIbnWJ9NasTJlIVMjMF4QABiyC68RSaLECGfJBvLQMxM3GtwE7rd7ib3PblBQBG7kmBJ1tHtG/6wJshnY+VjGAXP50ZEtt2BvyFIuxAW2IzUTT4bMhQzjIApPiwX0Rydme47HkaFQiC9Vf6u5p8kg2TDBlUMETnVydOAksFMEiWjE6TCCPmEopoSwmR0aDD1+BO4/+0PRGbsE2Qpw4Y1AhCB0k5M7mOMhFeC4EZNWJY4Q417YlD6ZhBi/JKw/OXXBINrDzXNBImMkEQmBXF7aPWQgbZHCo8j5Ixj177GHE6lKllcvUaO9f/8Ay72voK3338Dg9srSj7KkKFrllSSCaEGwuA0tHCgzczv+EYBvdpfoFo16F+8gaB5jdmklEmYMWri9A28PhCGQBE9TVn2ie8OStTJo/xOSBHezqefg/fFU+whB6yVxzqVCh0wmK97a7JGFADaPyEMLarYUDt/X1S1qCZpGvUQxCZVKJ88IfxSM5GpacbeNW/cRw8fDEWV/qTFcm7pSA8tFX3I4kYdmmah1yMACGGZGps42obb7UFueemIbI+9/bCwckiTsd/vh2AylqHFrtF32mEDjmmkTw0+pOT52traAYFhKjVYTFVQC4/yfqdLEnVcXHtwgD16PvdwQuO30WjsX98092ieEEEWuZBMNEDd+7n3jvL5/GES5N3HLZy6dNzqu14JGw64KbRAilABouMWMYuOXNFxK6rJwue66D0a2r67a291Oq1NNKgPkGGqa9Tx2CP6AIlz55QxNtfYfwIMAIXcpKzML/xdAAAAAElFTkSuQmCC");
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

/* 

[means hidden]
on mobile (stacked):

   img
    2
    2
    2
  [img]

elsewhere (flipped AND vertically centered... so either floats with some inline hackery, or double some content. Going with the doubling):

         2    
[img]    2    img
         2    
*/
.banner-stack-flip {
  text-align: center; }
  .banner-stack-flip__three {
    display: none; }
  .banner-stack-flip img {
    display: block; }
  .banner-stack-flip .banner-stack-flip__two {
    padding-top: 15px;
    padding-bottom: 5px; }
  @media (min-width: 768px) {
    .banner-stack-flip {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .banner-stack-flip .banner-stack-flip__one {
        display: none; }
      .banner-stack-flip .banner-stack-flip__two {
        width: 50%;
        display: table-cell;
        vertical-align: middle; }
      .banner-stack-flip .banner-stack-flip__three {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
      .banner-stack-flip .banner-stack-flip__one + .banner-stack-flip__two {
        text-align: left;
        padding-right: 40px; } }

.page-template-job-greenhouse-detail .banner-stack-flip .banner-stack-flip__two {
  padding-bottom: 25px; }

#breadcrumb {
  font-size: 10px;
  text-transform: uppercase; }
  #breadcrumb a {
    text-decoration: none; }
  #breadcrumb span {
    font-weight: 600;
    color: #000; }
  #breadcrumb span.divider {
    margin: 0 3px;
    font-size: 12px;
    color: #666; }

.btn-primary {
  display: inline-block;
  padding-top: 4px;
  font-family: arial;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C9C5C9), to(rgba(0, 0, 0, 0.3)));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #C9C5C9, rgba(0, 0, 0, 0.3));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #C9C5C9, rgba(0, 0, 0, 0.3));
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #C9C5C9, rgba(0, 0, 0, 0.3));
  /* IE10 */
  background-image: -o-linear-gradient(top, #C9C5C9, rgba(0, 0, 0, 0.3));
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #C9C5C9, rgba(0, 0, 0, 0.3));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#C9C5C9', EndColorStr='rgba(0, 0, 0, 0.3)');
  border-radius: 7%; }

.btn-directions {
  padding: 5px 0;
  width: 80px;
  height: 21px;
  line-height: 12px; }

.btn-gallery {
  padding: 5px 0;
  width: 110px;
  height: 21px;
  line-height: 12px; }

.next-link-arrow {
  background: url("img/next-arrow.png") no-repeat;
  webkit-background-size: 4px;
  background-size: 4px;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-left: 8px; }

.bx-wrapper {
  margin-bottom: 40px !important;
  padding-bottom: 20px; }
  .bx-wrapper ul.bxslider {
    margin: 0 0;
    padding: 0;
    list-style-type: none; }
    .bx-wrapper ul.bxslider .slide-details {
      display: none; }
  .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    background: url("images/icons-bxslider.png") 0 0 no-repeat; }
  .bx-wrapper .bx-next {
    background-position: 0 -41px !important; }
  .bx-wrapper .bx-pager {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    font-size: 0em;
    line-height: 16px;
    color: #666;
    padding-top: 20px; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: #ccc;
      text-indent: -9999px;
      display: block;
      width: 8px;
      height: 8px;
      margin: 0 0 0 16px;
      outline: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #666; }
  @media (min-width: 768px) {
    .bx-wrapper {
      padding-bottom: 0; }
      .bx-wrapper .bx-pager {
        bottom: -27px; } }

#home-slider-wrapper .bx-wrapper {
  margin: 0 auto !important;
  max-width: 430px !important; }
  @media (min-width: 980px) {
    #home-slider-wrapper .bx-wrapper {
      width: 940px;
      max-width: 940px !important; } }

.wpcf7-form img {
  width: auto;
  height: auto; }

.form-row {
  overflow: hidden;
  margin: 0 0 20px; }
  .form-row label {
    float: left;
    margin: 0 10px 5px 0;
    width: 200px; }

.wpcf7-form-control-wrap {
  float: left; }

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 3px; }

input.wpcf7-submit[type="submit"] {
  padding: 5px 20px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 7%;
  background-color: #7d7d7d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#7d7d7d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #adadad, #7d7d7d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #adadad, #7d7d7d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #adadad, #7d7d7d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #adadad, #7d7d7d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #adadad, #7d7d7d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#adadad', EndColorStr='#7d7d7d'); }

.esupport-table {
  background: url("https://www.gotoassist.com/partners/images/smartbox_bg.gif");
  color: black; }
  .esupport-table img {
    display: block; }
  .esupport-table strong {
    font-weight: 600; }
  .esupport-table b {
    font-weight: 400;
    font-size: 11px; }

.gh-banner__title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000; }
.gh-banner__subtitle {
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000; }
.gh-banner__content {
  padding-bottom: 20px; }
.gh-banner__btn {
  border: 1px solid black;
  border-radius: 0;
  padding: 10px 25px;
  color: black;
  font-size: 18px;
  display: inline-block;
  min-width: 160px;
  text-align: center; }

.page-template-job-greenhouse-detail .gh-banner__content {
  padding-top: 10px;
  padding-bottom: 10px; }

.gh-detail-content {
  font-size: 14px;
  margin-bottom: 90px; }
  .gh-detail-content ul {
    list-style: none;
    padding-left: 20px; }
    .gh-detail-content ul li {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAACCAYAAACOoybuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MkNBRkE2RTJEMjUxMUU4OEJEN0U5NUEzOTE2NzBCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MkNBRkE2RjJEMjUxMUU4OEJEN0U5NUEzOTE2NzBCOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQyQ0FGQTZDMkQyNTExRTg4QkQ3RTk1QTM5MTY3MEI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyQ0FGQTZEMkQyNTExRTg4QkQ3RTk1QTM5MTY3MEI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bSmEjQAAABpJREFUeNpiTEtLc2AgDnxgARL1RCq+ABBgAMBfA7doXX2kAAAAAElFTkSuQmCC");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 15px; }
  .gh-detail-content p {
    margin-bottom: 15px; }
  .gh-detail-content strong {
    font-size: 18px;
    color: black; }

.gh-list-job {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
  .gh-list-job:nth-child(1) {
    border-bottom: 0; }
  .gh-list-job:nth-child(2) {
    border-top: 1px solid #eee; }
  .gh-list-job__mainbar {
    padding-right: 20px; }
  .gh-list-job__title {
    text-decoration: underline;
    color: black;
    font-size: 20px;
    line-height: 26px; }
    @media (min-width: 980px) {
      .gh-list-job__title {
        font-size: 26px;
        line-height: 36px; } }
  .gh-list-job__city {
    color: black;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 980px) {
      .gh-list-job__city {
        font-size: 18px;
        line-height: 25px; } }

.gh-pagination {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .gh-pagination {
      text-align: right; } }
  .gh-pagination li {
    font-size: 18px;
    line-height: 26px;
    padding: 3px 6px;
    margin: 0 3px;
    display: inline-block; }
    .gh-pagination li.active {
      border: 2px solid #eee;
      border-radius: 3px; }
      .gh-pagination li.active a {
        text-decoration: none;
        color: #757575; }
    .gh-pagination li.disabled a {
      text-decoration: none;
      color: #757575; }
    .gh-pagination li a {
      color: black;
      text-decoration: underline;
      font-weight: 600; }
      .gh-pagination li a.nextBtn, .gh-pagination li a.prevBtn {
        color: #757575;
        text-decoration: none; }
        .gh-pagination li a.nextBtn.pageBtnActive, .gh-pagination li a.prevBtn.pageBtnActive {
          color: black;
          text-decoration: underline; }

.gh-search__input {
  display: block;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  color: black;
  font-size: 20px;
  padding: 16px 0 16px 28px;
  height: auto;
  background-image: url(images/button-search.png);
  background-repeat: no-repeat;
  background-position: left center; }
  .gh-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black; }
  .gh-search__input::-moz-placeholder {
    /* Firefox 19+ */
    color: black; }
  .gh-search__input:-ms-input-placeholder {
    /* IE 10+ */
    color: black; }
  .gh-search__input:-moz-placeholder {
    /* Firefox 18- */
    color: black; }

.gh-state-picker-radio {
  margin: 15px 0; }
  .gh-state-picker-radio__input {
    display: none; }
  .gh-state-picker-radio__label {
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    color: black; }
  .gh-state-picker-radio .gh-state-picker-radio__input:checked + .gh-state-picker-radio__label {
    -webkit-box-shadow: 0px 0px 0px 6px #f7f7f7;
    -moz-box-shadow: 0px 0px 0px 6px #f7f7f7;
    box-shadow: 0px 0px 0px 6px #f7f7f7;
    background-color: #f7f7f7; }

.gh-state-picker-select__label {
  font-size: 16px;
  line-height: 38px;
  color: black;
  font-weight: bold; }
.gh-state-picker-select__select {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  color: black;
  font-weight: bold;
  border: 2px solid #eee;
  padding: 10px;
  height: 60px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAACtpZ5jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNDVFRjdGQjJDNzAxMUU4QUNEMTlERjBERjY1MkU0RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNDVFRjdGQzJDNzAxMUU4QUNEMTlERjBERjY1MkU0RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE0NUVGN0Y5MkM3MDExRThBQ0QxOURGMERGNjUyRTREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE0NUVGN0ZBMkM3MDExRThBQ0QxOURGMERGNjUyRTREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++XgrJgAAAKhJREFUeNqk0MENgzAMBVAn6hwsQO+ZB/VUBqKninkyANxhEfdbClKaQuImlj6xgvwENsxM3vvOObdTVLijyuqQ3QK4o9lwPqm9xNiQ3uKxIDMyNeIyOwVrtVgBo3k04jEqFhvZcdipwfFGBmREXrWoXNrjbfrlYaAK/YIr8Ev0B/4Dz6KnsAIvolK3zK8eOAWIoj6LluArvIhq4BQnDaqFU5w1Ax8BBgDQnFT1/+G4sQAAAABJRU5ErkJggg==");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none; }

.home-slides {
  position: relative;
  padding: 0;
  list-style-type: none; }
  .home-slides a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-size: cover;
    background-position: center; }
  .home-slides .banner-block {
    margin: 0 0 20px;
    width: 100%;
    height: 160px; }
  .home-slides .b-left-big, .home-slides .c-right-big, .home-slides .a-wide {
    height: 430px; }
  .home-slides .a-wide a {
    background-size: contain;
    background-repeat: no-repeat; }
  .home-slides .caption {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.75); }
    .home-slides .caption .title {
      display: block;
      font-size: 16px; }
    .home-slides .caption .description {
      display: block;
      font-size: 11px; }

@media (min-width: 768px) {
  .home-slides {
    margin: 0 10px; }
    .home-slides .banner-block {
      float: left; }
    .home-slides .e-right-top-left, .home-slides .g-right-bottom-left {
      float: left;
      width: 49%; }
    .home-slides .f-right-top-right, .home-slides .h-right-bottom-right {
      float: right;
      width: 49%; } }
@media (min-width: 980px) {
  .home-slides {
    margin: 0 auto !important;
    max-width: 940px; }
    .home-slides .banner-group {
      width: 940px;
      height: 430px; }
    .home-slides .banner-block {
      position: absolute;
      float: none;
      margin: 0;
      width: auto; }
    .home-slides a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      background-size: cover; }
    .home-slides .a-wide {
      left: 0;
      top: 0;
      width: 100%;
      height: 430px; }
    .home-slides .b-left-big {
      left: 0;
      top: 0;
      width: 460px;
      height: 430px; }
    .home-slides .c-right-big {
      right: 0;
      top: 0;
      width: 460px;
      height: 430px; }
    .home-slides .d-right-top-wide {
      right: 0;
      top: 0;
      width: 460px;
      height: 205px; }
    .home-slides .i-right-bottom-wide {
      right: 0;
      bottom: 0;
      width: 460px;
      height: 205px; }
    .home-slides .f-right-top-right {
      right: 0;
      top: 0;
      width: 220px;
      height: 205px; }
    .home-slides .e-right-top-left {
      right: 240px;
      top: 0;
      width: 220px;
      height: 205px; }
    .home-slides .h-right-bottom-right {
      right: 0;
      bottom: 0;
      width: 220px;
      height: 205px; }
    .home-slides .g-right-bottom-left {
      right: 240px;
      bottom: 0;
      width: 220px;
      height: 205px; } }
#nav-below {
  margin: 10px 0;
  padding: 0 10px; }
  #nav-below a {
    font-weight: 600;
    color: #699dc2;
    text-decoration: none; }
  #nav-below .nav-prev {
    float: left; }
  #nav-below .nav-next {
    float: right; }

@media (min-width: 768px) {
  #nav-below {
    margin: 10px 0;
    padding: 0 10px; } }
@media (min-width: 980px) {
  #nav-below {
    margin: 10px auto;
    padding: 0; } }
.fancybox-inner {
  background: url("http://www.porcelanosa-usa.com/wp-content/uploads/2017/01/Kala.jpg"); }

.fancybox-close {
  top: 5px;
  right: 5px; }

.hide-pop-up {
  display: none; }

#pop-up-content {
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px; }

.pop-up {
  text-align: center; }
  .pop-up__content {
    display: block;
    margin-bottom: 20px; }
    .pop-up__content h2 {
      font-size: 14px;
      font-weight: bold;
      color: black; }
    .pop-up__content p {
      display: inline-block;
      width: 100%; }
      .pop-up__content p span {
        width: 100%; }
      .pop-up__content p label span.privacy {
        width: auto;
        float: none; }
      .pop-up__content p select, .pop-up__content p input[type="text"], .pop-up__content p input[type="email"], .pop-up__content p input[type="tel"], .pop-up__content p textarea {
        padding: 5px; }
      .pop-up__content p input[type="checkbox"], .pop-up__content p input[type="radio"] {
        display: inline-block;
        vertical-align: middle; }
      .pop-up__content p input.wpcf7-submit[type="submit"] {
        margin-left: 16px;
        background-color: #999999;
        background-image: none;
        padding: 8px 20px; }
  .pop-up__hide-button.set {
    background-color: #9c989a; }

@keyframes spinner-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.spinner {
  display: inline-block;
  border: 4px solid #f7f7f7;
  border-left-color: black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spinner-spin 1.2s linear infinite; }

.spotlight {
  margin: 0 0 20px;
  padding: 10px;
  max-width: 320px; }
  .spotlight p {
    margin: 0; }
  .spotlight img {
    float: left;
    display: block;
    margin: 0 10px 0 0;
    width: 70px;
    height: 90px; }
  .spotlight .spotlight-text {
    float: left;
    width: 220px; }
    .spotlight .spotlight-text .main-title {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #222; }
    .spotlight .spotlight-text a {
      display: block;
      margin: 10px 0 0;
      font-weight: 600;
      text-decoration: none;
      color: #333; }
      .spotlight .spotlight-text a span {
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0 10px;
        font-size: 9px;
        font-weight: 400;
        color: #fff;
        background: #e32b2a; }

.large.spotlight img {
  width: 100%;
  height: auto; }

.spotlight h3 {
  margin-top: 0; }

.spotlight #searchform #searchsubmit {
  display: none; }

.addthis_toolbox * {
  opacity: .75;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray; }

.addthis_toolbox *:hover {
  filter: none; }

#menu {
  display: none; }

@media (min-width: 980px) {
  #menu {
    display: block;
    position: relative;
    z-index: 999;
    margin: 10px 0;
    padding: 0 50px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc; }
    #menu .menu {
      margin: 0;
      padding-left: 0; }
    #menu .menu > li {
      display: inline-block;
      margin: 0 18px;
      padding: 14px 0;
      list-style-type: none; }
      #menu .menu > li.current-menu-item {
        background: url(images/icon-nav-current.png) 50% bottom no-repeat; }
        #menu .menu > li.current-menu-item a {
          font-weight: 600;
          color: #000; }
    #menu a {
      color: #666;
      text-decoration: none; }

  .sub-menu {
    display: none !important;
    position: absolute;
    top: 45px;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    background: rgba(0, 0, 0, 0.75); }
    .sub-menu a {
      display: block;
      padding: 5px;
      color: #fff !important; } }
@media (min-width: 980px) {
  #menu .menu > li {
    margin: 0 20px; } }
.btn-mobile-menu {
  margin: 20px 50px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer; }
  .btn-mobile-menu .icon {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 12px;
    height: 10px; }
    .btn-mobile-menu .icon div {
      display: block;
      width: 12px;
      height: 2px;
      background: #666; }
      .btn-mobile-menu .icon div + div {
        display: block;
        margin: 2px 0;
        width: 12px;
        height: 2px;
        background: #666; }
        .btn-mobile-menu .icon div + div + div {
          display: block;
          width: 12px;
          height: 2px;
          background: #666; }

#wrapper {
  height: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#wrapper.expanded {
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(80%, 0, 0);
  -ms-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

#mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  margin: 0;
  padding: 0; }
  #mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #mobile-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #mobile-menu a {
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    text-indent: 20px;
    text-overflow: ellipsis;
    line-height: 40px;
    white-space: nowrap; }
  @media (min-width: 980px) {
    #mobile-menu {
      display: none; } }

#mobile-menu .menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #mobile-menu .menu.expanded {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

#mobile-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%; }
  #mobile-menu .sub-menu.selected {
    display: block; }

#mobile-menu .btn-sub-menu {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  #mobile-menu .btn-sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 10px;
    height: 10px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#mobile-menu .btn-sub-menu-back {
  text-indent: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  #mobile-menu .btn-sub-menu-back:before {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 10px;
    height: 10px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.vc_carousel-indicators.vc_carousel-indicators.vc_carousel-indicators li {
  background-color: #c5c3c6;
  border-color: transparent;
  width: 20px;
  height: 20px; }
  .vc_carousel-indicators.vc_carousel-indicators.vc_carousel-indicators li.vc_active {
    border: 2px solid #c5c3c6;
    background-color: transparent; }

.wpb_images_carousel.wpb_images_carousel.wpb_images_carousel {
  margin-top: 0;
  margin-bottom: 0; }

.vc_images_carousel .vc_carousel-control {
  opacity: 1 !important; }

.vc_images_carousel .vc_carousel-control span {
  background: white !important;
  padding-top: 5px !important; }

.vc_images_carousel .vc_carousel-control.vc_right {
  right: 10% !important; }

.vc_images_carousel .vc_carousel-control.vc_left {
  right: 13% !important; }

.vc_images_carousel .vc_carousel-control.vc_right, .vc_images_carousel .vc_carousel-control.vc_left {
  bottom: 15px !important;
  top: auto !important;
  left: auto !important; }

.vc_row.vc_row {
  max-width: 940px;
  margin: 0 auto 30px; }
  .vc_row.vc_row[data-vc-full-width="true"] {
    max-width: none !important; }

.wpb_content_element.wpb_content_element {
  margin-top: 15px;
  margin-bottom: 15px; }

.vc-catalog-grid .vc_grid-item.ready .vc-gitem-zone-height-mode-auto:before {
  display: none; }

.vc-catalog-grid .vc_grid-item.ready .vc_gitem-zone-img {
  display: block !important;
  visibility: visible !important; }

.vc-catalog-grid .vc_gitem-zone-c {
  display: none; }

.materials_section_text {
  height: 250px;
  padding-top: 30px;
  width: 90%; }

.cta_title_text {
  font-size: 20px; }

.cta_button {
  background-color: #666666;
  padding: 10px 20px; }

#vc_banner_title {
  padding-top: 11.5px; }

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.has-separator .vc_column_container + .vc_column_container {
  border-left: 1px solid #e6e7e8; }

.has-separator .vc_column_container > .vc_column-inner {
  padding-left: 45px;
  padding-right: 45px; }

.apply-job-top {
  margin-top: 20px; }

/* The linkedin apply plugin form page */
.basic-page--apply.basic-page--apply.basic-page--apply.basic-page--apply ul {
  list-style-type: none; }
.basic-page--apply.basic-page--apply.basic-page--apply.basic-page--apply img {
  width: auto; }
.basic-page--apply.basic-page--apply.basic-page--apply.basic-page--apply .linkedin_form_button {
  clear: both;
  width: 50%;
  min-height: 50px;
  background: #148fb8;
  color: #fff;
  border-radius: 5px;
  font-size: 21px;
  line-height: 1;
  padding: 17px 24px;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: auto;
  float: none; }

.appsTable td {
  padding: 20px; }
.appsTable img {
  width: 119px;
  height: 116px; }

.post-type-archive h2, .catalog-page h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  border-bottom: 1px solid #CCC; }
.post-type-archive .spotlight, .catalog-page .spotlight {
  width: 100%; }

@media (min-width: 768px) {
  .post-type-archive .catalogue-section, .catalog-page .catalogue-section {
    margin: 0 0 30px; }
  .post-type-archive .spotlight, .catalog-page .spotlight {
    float: left;
    margin: 0 10px 20px 0;
    width: 48%; } }
@media (min-width: 980px) {
  .post-type-archive .spotlight, .catalog-page .spotlight {
    width: 32%; }
    .post-type-archive .spotlight .spotlight-text, .catalog-page .spotlight .spotlight-text {
      width: 200px; } }
.basic-page .featured-image {
  margin: 0 0 20px; }
  .basic-page .featured-image img {
    display: block; }
.basic-page h1.entry-title {
  font-size: 24px;
  color: #666; }

.type-gallery h1.entry-title {
  margin: 0 auto 20px;
  font-size: 32px;
  color: #000; }

.type-gallery .main-column {
  margin: 0 0 40px 0; }

.single-news .bx-wrapper {
  margin-bottom: 30px !important; }
  @media (min-width: 768px) {
    .single-news .bx-wrapper {
      margin-bottom: 60px !important; } }
  .single-news .bx-wrapper .bxslider {
    margin-bottom: 0px; }
.single-news .bxslider {
  margin-bottom: 60px;
  padding: 0;
  list-style: none; }
  .single-news .bxslider .slide + .slide {
    display: none; }

.single-news .bx-wrapper .bx-pager {
  display: none;
  bottom: 0;
  text-align: left; }

.gh-detail-page__back {
  border: 1px solid black;
  border-radius: 0;
  background-color: transparent;
  color: black;
  font-size: 12px;
  padding: 4px 25px;
  display: inline-block;
  min-width: 160px; }
.gh-detail-page__content-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 50px; }
.gh-detail-page__content-measure {
  max-width: 670px;
  margin: 0 auto; }
.gh-detail-page__form {
  background-color: #f7f7f7; }
  .gh-detail-page__form iframe {
    width: 100%;
    min-height: 1000px; }
.gh-detail-page__footer {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 980px) {
    .gh-detail-page__footer {
      padding-bottom: 35px; } }

.gh-listpage {
  padding-bottom: 20px; }
  .gh-listpage__banner {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .gh-listpage__banner {
        margin-bottom: 20px; } }
  .gh-listpage__head {
    padding-bottom: 20px; }
  .gh-listpage__sidebar {
    padding-bottom: 31px; }
    @media (min-width: 768px) {
      .gh-listpage__sidebar {
        padding-right: 70px;
        padding-bottom: 0px;
        border-right: 1px solid #ccc;
        margin-right: -1px; } }
  .gh-listpage__mainbar {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .gh-listpage__mainbar {
        padding-left: 70px;
        border-left: 1px solid #ccc; } }
  .gh-listpage__column-title {
    margin: 0;
    color: #999999; }

#home-slider-wrapper {
  padding: 0 10px; }

#social-bar-16 {
  margin: 10px 0;
  padding: 0;
  list-style-type: none; }
  #social-bar-16 li {
    float: left; }
  #social-bar-16 a {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url(images/social_16.png); }
    #social-bar-16 a.facebook {
      background-position: -0px 0px; }
    #social-bar-16 a.twitter {
      background-position: -16px 0px; }
    #social-bar-16 a.morpholio {
      background-position: -32px 0px; }
    #social-bar-16 a.pinterest {
      background-position: -48px 0px; }
    #social-bar-16 a.linkedin {
      background-position: -64px 0px; }
    #social-bar-16 a.youtube {
      background-position: -80px 0px; }
    #social-bar-16 a.gplus {
      background-position: -96px 0px; }
    #social-bar-16 a.houzz {
      background-position: -112px 0px; }
    #social-bar-16 a.instagram {
      background-position: -128px 0px; }
    #social-bar-16 a.blog {
      background-position: -144px 0px; }

@media (min-width: 980px) {
  #home-slider-wrapper {
    padding: 0; } }
#menu-grid {
  margin: 20px 0 0; }

.menu-row {
  padding: 0 10px;
  max-width: 430px; }
  .menu-row .content-box {
    margin: 0 0 20px 0; }
    .menu-row .content-box a {
      display: block;
      position: relative;
      font-size: 0;
      overflow: hidden;
      text-align: center; }
      .menu-row .content-box a img {
        min-width: 100%;
        max-width: none;
        margin-right: -9999px;
        margin-left: -9999px; }

.menu-row .row:last-of-type .content-box:last-of-type {
  margin: 0; }

.content-box-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  text-align: left; }
  .content-box-caption h3 {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff; }

.gallery-list .content-box {
  margin-bottom: 10px !important; }

@media (min-width: 768px) {
  .menu-row {
    padding: 0;
    max-width: 960px; }

  .menu-row .content-box {
    float: left;
    padding: 0 10px;
    width: 33%;
    margin: 0; }
    .menu-row .content-box img {
      max-height: 180px;
      min-height: 100px;
      width: auto; }

  .menu-row .row {
    margin: 20px 0 0; }
    .menu-row .row:first-child {
      margin: 0; } }
.canada-link {
  margin: 10px 0 0; }

.canada-link a {
  margin: 0 0 0 10px;
  padding: 0 10px 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  background: url(images/flag-ca.png) left 50% no-repeat; }

.location-row {
  margin: 20px auto 30px;
  color: #768d9a;
  background: #efefef; }
  .location-row h3 {
    text-transform: uppercase;
    color: #000; }
  .location-row h4 {
    font-weight: 400;
    text-transform: uppercase;
    color: #000; }
  .location-row ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px; }
  .location-row .has-parking {
    margin: 20px 0 0;
    font-style: italic;
    font-weight: 600; }
  .location-row .location-detail {
    overflow: hidden;
    padding: 20px; }
  .location-row .location-address {
    margin: 0 0 20px; }
    .location-row .location-address .second-address {
      margin: 20px 0 0; }
    .location-row .location-address .country {
      text-transform: uppercase; }
  .location-row .location-info {
    margin: 0 0 20px; }
    .location-row .location-info p {
      font-size: 11px; }

.location-buttons a, .location-buttons a:visited {
  margin: 0 10px 0 0;
  text-decoration: none; }

@media (min-width: 768px) {
  .canada-link {
    margin: 0 auto; }

  .canada-link a {
    float: right;
    margin: -20px 0 0;
    padding: 0 10px 0 20px; }

  .location-row {
    padding: 0; }
    .location-row .location-banner {
      float: left;
      width: 42%; }
    .location-row .location-address {
      float: left;
      width: 18%;
      margin-left: 35px; }
    .location-row .location-info {
      float: right;
      width: 26%;
      margin: 0 25px 0 0; }

  .location-buttons {
    float: left;
    clear: left;
    margin: 20px 0 20px 40px; } }
/* end 768 */
@media (min-width: 980px) {
  .location-row .location-banner {
    width: 265px; }
  .location-row .location-address {
    float: left;
    width: 20%; }
  .location-row .location-info {
    float: left;
    margin: 0 0 0 50px;
    width: 21%; }
  .location-row .location-buttons {
    position: relative;
    z-index: 2;
    float: right;
    clear: none;
    margin: 0;
    width: 13%; }
    .location-row .location-buttons a {
      float: right;
      margin: 0 0 10px;
      width: 80px;
      height: auto; }

  .location-detail {
    position: relative; }
    .location-detail:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      width: 13%;
      height: 100%;
      background: #e4e4e4; } }
.news h1.page-title {
  padding: 0 20px; }

.news .entry-date {
  font-size: 12px;
  font-weight: 600; }

.news .news-entry-title {
  font-size: 20px; }

.news .news-entry-thumb img {
  display: block; }

.news-entry-content {
  margin-top: 10px;
  padding-top: 10px; }
  .news-entry-content p {
    text-align: justify; }

#featured-news {
  margin: 0 0 40px;
  padding: 0 10px; }

#primary-news {
  padding: 0 10px; }

#secondary-news {
  padding: 0 10px; }

.news-block {
  margin: 0 0 40px; }

.news-entry-title a {
  text-decoration: none; }

.news-tags a {
  font-weight: 600;
  color: #000; }

@media (min-width: 768px) {
  .news-entry-content {
    margin-top: 0px; }

  #featured-news .news-entry-thumb {
    float: left;
    width: 48%; }

  #featured-news .news-entry-content {
    float: right;
    margin: 15px 0 0 25px;
    width: 48%; }

  #primary-news .news-block,
  #secondary-news .news-block {
    float: left;
    width: 50%; }

  #primary-news .news-block:nth-child(odd),
  #secondary-news .news-block:nth-child(odd) {
    padding: 0 10px 0 0; }

  #primary-news .news-block:nth-child(even),
  #secondary-news .news-block:nth-child(even) {
    padding: 0 0 0 10px; }

  #primary-news .news-block {
    height: 430px; }

  #secondary-news .news-entry-content {
    padding: 5px; }

  #secondary-news .news-entry-title {
    height: 100px;
    font-size: 20px; } }
/* end 768 */
@media (min-width: 980px) {
  #featured-news .news-entry-thumb {
    width: 62%; }

  #featured-news .news-entry-content {
    width: 35%;
    margin-left: 0; }

  #primary-news {
    padding: 0;
    max-width: 960px; }

  #primary-news .news-block {
    width: 25%; }
    #primary-news .news-block .entry-date {
      font-size: 11px; }
    #primary-news .news-block h2 {
      font-size: 15px;
      font-weight: 600; }

  #primary-news .news-block:nth-child(even),
  #primary-news .news-block:nth-child(odd) {
    padding: 0 10px; }

  	/*#primary-news .news-block:first-child { padding-left: 0}
   	#primary-news .news-block:last-child  { padding-right: 0} */
  #secondary-news {
    padding: 0;
    max-width: 960px; }
    #secondary-news #sidebar {
      float: left;
      padding: 0 10px 0;
      width: 25%; }
      #secondary-news #sidebar .spotlight {
        width: 100%; }
    #secondary-news .secondary-news-right {
      float: right;
      width: 75%; }
    #secondary-news .news-block {
      width: 33.333%; }
      #secondary-news .news-block:nth-child(even), #secondary-news .news-block:nth-child(odd) {
        padding: 0 10px; }
      #secondary-news .news-block .news-entry-content {
        padding: 10px; }
      #secondary-news .news-block .shaded-background {
        height: 272px; }
      #secondary-news .news-block .entry-date {
        font-size: 11px; }
      #secondary-news .news-block h2 {
        font-size: 13px;
        font-weight: 600; }

  #secondary-news .news-entry-title {
    height: auto; } }
@media (min-width: 768px) {
  .basic-page--two-col .content-primary {
    float: left;
    width: 54.04%; }
  .basic-page--two-col .content-secondary {
    float: right;
    width: 42.55%; } }
.video-section {
  margin: 0 0 30px; }
  .video-section h2 {
    font-size: 20px;
    border-bottom: 1px solid #ccc; }
  .video-section .row {
    margin: 0 0 10px; }

.video-block {
  margin: 0 0 10px;
  padding: 10px; }
  .video-block:first-child {
    margin-left: 0; }
  .video-block .title {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #000; }

@media (min-width: 768px) {
  .video-block {
    float: left;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 32%;
    min-height: 225px; } }
@media (min-width: 980px) {
  .video-block {
    float: left;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 32%; } }

/*# sourceMappingURL=style.css.map */
/* Popup css */
div.sg-popup-content .pop-up__content p {
   margin-bottom: 10px !important;
}

div.sg-popup-content .form-row {
    margin-bottom: 0px !important;
}

div.sg-popup-content .pop-up__content {
	padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}