@font-face {
    font-family: 'icomoon';
    src:    url('../themes/default/assets/fonts/icomoon.eot?gwmqbi');
    src:    url('../themes/default/assets/fonts/icomoon.eot?gwmqbi#iefix') format('embedded-opentype'),
        url('../themes/default/assets/fonts/icomoon.ttf?gwmqbi') format('truetype'),
        url('../themes/default/assets/fonts/icomoon.woff?gwmqbi') format('woff'),
        url('../themes/default/assets/fonts/icomoon.svg?gwmqbi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.icon-search:before {
    content: "\e900";
}
.icon-phone2:before {
    content: "\e901";
}
.icon-envelope-o:before {
    content: "\f003";
}
.icon-phone:before {
    content: "\f095";
}
.icon-phone-square:before {
    content: "\f098";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-paper-plane-o:before {
    content: "\f1d9";
}
.icon-send-o:before {
    content: "\f1d9";
}
.icon-menu:before {
    content: "\e5d2";
}
.icon-chevron-thin-down:before {
    content: "\e902";
}
.icon-chevron-thin-left:before {
    content: "\e903";
}
.icon-chevron-thin-right:before {
    content: "\e904";
}
.icon-chevron-thin-up:before {
    content: "\e905";
}


.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.sweet-alert {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2000; }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block; }
  .sweet-alert p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert hr {
    color: transparent;
    border: 0; }
  .sweet-alert button {
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none; }
    .sweet-alert button.sweet-cancel[disabled] {
      opacity: .4; }
    .sweet-alert button.sweet-confirm[disabled] {
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 0 30px;
      vertical-align: middle;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid #808080;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #f27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #f27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #f8bb86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #f8bb86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #f8bb86; }
    .sweet-alert .icon.info {
      border-color: #c9dae1; }
      .sweet-alert .icon.info::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #c9dae1; }
      .sweet-alert .icon.info::after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #c9dae1; }
    .sweet-alert .icon.success {
      border-color: #a5dc86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
                transform-origin: 0 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: #fff;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #a5dc86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: 0;
      background-position: center center;
      background-repeat: no-repeat; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }

.show-sweet-alert {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s; }
  .show-sweet-alert.no-animation {
    -webkit-animation: none;
            animation: none; }

.hide-sweet-alert {
  -webkit-animation: hideSweetAlert 0.2s;
          animation: hideSweetAlert 0.2s; }
  .hide-sweet-alert.no-animation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s; }

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
          animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

@keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

.pulse-warning-ins {
  -webkit-animation: pulse-warning-ins 0.75s infinite alternate;
          animation: pulse-warning-ins 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../themes/default/assets/css/fonts/flexslider-icon.eot');
  src: url('../themes/default/assets/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/css/fonts/flexslider-icon.woff') format('woff'), url('../themes/default/assets/css/fonts/flexslider-icon.ttf') format('truetype'), url('../themes/default/assets/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../themes/default/assets/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../themes/default/assets/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../themes/default/assets/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../themes/default/assets/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

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

	#fancybox-loading div {
		background-image: url('../themes/default/assets/css/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Grid Gutters */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-family: 'Cabin', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #555555;
  font-weight: normal;
  background: #ffffff;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #ec6708;
  background: transparent;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin-top: .7em;
  margin-bottom: .5em;
  color: #343434;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-top: 1.4em;
  margin-bottom: .2em;
  color: #222222;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #444444;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #343434;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #343434;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #343434;
  font-weight: 400;
}
b,
strong,
.strong {
  font-weight: 700;
}
em,
.em {
  font-style: italic;
}
abbr[title],
.abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background: #ff0;
  color: #000;
}
sub,
.sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.sup {
  top: -0.5em;
}
sub,
.sub {
  bottom: -0.25em;
}
del,
.del {
  text-decoration: line-through;
}
figure {
  margin: 1em 40px;
}
hr,
.hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
ul,
ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl:before,
dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}
blockquote,
.blockquote {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  color: #424242;
  font-style: italic;
  margin: 3em 0;
}
blockquote p,
.blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: .4em;
}
blockquote cite,
.blockquote cite {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 700;
  font-style: normal;
  color: #777777;
}
caption {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: .5em 0;
  border-bottom: 1px solid #d7d7d7;
}
table {
  font-size: 13px;
  font-size: 0.8125rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  color: #585858;
  padding: .8em .5em;
  border-bottom: 1px solid #e9e9e9;
}
code,
kbd,
pre,
samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  color: #272727;
  background-color: #f1f1f1;
  font-weight: normal;
  padding: 5px;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7;
}
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
  height: 36px;
  padding: 0 .4em;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
}
select {
  text-transform: none;
  height: 36px;
  padding: 0 .4em;
  background-color: #fff;
  border: 1px solid #ccc;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #777777;
}
:-moz-placeholder {
  color: #777777;
}
::-moz-placeholder {
  color: #777777;
}
:-ms-input-placeholder {
  color: #777777;
}
.button {
  border: 1px solid #d7d7d7;
  background-color: #f3f3f3;
  line-height: normal;
  padding: .5em 1em;
  text-decoration: none;
  color: #363636;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
.button:active {
  text-decoration: none;
}
.button:hover {
  background: #f9f9f9;
}
.button-link {
  color: #ec6708;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button-link:hover {
  text-decoration: none;
}
.button-link:active {
  outline: 0;
}
.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  padding: 0 .4em;
  position: relative;
  display: block;
}
.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 120%;
  height: 36px;
  padding: 0;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}
.select select:focus {
  outline: 0;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 740px) {
  .container,
  .container-full {
    width: 720px;
  }
  .container-tablet {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-tablet {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 850px) {
  .container,
  .container-full {
    width: 830px;
  }
  .container-desktop {
    width: 830px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-desktop {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 900px) {
  .container,
  .container-full {
    width: 880px;
  }
  .container-hd {
    width: 880px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-hd {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333333%;
}
.push-2 {
  left: 16.66666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333333%;
}
.push-5 {
  left: 41.66666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333333%;
}
.push-8 {
  left: 66.66666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333%;
}
.push-11 {
  left: 91.66666667%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
@media only screen and (min-width: 740px) {
  .col-1-tablet,
  .col-2-tablet,
  .col-3-tablet,
  .col-4-tablet,
  .col-5-tablet,
  .col-6-tablet,
  .col-7-tablet,
  .col-8-tablet,
  .col-9-tablet,
  .col-10-tablet,
  .col-11-tablet,
  .col-12-tablet {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-tablet {
    width: 8.33333333%;
  }
  .col-2-tablet {
    width: 16.66666667%;
  }
  .col-3-tablet {
    width: 25%;
  }
  .col-4-tablet {
    width: 33.33333333%;
  }
  .col-5-tablet {
    width: 41.66666667%;
  }
  .col-6-tablet {
    width: 50%;
  }
  .col-7-tablet {
    width: 58.33333333%;
  }
  .col-8-tablet {
    width: 66.66666667%;
  }
  .col-9-tablet {
    width: 75%;
  }
  .col-10-tablet {
    width: 83.33333333%;
  }
  .col-11-tablet {
    width: 91.66666667%;
  }
  .col-12-tablet {
    width: 100%;
  }
  .push-1-tablet {
    left: 8.33333333%;
  }
  .push-2-tablet {
    left: 16.66666667%;
  }
  .push-3-tablet {
    left: 25%;
  }
  .push-4-tablet {
    left: 33.33333333%;
  }
  .push-5-tablet {
    left: 41.66666667%;
  }
  .push-6-tablet {
    left: 50%;
  }
  .push-7-tablet {
    left: 58.33333333%;
  }
  .push-8-tablet {
    left: 66.66666667%;
  }
  .push-9-tablet {
    left: 75%;
  }
  .push-10-tablet {
    left: 83.33333333%;
  }
  .push-11-tablet {
    left: 91.66666667%;
  }
  .pull-1-tablet {
    left: -8.33333333%;
  }
  .pull-2-tablet {
    left: -16.66666667%;
  }
  .pull-3-tablet {
    left: -25%;
  }
  .pull-4-tablet {
    left: -33.33333333%;
  }
  .pull-5-tablet {
    left: -41.66666667%;
  }
  .pull-6-tablet {
    left: -50%;
  }
  .pull-7-tablet {
    left: -58.33333333%;
  }
  .pull-8-tablet {
    left: -66.66666667%;
  }
  .pull-9-tablet {
    left: -75%;
  }
  .pull-10-tablet {
    left: -83.33333333%;
  }
  .pull-11-tablet {
    left: -91.66666667%;
  }
  .col-5-5-tablet {
    width: 46%;
  }
  .col-6-5-tablet {
    width: 54%;
  }
}
@media only screen and (min-width: 850px) {
  .col-1-desktop,
  .col-2-desktop,
  .col-3-desktop,
  .col-4-desktop,
  .col-5-desktop,
  .col-6-desktop,
  .col-7-desktop,
  .col-8-desktop,
  .col-9-desktop,
  .col-10-desktop,
  .col-11-desktop,
  .col-12-desktop {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-desktop {
    width: 8.33333333%;
  }
  .col-2-desktop {
    width: 16.66666667%;
  }
  .col-3-desktop {
    width: 25%;
  }
  .col-4-desktop {
    width: 33.33333333%;
  }
  .col-5-desktop {
    width: 41.66666667%;
  }
  .col-6-desktop {
    width: 50%;
  }
  .col-7-desktop {
    width: 58.33333333%;
  }
  .col-8-desktop {
    width: 66.66666667%;
  }
  .col-9-desktop {
    width: 75%;
  }
  .col-10-desktop {
    width: 83.33333333%;
  }
  .col-11-desktop {
    width: 91.66666667%;
  }
  .col-12-desktop {
    width: 100%;
  }
  .push-1-desktop {
    left: 8.33333333%;
  }
  .push-2-desktop {
    left: 16.66666667%;
  }
  .push-3-desktop {
    left: 25%;
  }
  .push-4-desktop {
    left: 33.33333333%;
  }
  .push-5-desktop {
    left: 41.66666667%;
  }
  .push-6-desktop {
    left: 50%;
  }
  .push-7-desktop {
    left: 58.33333333%;
  }
  .push-8-desktop {
    left: 66.66666667%;
  }
  .push-9-desktop {
    left: 75%;
  }
  .push-10-desktop {
    left: 83.33333333%;
  }
  .push-11-desktop {
    left: 91.66666667%;
  }
  .pull-1-desktop {
    left: -8.33333333%;
  }
  .pull-2-desktop {
    left: -16.66666667%;
  }
  .pull-3-desktop {
    left: -25%;
  }
  .pull-4-desktop {
    left: -33.33333333%;
  }
  .pull-5-desktop {
    left: -41.66666667%;
  }
  .pull-6-desktop {
    left: -50%;
  }
  .pull-7-desktop {
    left: -58.33333333%;
  }
  .pull-8-desktop {
    left: -66.66666667%;
  }
  .pull-9-desktop {
    left: -75%;
  }
  .pull-10-desktop {
    left: -83.33333333%;
  }
  .pull-11-desktop {
    left: -91.66666667%;
  }
}
@media only screen and (min-width: 900px) {
  .col-1-hd,
  .col-2-hd,
  .col-3-hd,
  .col-4-hd,
  .col-5-hd,
  .col-6-hd,
  .col-7-hd,
  .col-8-hd,
  .col-9-hd,
  .col-10-hd,
  .col-11-hd,
  .col-12-hd {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-hd {
    width: 8.33333333%;
  }
  .col-2-hd {
    width: 16.66666667%;
  }
  .col-3-hd {
    width: 25%;
  }
  .col-4-hd {
    width: 33.33333333%;
  }
  .col-5-hd {
    width: 41.66666667%;
  }
  .col-6-hd {
    width: 50%;
  }
  .col-7-hd {
    width: 58.33333333%;
  }
  .col-8-hd {
    width: 66.66666667%;
  }
  .col-9-hd {
    width: 75%;
  }
  .col-10-hd {
    width: 83.33333333%;
  }
  .col-11-hd {
    width: 91.66666667%;
  }
  .col-12-hd {
    width: 100%;
  }
  .push-1-hd {
    left: 8.33333333%;
  }
  .push-2-hd {
    left: 16.66666667%;
  }
  .push-3-hd {
    left: 25%;
  }
  .push-4-hd {
    left: 33.33333333%;
  }
  .push-5-hd {
    left: 41.66666667%;
  }
  .push-6-hd {
    left: 50%;
  }
  .push-7-hd {
    left: 58.33333333%;
  }
  .push-8-hd {
    left: 66.66666667%;
  }
  .push-9-hd {
    left: 75%;
  }
  .push-10-hd {
    left: 83.33333333%;
  }
  .push-11-hd {
    left: 91.66666667%;
  }
  .pull-1-hd {
    left: -8.33333333%;
  }
  .pull-2-hd {
    left: -16.66666667%;
  }
  .pull-3-hd {
    left: -25%;
  }
  .pull-4-hd {
    left: -33.33333333%;
  }
  .pull-5-hd {
    left: -41.66666667%;
  }
  .pull-6-hd {
    left: -50%;
  }
  .pull-7-hd {
    left: -58.33333333%;
  }
  .pull-8-hd {
    left: -66.66666667%;
  }
  .pull-9-hd {
    left: -75%;
  }
  .pull-10-hd {
    left: -83.33333333%;
  }
  .pull-11-hd {
    left: -91.66666667%;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
.no-background {
  background: transparent;
}
.no-border {
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-responsive {
  max-width: 100%;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}
.field-group label {
  padding-top: 8px;
}
.field {
  width: 100%;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none;
  }
  .no-padding-tablet {
    padding: 0;
  }
  .no-margin-tablet {
    margin: 0;
  }
  .none-tablet {
    display: none;
  }
  .block-tablet {
    display: block;
  }
  .inline-block-tablet {
    display: inline-block;
  }
  .inline-tablet {
    display: inline;
  }
  .left-tablet {
    float: left;
  }
  .right-tablet {
    float: right;
  }
  .text-left-tablet {
    text-align: left;
  }
  .text-right-tablet {
    text-align: right;
  }
  .text-center-tablet {
    text-align: center;
  }
  .text-justify-tablet {
    text-align: justify;
  }
  .no-col-tablet {
    width: auto;
    float: none;
  }
  .no-push-tablet,
  .no-pull-tablet {
    left: 0;
  }
}
@media only screen and (min-width: 850px) {
  .no-float-desktop {
    float: none;
  }
  .no-padding-desktop {
    padding: 0;
  }
  .no-margin-desktop {
    margin: 0;
  }
  .none-desktop {
    display: none;
  }
  .block-desktop {
    display: block;
  }
  .inline-block-desktop {
    display: inline-block;
  }
  .inline-desktop {
    display: inline;
  }
  .left-desktop {
    float: left;
  }
  .right-desktop {
    float: right;
  }
  .text-left-desktop {
    text-align: left;
  }
  .text-right-desktop {
    text-align: right;
  }
  .text-center-desktop {
    text-align: center;
  }
  .text-justify-desktop {
    text-align: justify;
  }
  .no-col-desktop {
    width: auto;
    float: none;
  }
  .no-push-desktop,
  .no-pull-desktop {
    left: 0;
  }
}
@media only screen and (min-width: 900px) {
  .no-float-hd {
    float: none;
  }
  .no-padding-hd {
    padding: 0;
  }
  .no-margin-hd {
    margin: 0;
  }
  .none-hd {
    display: none;
  }
  .block-hd {
    display: block;
  }
  .inline-block-hd {
    display: inline-block;
  }
  .inline-hd {
    display: inline;
  }
  .left-hd {
    float: left;
  }
  .right-hd {
    float: right;
  }
  .text-left-hd {
    text-align: left;
  }
  .text-right-hd {
    text-align: right;
  }
  .text-center-hd {
    text-align: center;
  }
  .text-justify-hd {
    text-align: justify;
  }
  .no-col-hd {
    width: auto;
    float: none;
  }
  .no-push-hd,
  .no-pull-hd {
    left: 0;
  }
}
@media print {
  .no-float-print {
    float: none;
  }
  .no-padding-print {
    padding: 0;
  }
  .no-margin-print {
    margin: 0;
  }
  .none-print {
    display: none;
  }
  .block-print {
    display: block;
  }
  .inline-block-print {
    display: inline-block;
  }
  .inline-print {
    display: inline;
  }
  .text-left-print {
    text-align: left;
  }
  .text-right-print {
    text-align: right;
  }
  .text-center-print {
    text-align: center;
  }
  .text-justify-print {
    text-align: justify;
  }
  .no-col-print {
    width: auto;
    float: none;
  }
  .no-push-print,
  .no-pull-print {
    left: 0;
  }
}
address {
  font-style: normal;
}
a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #ec6708;
  font-weight: normal;
}
h1.small,
.h1.small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 2em;
}
h2,
.h2 {
  color: #ec6708;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin: 17px 0px 17px 0px;
  padding: 0px;
}
h3,
.h3 {
  color: #ec6708;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Cabin', sans-serif;
  margin: 0px 0px 13px 0px;
  padding: 0px;
}
h3.bigger,
.h3.bigger {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0 0 1em 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
h3.bigger-super,
.h3.bigger-super {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0 0 1em 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.full-line-height,
.line-100 {
  line-height: 100%;
}
.line-120 {
  line-height: 120%;
}
.line-130 {
  line-height: 130%;
}
.line-150 {
  line-height: 150%;
}
.more {
  margin-top: 5px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ec6708;
  border-radius: 30px;
  margin-right: 2px;
  top: -1px;
  position: relative;
}
.space-vertical {
  padding-top: 30px;
  padding-bottom: 30px;
}
.font-xs {
  font-size: 10px;
  font-size: 0.625rem;
}
.font-md {
  font-size: 14px;
  font-size: 0.875rem;
}
.font-lg {
  font-size: 16px;
  font-size: 1rem;
}
.font-xl {
  font-size: 18px;
  font-size: 1.125rem;
}
.font-xxl {
  font-size: 22px;
  font-size: 1.375rem;
}
.fade-link {
  text-decoration: none;
  color: #555555;
}
.highlight {
  color: #ec6708;
}
.button.button-primary {
  background: #ec6708;
  color: #fff;
  border-radius: 4px;
  box-shadow: none;
  border: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 16px;
}
.button.button-primary:active {
  background: #a24705;
}
.button.fat-button {
  font-weight: bold;
  padding-left: 125px;
}
.verde-ccrr {
  color: #77B72A;
}
header {
  border-top: 5px solid #77B72A;
}
header .content {
  padding: 20px 0px;
}
#locale-picker {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 22px;
  font-family: 'Montserrat', sans-serif;
}
#locale-picker a {
  display: inline-block;
  font-weight: bold;
  margin-left: 3px;
  padding: 5px 3px;
  color: #fff;
  background: #969696;
  line-height: 100%;
  border-radius: 2px;
}
#locale-picker a.active,
#locale-picker a:hover {
  background: #ec6708;
}
.bar {
  text-align: center;
  height: 58px;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #ececec;
  color: #676767;
  font-weight: bold;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  position: relative;
  margin-top: -20px;
  vertical-align: middle;
}
.bar img {
  vertical-align: baseline;
  position: relative;
  margin-left: 2px;
}
.bar .split {
  display: inline-block;
  height: 40px;
  border-left: 1px solid #ec6708;
  margin: 0 20px;
  position: relative;
  top: 9px;
}
.bar a {
  color: #676767;
  position: relative;
  top: -6px;
}
.bar a:hover {
  color: #ec6708;
}
@media screen and (max-width: 415px) {
  .bar {
    padding: 15px 0 15px;
    height: auto;
  }
  .bar .split {
    display: block;
    height: 10px;
    visibility: hidden;
    top: 0;
  }
  .bar a {
    top: 0;
  }
}
#dados-contato {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ec6708;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 100%;
}
#dados-contato > img {
  margin-right: 5px;
}
#dados-contato img {
  vertical-align: baseline;
  position: relative;
  top: 2px;
}
#chat {
  margin-top: 17px;
  margin-left: 15px;
  position: relative;
  top: 10px;
  display: inline-block;
}
#chat img {
  top: 0px;
}
#orcamento-call {
  color: #979797;
  margin-top: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}
#main-nav {
  background: url('../themes/default/assets/images/bg-nav-gradient-repeat.png') top left repeat-x;
  padding-bottom: 25px;
}
#main-nav .main-nav-bg {
  background: url('../themes/default/assets/images/bg-nav-gradient.png') top center no-repeat;
}
#main-nav nav {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
#main-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-nav nav ul li {
  display: block;
  float: left;
  padding: 13px 0px;
  position: relative;
  border-right: 1px solid transparent;
}
#main-nav nav ul li .menu-indicator {
  display: none;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -5px;
  color: #fff;
}
#main-nav nav ul li.active,
#main-nav nav ul li.child-active,
#main-nav nav ul li:hover {
  background: #ec6708;
  border-right: 1px solid #ec6708;
  right: -1px;
}
#main-nav nav ul li.active > span,
#main-nav nav ul li.child-active > span,
#main-nav nav ul li:hover > span,
#main-nav nav ul li.active > a,
#main-nav nav ul li.child-active > a,
#main-nav nav ul li:hover > a {
  color: #fff;
}
#main-nav nav ul li.active .menu-indicator,
#main-nav nav ul li.child-active .menu-indicator,
#main-nav nav ul li:hover .menu-indicator {
  display: block;
}
#main-nav nav ul li .megamenu {
  display: none;
  width: 460px;
  top: 50px;
  z-index: 100;
  background: #EBEBEA;
  background: rgba(235, 235, 234, 0.96);
}
#main-nav nav ul li .megamenu .menu-31 {
  min-height: 205px;
}
#main-nav nav ul li .megamenu .menu-title {
  background: #9C9C9C;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
#main-nav nav ul li .megamenu .menu-title .icon.icon-chevron-thin-down {
  position: relative;
  top: 2px;
}
#main-nav nav ul li .megamenu .menu-title .icon.icon-chevron-thin-right {
  position: relative;
  top: 1px;
}
#main-nav nav ul li .megamenu .menu-subtitle {
  background: #ec6708;
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
  text-transform: uppercase;
}
#main-nav nav ul li .megamenu .menu-subtitle .icon.icon-chevron-thin-down {
  position: relative;
  top: 2px;
}
#main-nav nav ul li .megamenu .menu-title + .menu-title {
  border-top: 1px solid #fff;
}
#main-nav nav ul li .megamenu .mega-group {
  margin: 0px;
}
#main-nav nav ul li .megamenu .mega-group.solo .group-item {
  padding: 7px 15px 7px 15px;
}
#main-nav nav ul li .megamenu .mega-group .group-item {
  padding: 7px 15px 20px 15px;
  font-family: 'Cabin', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
#main-nav nav ul li .megamenu .mega-group .group-item .title {
  font-weight: bold;
}
#main-nav nav ul li .megamenu .mega-group .group-item .title .icon {
  font-size: 8px;
  font-size: 0.5rem;
  margin-right: 2px;
  font-weight: bold;
}
#main-nav nav ul li .megamenu .mega-group .group-item .title a {
  color: #555;
}
#main-nav nav ul li .megamenu .mega-group .group-item .item {
  border-left: 1px solid #ec6708;
  padding-left: 3px;
  line-height: 100%;
  margin: 5px 0px;
}
#main-nav nav ul li .megamenu .mega-group .group-item .item a {
  color: #666;
}
#main-nav nav ul li .megamenu .mega-group .even {
  background: #DCDCDC;
  background: rgba(220, 220, 220, 0.96);
}
#main-nav nav ul li:hover .megamenu {
  /*display: block;*/
}
#main-nav nav ul li > span,
#main-nav nav ul li > a {
  text-transform: uppercase;
  display: block;
  padding: 6px 8px;
  line-height: 100%;
  color: #666;
  border-left: 1px solid #ec6708;
}
#main-nav nav ul li:last-child > span,
#main-nav nav ul li:last-child > a {
  border-right: 1px solid #ec6708;
}
#search-box {
  width: 190px;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
}
#search-box .form-control {
  margin-bottom: 5px;
}
footer {
  padding: 35px 0px 30px 0px;
  line-height: 25px;
  line-height: 1.5625rem;
  background: #F1F1F0;
}
footer .address-box {
  padding: 5px 30px;
  font-weight: normal;
}
footer .address-box + .address-box {
  border-left: 1px solid #575757;
}
footer .fade-link {
  color: #555555;
}
.form-group-row + .form-group-row {
  margin-top: 12px;
}
.form-control {
  position: relative;
}
.form-control .form-label {
  margin-bottom: 3px;
}
.form-control .form-input {
  width: 100%;
}
.form-control .form-input label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #e9e9e9;
  margin: 3px;
}
.form-control .form-input label.radio-label {
  border-radius: 3px;
}
.form-control .form-input input[type=text],
.form-control .form-input input[type=email],
.form-control .form-input input[type=password],
.form-control .form-input input[type=number] {
  width: 100%;
  background: #e9e9e9;
  border: 0px;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  color: #555555;
  height: 25px;
}
.form-control .form-input textarea {
  height: 125px;
  width: 100%;
  background: #e9e9e9;
  border: 0px;
  border-radius: 3px;
  padding: 5px;
  resize: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.form-control .form-input .select {
  border: 0;
  height: 25px;
  line-height: 23px;
  line-height: 1.4375rem;
  width: 100%;
  background: #e9e9e9;
  border-radius: 3px;
}
.form-control .form-input .select select {
  height: 25px;
}
.form-control .form-input.form-telefone input {
  display: block;
  float: left;
}
.form-control .form-input.form-telefone input[name=ddd],
.form-control .form-input.form-telefone input[name=ddi] {
  width: 15%;
  margin-right: 1%;
}
.form-control .form-input.form-telefone input[name=telefone] {
  width: 68%;
}
.form-control.with-icon .form-input input[type=text],
.form-control.with-icon .form-input input[type=email],
.form-control.with-icon .form-input input[type=password],
.form-control.with-icon .form-input input[type=number] {
  padding-right: 30px;
}
.form-control.with-icon .form-icon {
  position: absolute;
  top: 5px;
  right: 10px;
}
.slideshow {
  height: 300px;
  overflow: hidden;
}
.slideshow ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.slideshow ul li {
  margin-bottom: 0;
}
.unslider {
  position: relative;
}
.unslider .slideshow {
  height: auto;
}
.unslider-nav {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 11;
}
.unslider-nav ol li {
  background: #000;
  border-color: #000;
}
.unslider-nav ol li.unslider-active {
  background: #f8832f;
  border-color: #ec6708;
}
#home-slider {
  margin-bottom: 40px;
}
#home-aplicacoes {
  padding: 0px 15px 40px 15px;
  margin-top: 20px;
  border-top: 1px solid #fddbc3;
}
.aplicacoes {
  padding: 0px 15px;
}
.aplicacoes .aplicacao {
  text-align: center;
  min-height: 190px;
}
.aplicacoes .aplicacao.produtos-certificados-fsc img {
  border: 0px;
  max-width: 102px;
}
.aplicacoes .aplicacao img {
  border: 1px solid #A9A9A9;
  max-width: 119px;
}
.aplicacoes .aplicacao .nome {
  color: #585858;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  margin-top: 10px;
}
#home-destaques .col-5-5-tablet {
  padding-right: 0px;
}
#main-content {
  margin-bottom: 40px;
}
.form-footer {
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}
.form-footer input {
  margin-right: 3px;
}
.form-footer label {
  margin-left: 10px;
}
.sidebar-bg {
  background: #F1F1F0;
  height: 100%;
  position: absolute;
}
.sidebar {
  padding: 20px 15px;
}
.sidebar .title {
  color: #ec6708;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.sidebar > ul {
  margin: 0;
  padding: 0 5px 0 0;
  list-style: none;
}
.sidebar > ul > li {
  margin: 15px 0px 0px 0px;
}
.sidebar > ul > li > a {
  display: block;
  background: #949594;
  padding: 4px 10px 4px 20px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 120%;
  border-radius: 3px;
}
.sidebar > ul > li > a > .menu-split,
.sidebar > ul > li > a > .menu-indicator {
  display: none;
}
.sidebar > ul > li > a:hover {
  background: #ec6708;
}
.sidebar > ul > li.active > a,
.sidebar > ul > li.child-active > a {
  background: #ec6708;
}
.sidebar > ul > li.active > ul,
.sidebar > ul > li.child-active > ul {
  display: block;
}
.sidebar > ul > li.autoadesivos > ul > li {
  display: none;
}
.sidebar > ul > li > ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: none;
}
.sidebar > ul > li > ul > li {
  margin-bottom: 10px;
}
.sidebar > ul > li > ul > li.visible {
  display: block;
}
.sidebar > ul > li > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #666;
}
.sidebar > ul > li > ul > li > a .menu-indicator {
  display: inline-block;
  color: #ec6708;
  font-size: 9px;
  font-size: 0.5625rem;
  margin-right: 2px;
}
.sidebar > ul > li > ul > li > a .menu-split {
  display: none;
}
.sidebar > ul > li > ul > li > a:hover {
  color: #ec6708;
}
.sidebar > ul > li > ul > li.active > a,
.sidebar > ul > li > ul > li.child-active > a {
  color: #ec6708;
}
.sidebar > ul > li > ul > li.active > ul,
.sidebar > ul > li > ul > li.child-active > ul {
  display: block;
}
.sidebar > ul > li > ul > li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}
.sidebar > ul > li > ul > li ul li {
  margin-bottom: 3px;
}
.sidebar > ul > li > ul > li ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #555555;
}
.sidebar > ul > li > ul > li ul li a .menu-split {
  display: inline-block;
  color: #ec6708;
  font-size: 9px;
  font-size: 0.5625rem;
  margin-right: 2px;
}
.sidebar > ul > li > ul > li ul li a .menu-indicator {
  display: none;
}
.sidebar > ul > li > ul > li ul li a:hover {
  color: #ec6708;
}
.sidebar > ul > li > ul > li ul li.active > a,
.sidebar > ul > li > ul > li ul li.child-active > a {
  color: #ec6708;
}
.sidebar > ul > li > ul > li ul li ul {
  display: none;
}
.sidebar > ul > li > ul li.no-children + li.no-children {
  margin-top: 5px;
}
hr,
.hr {
  margin: 30px 0px;
  background: rgba(225, 92, 0, 0.21);
}
.full-img {
  width: 100%;
}
.margin-right {
  margin-right: 20px;
  margin-bottom: 20px;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumbs li {
  display: inline-block;
  margin-bottom: 0px;
}
.breadcrumbs li.active a {
  color: #ec6708;
}
.breadcrumbs li + li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 9px;
  font-size: 0.5625rem;
}
.breadcrumbs a {
  color: #666;
}
.post-list {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
}
.post-list li {
  margin-bottom: 20px;
}
.post-list li:last-child {
  margin-bottom: 0px;
}
.post-list li .date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 100%;
}
.post-list li h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ec6708;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 120%;
}
.post-list li .excerpt {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
}
.post-list li + li {
  margin-top: 20px;
  border-top: 1px solid #D6E1B6;
  padding-top: 20px;
}
.post-list .featured-image {
  margin: 0px 30px 20px 0px;
}
.pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D6E1B6;
  padding-bottom: 30px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  margin: 0;
  display: inline-block;
}
.pagination li a {
  display: block;
  font-weight: normal;
  margin-left: 3px;
  padding: 5px 3px;
  color: #fff;
  background: #969696;
  line-height: 100%;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
}
.pagination li.active a,
.pagination li:hover a {
  background: #ec6708;
}
.post {
  padding-bottom: 30px;
}
.post .date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 100%;
}
#aplicacao {
  padding-bottom: 10px;
}
#aplicacao h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 0 1em 0px;
  padding: 0;
  font-weight: normal;
}
#aplicacao h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0 0 1em 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
#aplicacao h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0 0 0.6em 0px;
  padding: 0;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.category-parent .produtos-list + .produtos-list {
  margin-top: 10px;
}
.category-parent + .category-parent {
  margin-top: 20px;
}
.produtos-list {
  /*+ .produtos-list {
    border-top: 1px solid @base-highlight;
  }*/
}
.produtos-list .category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0 0 0.2em 0px;
  padding: 0;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #ec6708;
}
.produtos-list .category + p {
  margin-top: 15px;
}
.produtos-list .category + .category {
  margin-top: 10px;
}
.produtos-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.produtos-list ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  margin: 0.7em 0;
}
.produtos-list ul li span {
  display: inline-block;
  color: #ec6708;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 2px;
}
.produtos-list ul li a {
  color: #555555;
  text-decoration: underline;
}
.produtos-list ul li a:hover {
  color: #ec6708;
}
.produtos-list h5.category + h4.category {
  border-top: 1px solid #D6E1B6;
  margin-top: 20px;
  padding-top: 20px;
}
.produtos .produtos-list:not([style*="display: none"]) + .produtos-list:not([style*="display: none"]) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D6E1B6;
}
.produtos .photo a,
.produtos .photo img {
  display: block;
}
.produtos .photo img {
  width: 100%;
  border: 1px solid #A9A9A9;
}
.conteudo .unslider,
.conteudo .flexslider .slides {
  border: 1px solid #A9A9A9;
}
.photos img {
  width: 100%;
}
.moldura {
  border: 1px solid #A9A9A9;
}
.categorias .categoria {
  margin-bottom: 10px;
}
.categorias .categoria .photo a,
.categorias .categoria .photo img {
  display: block;
}
.categorias .categoria .photo img {
  width: 100%;
  border: 1px solid #A9A9A9;
}
.categorias .categoria .photos img {
  width: 100%;
}
.categorias .categoria .description {
  margin-top: 15px;
}
.superficies-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 470px;
}
.superficies-filter .superficie {
  margin-right: 15px;
  display: block;
  cursor: pointer;
  float: left;
  min-height: 95px;
}
.superficies-filter .superficie .on {
  display: none;
}
.superficies-filter .superficie .off {
  display: block;
}
.superficies-filter .superficie.active .off,
.superficies-filter .superficie:hover .off {
  display: none;
}
.superficies-filter .superficie.active .on,
.superficies-filter .superficie:hover .on {
  display: block;
}
.produto .handler {
  cursor: pointer;
  display: inline-block;
}
.produto .handler:hover {
  color: #ec6708;
}
.produto-detalhes {
  margin-top: 10px;
  position: relative;
  padding: 20px;
  background: #F1F1F0;
}
.produto-detalhes .description,
.produto-detalhes .aplicacao {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.produto-detalhes .description + .aplicacao {
  margin-top: 12px;
}
.produto-detalhes .disponivel-em img + img {
  margin-left: 5px;
}
.produto-detalhes .rodape {
  margin-top: 20px;
}
.produto-detalhes .close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 29px;
  height: 29px;
  background: url(../themes/default/assets/images/icons/png/icon-close.png) no-repeat;
}
.produto-detalhes .disponivel-em {
  padding-right: 15px;
}
.produto-detalhes .disponivel-em + .download {
  border-left: 1px solid #ec6708;
  padding-left: 15px;
}
.produto-detalhes .download + .download {
  border-left: 1px solid #ec6708;
  padding-left: 15px;
  margin-left: 15px;
}
.produto-detalhes .download img {
  top: 2px;
  position: relative;
}
.loader {
  background: url(../themes/default/assets/images/hourglass.svg) no-repeat;
  height: 48px;
  margin: 10px 0px 0px 40px;
  display: block;
  width: 100%;
}
.ss-result {
  margin-bottom: 2em;
}
.ss-result__title {
  font-weight: bold;
  margin-bottom: .5em;
}
.ss-result__badge {
  font-size: .7em;
  padding: .2em .5em;
  border-radius: 4px;
  margin-left: .75em;
  background: #e9e9e9;
  display: inline-block;
}
.ss-result__text {
  margin-bottom: .5em;
}
.conteudo_topo p {
  margin: 0;
}
.conteudo_topo img {
  max-width: 100%;
}
.img-full {
  width: 100%;
}
#letras-box {
  line-height: 100%;
  width: 100%;
  background: #9A9A9A;
  top: 0px;
}
#letras-box.fixed {
  position: fixed;
  width: 100%;
}
#letras-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#letras-box ul li {
  display: block;
  float: left;
  margin: 0;
}
#letras-box ul li a {
  text-decoration: none;
  font-weight: bold;
  padding: 4px 7.5px;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #fff;
  line-height: 100%;
}
#letras-box ul li a:hover:not(.disabled),
#letras-box ul li a.active {
  background: #ec6708;
}
#letras-box ul li a.disabled {
  color: #eee;
  cursor: default;
}
#letras {
  position: relative;
  margin-top: 20px;
  padding-top: 22px;
  overflow: hidden;
}
#letras .letra {
  margin-top: 25px;
}
#letras .letra a[name*="Letra_"] {
  position: relative;
  top: -40px;
}
.unslider-fade .unslider-wrap li {
  margin: 0px;
}
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery ul li {
  margin: 0;
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center;
}
.gallery ul li img {
  max-width: 100%;
}
.gallery ul li span {
  white-space: nowrap;
}
#aplicacao-desc img {
  max-width: 100%;
}
#aplicacao-desc .margin-right {
  margin-right: 0px !important;
}
.toggle-menu {
  background: #424242;
  display: block;
  float: left;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 2px;
  color: #fff;
  font-size: 24px;
}
#main-nav .toggle-menu {
  margin-top: 10px;
}
#floater-nav {
  padding: 10px 0px;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.1s opacity ease;
  transition: 0.1s opacity ease;
  box-shadow: 0px 0px 5px #ccc;
}
#floater-nav.fixed {
  opacity: 1;
  z-index: 15;
}
#floater-nav .toggle-menu {
  margin-top: 10px;
  margin-left: 15px;
}
#floater-nav .logo {
  height: 75px;
}
#main-wrapper {
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  position: relative;
  left: 0;
}
#sidebar-nav {
  box-shadow: -2px -2px 15px rgba(0, 0, 0, 0.3) inset;
  background: #555555;
  position: fixed;
  width: 240px;
  height: 100%;
  z-index: 3;
  left: -240px;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  padding-top: 30px;
}
#sidebar-nav .untoggle {
  display: none;
}
#sidebar-nav ul {
  margin: 0;
  padding: 0;
}
#sidebar-nav ul li {
  float: none;
  display: block;
  margin: 0px;
}
#sidebar-nav ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#sidebar-nav ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#sidebar-nav ul ul {
  margin-left: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#sidebar-nav ul ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 10px 10px;
}
#sidebar-nav ul ul ul {
  display: none;
}
.toggled #main-wrapper {
  left: 240px;
  background: #fff;
  overflow: hidden;
}
.toggled #sidebar-nav {
  left: 0;
}
.toggled #sidebar-nav .untoggle {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 240px;
  cursor: pointer;
}
#banner-etiquetas {
  position: relative;
  display: inline-block;
}
#banner-etiquetas #etiquetas-assistir {
  position: absolute;
  top: 45%;
  height: 25%;
  right: 0px;
  cursor: pointer;
  width: 50%;
}
#banner-etiquetas #etiquetas-download {
  display: block;
  bottom: 0%;
  height: 30%;
  right: 0px;
  position: absolute;
  cursor: pointer;
  width: 50%;
}
#office-video {
  display: none;
  margin-top: 20px;
}
#office-video video {
  max-width: 100%;
}
.fancybox-opened .fancybox-title {
  font-weight: bold;
  text-align: center;
}
.gallery ul li.item a span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.gallery ul li.item a img {
  margin-bottom: 10px;
}
.categoria_descricao + h3 {
  margin-top: 15px;
}
.categoria_descricao + .produtos {
  margin-top: 15px;
}
.unslider-arrow {
  top: 50%;
  z-index: 10;
  font-size: 28px;
  font-size: 1.75rem;
  left: 5px;
  margin-top: -15px;
}
.unslider-arrow.next {
  right: 5px;
}
#chat {
  cursor: pointer;
  display: none;
}
.zopim {
  display: none !important;
}
.zopim.visible {
  display: block !important;
}
.col-2-4 {
  width: 20%;
  position: relative;
  float: left;
}
.gray-box {
  background: #F1F1EF;
  padding-bottom: 50px;
}
.gray-box .form-control .form-input input[type=email] {
  background: #DCDCDB;
}
.form-control.form-small {
  max-width: 195px;
  margin: 0 auto;
}
.flexslider {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  height: auto;
}
.flexslider .slides > li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.flexslider .flex-control-nav {
  bottom: 0;
  z-index: 2;
  width: auto;
  right: 10px;
}
.flexslider .flex-control-nav li {
  margin: 0 3px;
}
.flexslider .flex-control-nav li a {
  width: 8px;
  height: 8px;
}
.flexslider .flex-control-paging li a {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.flexslider .flex-control-paging li a.flex-active {
  background: #ec6708;
}
.flexslider .flex-direction-nav a {
  color: #ec6708;
  font-size: 28px;
  font-size: 1.75rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.flexslider .flex-direction-nav a::before {
  font-family: 'Cabin', sans-serif;
  content: "";
}
.flexslider .flex-direction-nav a.flex-next::before {
  font-family: 'Cabin', sans-serif;
  content: "";
}
.line-break {
  display: block;
}
.line-break::after {
  content: " ";
}
@media only screen and (min-width: 740px) {
  .megamenu {
    position: absolute;
  }
  .spliter {
    border-left: 1px solid #949594;
  }
  .breadcrumbs {
    margin-top: 0;
  }
  .gallery ul li {
    width: 25%;
  }
  #aplicacao-desc img {
    max-width: 315px;
  }
  #aplicacao-desc .margin-right {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
  .row-tablet {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  #floater-nav {
    display: none;
  }
  #letras-box {
    position: absolute;
  }
  .no-pad-right-tablet {
    padding-right: 0;
  }
  .conteudo {
    padding: 0px 0px 0px 30px;
  }
  .conteudo_topo p {
    margin: 0px 0px 25px 0px;
  }
  .sidebar > ul > li > ul {
    display: none;
  }
  .sidebar > ul > li:hover > ul,
  .sidebar > ul > li.active > ul,
  .sidebar > ul > li.child-active > ul {
    display: block !important;
  }
  .sidebar > ul > li:hover > ul > li > ul,
  .sidebar > ul > li.active > ul > li > ul,
  .sidebar > ul > li.child-active > ul > li > ul {
    display: none;
  }
  .sidebar > ul > li:hover > ul > li:hover > ul,
  .sidebar > ul > li.active > ul > li:hover > ul,
  .sidebar > ul > li.child-active > ul > li:hover > ul,
  .sidebar > ul > li:hover > ul > li.active > ul,
  .sidebar > ul > li.active > ul > li.active > ul,
  .sidebar > ul > li.child-active > ul > li.active > ul,
  .sidebar > ul > li:hover > ul > li.child-active > ul,
  .sidebar > ul > li.active > ul > li.child-active > ul,
  .sidebar > ul > li.child-active > ul > li.child-active > ul {
    display: block !important;
  }
  .sidebar > ul > li > a {
    /*left: -22px;*/
  }
}
@media only screen and (min-width: 850px) {
  .gallery ul li {
    width: 20%;
  }
}
@media only screen and (max-width: 739px) {
  .none-mobile {
    display: none !important;
  }
  #search-box .form-input {
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  #dados-contato {
    margin-right: 10px;
    margin-top: 5px;
  }
}
.fr-tmp {
  display: none !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
