/*  -----------------------------------------------------------------------------------------
    V A R S
-----------------------------------------------------------------------------------------  */


/*  -----------------------------------------------------------------------------------------
    E X T E R N A L
-----------------------------------------------------------------------------------------  */

/* Global Styles */
.isInFullScreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto !important;
  z-index: 10000 !important;
}

.mightySlider {
  overflow: hidden;
  background-color: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-attachment: inherit;
  background-size: inherit;
  border-radius: inherit;
}
.mightySlider.tbLoading:not(.fullwidth) {
  height: 0;
}
.mightySlider .mSFrame,
.mightySlider .mSFrame > *
{
  overflow: hidden;
}
.mightySlider.vertical > .mSFrame {
  height: 100%;
}
.mightySlider.horizontal > .mSFrame > * {
  height: 100%;
}

.mSCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.mSCover img {
  display: block;
  max-width: none;
}
.mSSlide {
  position: relative;
  overflow: hidden;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.mSCover + a:not([class]) {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.ms_scene {
  position: relative;
  width:  100%;
  height: 100%;
}
.fullscreen .ms_scene {
  margin: 0 !important;
}
.body.tb_layout_1200 .fullwidth .ms_scene {
  width: 1200px;
  margin-left: -600px;
}
.mightySlider.fullscreen,
.mightySlider.fullscreen .mSFrame
{
  height: 100% !important;
}
.mSCaption {
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mSCaption >  h1,
.mSCaption >  h2,
.mSCaption >  h3,
.mSCaption >  h4,
.mSCaption > .h1,
.mSCaption > .h2,
.mSCaption > .h3,
.mSCaption > .h4
{
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  font-size: inherit !important;
  border-radius: inherit !important;
}
.mSCaption > h1:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color),
.mSCaption > h2:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color),
.mSCaption > h3:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color),
.mSCaption > h4:not(.tb_main_color):not(.tb_secondary_color):not(.tb_tertiary_color)
{
  color: inherit !important;
}
.mSCaption > .tb_main_color_bg {
  border-radius: inherit !important;
}
.mSCaption img {
  display: block;
  min-width: 100%;
  height: auto;
}
.mSCaption iframe {
  max-width: 100%;
  max-height: 100%;
}
.mSCaption.tb_interactive > * {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.mSCaption.tb_interactive[style*="top:"]:hover > * {
  margin-top: -10px;
}
.mSCaption.tb_interactive[style*="bottom:"]:hover > * {
  margin-bottom: 10px;
}
.mSCaption .btn[class*="btn-"] {
  height: auto;
  padding: 0.5em 1.2em;
  line-height: normal !important;
  font-size: 1.3em;
}


@media only screen and (max-width: 1240px) {
  body.tb_layout_1200 .fullwidth .ms_scene {
    left: 30px;
    right: 30px;
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 1020px) {
  .fullwidth .ms_scene {
    left: 30px;
    right: 30px;
    width: auto;
    margin: 0;
  }
}

/*****************************************************
***   S K I N S
*****************************************************/

.mightySlider {
  position: relative;
  z-index: 1;
}
.mightySlider .slide_element {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.mightySlider .slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mightySlider.horizontal .slide {
  float: left;
}

/* Navigation Buttons */
.mightySlider .mSButtons {
  position: absolute;
  z-index: 3;
  height: 100%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.mightySlider.mSMedia .mSButtons {
  display: none;
}
.mightySlider .mSButtons svg,
.mightySlider .mSButtons:after
{
  content: '';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
  -webkit-transition-property: opacity, color, background-color;
          transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mightySlider.horizontal .mSButtons svg {
  z-index: 2;
  width: 60%;
  left: 20%;
}
.mightySlider.horizontal .mSPrev svg {
  left: 22%;
}
.mightySlider.horizontal .mSButtons:after {
  opacity: 0.5;
}
.mightySlider.horizontal .mSNext {
  top: 0;
  bottom: 0;
  right: 0;
}
.mightySlider.horizontal .mSPrev {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mightySlider .mSButtons {
  width: 50px;
  font-size: 30px;
}
.tb_nav_size_2 > .mightySlider .mSButtons {
  width: 40px;
  font-size: 26px;
}
.tb_nav_size_1 > .mightySlider .mSButtons {
  width: 30px;
  font-size: 18px;
}
.mightySlider.horizontal .mSButtons:after {
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
}
.tb_nav_size_2 > .mightySlider.horizontal .mSButtons:after {
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
}
.tb_nav_size_1 > .mightySlider.horizontal .mSButtons:after {
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
}

@media (max-width: 480px) {
  .mightySlider .mSButtons {
    width: 30px !important;
    font-size: 18px !important;
  }
  .mightySlider.horizontal .mSButtons:after {
    height: 40px !important;
    margin-top: -20px !important;
    line-height: 40px !important;
  }
}


.mightySlider .mSButtons.disabled {
  display: none;
}

.mightySlider .mSIcon {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}


.mightySlider .mSVideo, .mightySlider .mSFlash, .mightySlider .mSIframe {
  width: 77px;
  height: 77px;
  background: url('../../../system/vendor/BurnEngine/extension/fire_slider/catalog/view/img/modern/icon-play.png') no-repeat center;
  background-color: #111;
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
  overflow: hidden;
  opacity: 0.85;
          border-radius: 3px;
  -webkit-transition: opacity 135ms linear;
          transition: opacity 135ms linear;
}

.mightySlider .mSIframe {
  background-image: url('../../../system/vendor/BurnEngine/extension/fire_slider/catalog/view/img/modern/icon-view.png');
}

.mightySlider .mSVideo:hover, .mightySlider .mSFlash:hover, .mightySlider .mSIframe:hover {
  opacity: 1;
}

.mightySlider .mSClose {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  background: #000;
  -webkit-transition: all 135ms linear;
          transition: all 135ms linear;
}
.mightySlider  .mSClose:before {
  content: '+';
  display: inline-block;
  font-size: 48px;
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mightySlider:hover .mSClose {
  opacity: 1;
}

/* Thumbnails */
.mightySlider .mSThumbnails {

  -webkit-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.mightySlider .mSThumbnails * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.mightySlider.horizontal.mSMedia .mSThumbnails,
.mightySlider.vertical.mSMedia .mSThumbnails
{
  display: none;
}

.tb_thumbs ul,
.tb_thumbs ul > li
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_thumbs ul > li {
  cursor: pointer;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.tb_thumbs img {
  max-width: 100%;
  max-height: 100%;
}

.tb_thumbs_horizontal.tb_thumbs_crop .tb_thumbs_wrap {
  position: relative;
}
.tb_thumbs_horizontal.tb_thumbs_crop .tb_thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tb_thumbs_horizontal .tb_thumbs > div,
.tb_thumbs_horizontal .tb_thumbs ul
{
  height: 100%;
}
.tb_thumbs_horizontal .tb_thumbs .tb_grid_view {
  max-width: 100%;
  min-width: 100%;
}

.tb_thumbs_vertical .tb_thumbs,
.tb_thumbs_vertical .tb_thumbs > div,
.tb_thumbs_vertical .tb_thumbs .tb_grid_view
{
  height: 100% !important;
}
.tb_thumbs_vertical .tb_thumbs ul {
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.tb_thumbs_vertical li {
  max-width: none !important;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tb_thumbs_vertical .tb_grid_view > li {
  overflow: hidden;
}
.tb_thumbs_vertical .tb_size_3 > li {
      -ms-flex: 0 1 33.3333%;
  -webkit-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  height: 33.3333%;
}
.tb_thumbs_vertical .tb_size_4 > li {
      -ms-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
          flex: 0 1 25%;
  height: 25%;
}
.tb_thumbs_vertical .tb_size_5 > li {
      -ms-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
          flex: 0 1 20%;
  height: 20%;
}
.tb_thumbs_vertical .tb_size_6 > li {
      -ms-flex: 0 1 16.6666%;
  -webkit-flex: 0 1 16.6666%;
          flex: 0 1 16.6666%;
  height: 16.6666%;
}
.tb_thumbs_vertical .tb_size_7 > li {
      -ms-flex: 0 1 14.2857%;
  -webkit-flex: 0 1 14.2857%;
          flex: 0 1 14.2857%;
  height: 14.2857%;
}
.tb_thumbs_vertical .tb_size_8 > li {
      -ms-flex: 0 1 12.5%;
  -webkit-flex: 0 1 12.5%;
          flex: 0 1 12.5%;
  height: 12.5%;
}

/* Pages */

.mSPages {
  position: absolute;
  z-index: 3;
  margin: auto;
  padding: 20px 0 0 0;
  list-style: none;
  bottom: 0;
  right: 50px;
  left: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.mSPages li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top;
  text-indent: -1000em;
  border-radius: 50%;
  opacity: 0.2;
}
.mSPages li:hover,
.mSPages li.active
{
  opacity: 0.4;
}
.mightySlider.mSMedia .mSPages {
  display: none;
}
@media (max-width: 480px) {
  .mSPages {
    display: none;
  }
}
/* Performance for Touch Devices */
.mightySlider.isTouch .mSClose {
  opacity: 1;
}
.mightySlider.isTouch .mSButtons {
  opacity: 1;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://evpower.co.nz/catalog/view/theme/BurnEngine/javascript/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://evpower.co.nz/catalog/view/theme/BurnEngine/javascript/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://evpower.co.nz/catalog/view/theme/BurnEngine/javascript/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
          transition-property:         transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.tb_wt_header_search_system .twitter-typeahead {
  max-width: 100%;
  min-width: 0;
}
.tb_wt_header_search_system .twitter-typeahead > input {
  width: 100%;
}
.tb_wt_header_search_system .twitter-typeahead .dropdown-menu {
  margin-left: 0;
}
.tb_wt_header_search_system .twitter-typeahead .dropdown-menu > .tb_compact_view {
  margin: -20px 0;
}
.tb_wt_header_search_system .twitter-typeahead .dropdown-menu > .tb_compact_view > div {
  margin: 0 -20px;
  padding: 15px !important;
}
.tb_wt_header_search_system .twitter-typeahead .dropdown-menu > .tb_compact_view > div:last-child {
  border-bottom: none !important;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead {
  width: 100%;
  max-width: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tb_wt_header_search_system.tb_style_4:hover .tb_search_wrap > .twitter-typeahead,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead.dropdown-open
{
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
/*
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead .dropdown-menu {
  display: none !important;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead .dropdown-menu:not([style*="display: none;"]) {
  display: block !important;
}
*/
@media (max-width: 768px) {
  .tb_wt_header_search_system .twitter-typeahead {
    position: static !important;
  }
  .tb_wt_header_search_system .twitter-typeahead .tt-hint {
    position: static !important;
    float: left;
    width: 100%;
    margin-bottom: -100%;
  }
  .tb_wt_header_search_system .twitter-typeahead .dropdown-menu {
    width: 100% !important;
  }
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://evpower.co.nz/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://evpower.co.nz/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('https://evpower.co.nz/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('https://evpower.co.nz/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('https://evpower.co.nz/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('https://evpower.co.nz/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
[class*="fa-"]:before
{
  display: inline-block;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
}
i.fa,
[class*="fa-"]:before
{
  text-rendering: auto;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
[class*="fa-"]:before {
  font-size: inherit;
}
[dir=ltr] i.fa,
[dir=ltr] [class*="fa-"]:before
{
  margin-right: 0.1em;
}
[dir=rtl] i.fa,
[dir=rtl] [class*="fa-"]:before
{
  margin-left: 0.1em;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-stack {
  position: relative;
}
.fa-stack ~ .fa-stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

/* ICON ADJUST
 * -------------------------- */
.tb_icon.fa-shield:before           { margin-top: 0.05em; margin-bottom: -0.05em; }
.tb_icon.fa-truck:before,
.tb_icon.fa-send:before,
.tb_icon.fa-paper-plane:before      { text-indent: -0.08em; }
.tb_icon_10.fa-heart:before         { text-indent: -0.08em !important;  }
.tb_icon_10.fa-retweet:before       { text-indent: -0.12em !important; font-size: 12px; margin-top: 1px; margin-bottom: -1px; }
.tb_icon_16.fa-shopping-cart:before { margin-top: -0.06em; text-indent: -0.05em !important; }
.tb_icon_16.fa-retweet:before       { text-indent:  0.038em !important; }
.fa-calendar                        { font-size: 14px; }
/*
* Query UI - v1.10.4
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; 
* Licensed MIT 
*/

/* Reset
----------------------------------*/
.ui-widget a,
.ui-widget a:not([href])
{
  cursor: pointer;
}
.ui-dialog button,
.ui-datepicker button
{
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
  border: none;
}
.ui-widget-header,
.ui-widget-content,
.ui-state-default,
.ui-state-hover,
.ui-state-active,
.ui-state-default a,
.ui-state-hover a,
.ui-state-active a
{
  background: transparent none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}


/* Clearfix
----------------------------------*/
[class*='-buttonpane']:after,
.ui-timepicker-div dl:after
{
  content: '';
  clear: both;
  display: table;
}



/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  overflow: hidden;
  display: block;
  text-indent: -1000em;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: fixed; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; zoom: 1; }
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  overflow: visible; /* the overflow property removes extra width in IE */
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: .1em;
  text-align: center;
  zoom: 1;
  cursor: pointer;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button {
  display: inline-block;
  float: none;
  margin-left: 0; margin-right: -0.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker {
  z-index: 10000 !important;
  display: none;
  width: 17em;
  padding: 1.2em;
}
.ui-datepicker .ui-datepicker-header,
.ui-timepicker-div .ui-widget-header
{
  position: relative;
  margin: -1.2em -1.2em 1em -1.2em;
  padding: 0.7em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width:  2em;
  height: 2em;
  margin-top: -1em;
  line-height: 2em;
  border: none !important;
}
.ui-datepicker .ui-icon {
  color: inherit !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0.7em;
}
.ui-datepicker .ui-datepicker-next {
  right: 0.7em;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover,
.ui-timepicker-div .ui-widget-header .ui-state-hover
{
  background: rgba(0, 0, 0, 0.3) !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1.5em;
  color: inherit !important;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before
{
  color: inherit !important;
  opacity: 0.6;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover span:before,
.ui-datepicker .ui-datepicker-next.ui-state-hover span:before
{
  opacity: 0.9;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.5em;
  text-align: center;
  font-size: 16px;
}
.ui-datepicker .ui-datepicker-title select { margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th {
  padding: 0 0 0.7em 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  border: 0;
}
.ui-datepicker td { width: 14.2777%; border: 0; text-align: center; padding: 1px; }

.ui-datepicker td .ui-state-default {
  border: none;
}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  position: relative;
  clear: both;
  margin: 1.2em -1.2em -1.2em -1.2em;
  padding: 1.2em;
  text-align: center;
  background: none;
}
.ui-datepicker .ui-datepicker-buttonpane:before {
  content: '';
  display: block;
  height: 0;
  margin: -1.2em -1.2em 1.2em -1.2em;
  border-top-width: 1px;
  border-top-style: solid;
  opacity: 0.2;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-timepicker-div dt,
.ui-timepicker-div dd
{
  box-sizing: border-box;
  overflow: visible;
}
.ui-timepicker-div dt {
  clear: left;
  float: left;
  width: 30%;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0.5em 0;
}
.ui-timepicker-div dd {
  float: right;
  width: 68%;
  height: 0.69em;
  margin: 0.9em 0;
}
.ui-timepicker-div .ui_tpicker_time {
  height: 1.5em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 300px;
  padding: 2em;
  outline: none;
  box-sizing: border-box;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  margin: -2em -2em 2em -2em;
  padding: 1.2em 2em;
}
.ui-dialog .ui-dialog-title {
  vertical-align: top;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close.ui-state-default,
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog .ui-dialog-titlebar-close .ui-icon,
.ui-dialog .ui-dialog-titlebar-close.ui-state-default .ui-icon,
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon
{
  position: absolute;
  display: block;
  color: inherit !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 1em;
  top: 50%;
  width: 1.6em;
  height: 1.6em;
  margin: -0.8em 0 0 0;
  padding: 0;
  font-size: 1.2em;
  background: transparent !important;
  box-shadow: none !important;
}
html[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
  left: 1em;
  right: auto;
}
.ui-dialog .ui-dialog-titlebar-close span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6em;
}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
  background: rgba(0, 0, 0, 0.3) !important;
}
.ui-dialog .ui-dialog-titlebar-close span:before {
  color: inherit !important;
  opacity: 0.7;
}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover span:before {
  opacity: 0.9;
}
.ui-dialog .overflow_text {
  margin-right: -1em;
  padding-right: 2em;
}
html[dir="rtl"] .ui-dialog .overflow_text {
  margin-left: -1em;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  background: none;
  overflow: visible;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu {
  display: block;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  outline: none;
}
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item
{
  width: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a {
  display: block;
  margin: 0 -15px;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: normal;
  zoom: 1;
  border-radius: 0;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active
{
  font-weight: normal;
}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-progressbar,
.ui-slider
{
  position: relative;
}
.ui-progressbar:after,
.ui-slider:after
{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top-width: 0.35em;
  border-bottom-width: 0.39em;
  border-style: solid;
  opacity: 0.11;
}

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }

.ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  cursor: w-resize;
  border-width: 1px;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 2px !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-color: transparent !important;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle.ui-state-hover
{
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-color: transparent !important;
}
.ui-slider .ui-slider-range {
  z-index: 1;
  position: absolute;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.35em;
  width: 1em;
  height: 100%;
  margin-left: -0.5em;
  padding: 0.7em 0;
  border: none !important;
}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle {
  left: -1px;
  width: 100%;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.4em;
  padding: 0 0.4em;
}
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-spinner {
  position:relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }

.ui-spinner-button {
  overflow: hidden;
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 50%;
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-align: center;
  font-size: 8px;
  cursor: default;
}
.ui-spinner-button .ui-button-text,
.ui-spinner-button .ui-icon
{
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
}
.ui-spinner-button .ui-button-text {
  top: 0;
  left: 0;
  height: 100%;
  line-height: 100%;
}
.ui-spinner-button .ui-icon {
  top: 50%;
  height: 12px;
  margin-top: -6px;
  font-size: 12px;
}
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

.ui-tabs-nav li { list-style: none; position: relative; white-space: nowrap; }
.ui-tabs-nav .ui-state-disabled a {
  cursor: disabled;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: wait;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tooltip {
  padding: 0.7em 1.2em;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* Component containers
----------------------------------*/

.ui-widget-content.ui-datepicker,
.ui-widget-content.ui-dialog,
.ui-widget-content.ui-tooltip,
.ui-widget-content.ui-autocomplete
{
  box-shadow:
    0 1px 0 0 rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited
{
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #212121;
  border-color: #cacaca;
  background: #dadada;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited
{
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight
{
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a
{
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error
{
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a
{
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text
{
  color: #cd0a0a;
}
.ui-priority-primary:not(button):not(.ui-button),
.ui-widget-content .ui-priority-primary:not(button):not(.ui-button),
.ui-widget-header .ui-priority-primary:not(button):not(.ui-button)
{
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary
{
  opacity: .7;
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled
{
  opacity: .35;
  background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  text-align: center;
}
.ui-icon:before {
  display: inline-block;
  float: left;
  width: 100%;
  text-indent: 0;
  vertical-align: top;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  speak: none;
}

.ui-icon-closethick:before {
  content: '\2716';
  content: '\274c';
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.99em;
  font-weight: normal;
}
.ui-icon-triangle-1-n:before      { content: '\f0d8'; }
.ui-icon-triangle-1-e:before      { content: '\f0da'; }
.ui-icon-triangle-1-s:before      { content: '\f0d7'; }
.ui-icon-circle-triangle-e:before { content: '\f105'; }
.ui-icon-circle-triangle-w:before { content: '\f104'; }

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-dialog.ui-widget-content,
.ui-datepicker.ui-widget-content,
.ui-tooltip.ui-widget-content,
.ui-autocomplete.ui-widget-content
{
  border-radius: 2px;
}
.ui-dialog .ui-widget-header,
.ui-datepicker .ui-widget-header,
.ui-tooltip .ui-widget-header,
.ui-autocomplete .ui-widget-header
{
  border-radius: 2px 2px 0 0;
}

/* COLORS
----------------------------------*/
.ui-widget-overlay {
  background: #ffffff;
  opacity: 0.6;
}



/*  -----------------------------------------------------------------------------------------
    C O R E
-----------------------------------------------------------------------------------------  */

*, body, button, input, textarea, select, table, td, th {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
@media (min-width: 1261px) {
  html[dir="ltr"] {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}
body:before {
  content: '';
  display: table !important;
}
img,
svg
{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
svg {
  max-height: 100%;
  fill: currentColor;
}
body > svg {
  display: none;
}
a,
img,
a img,
iframe
{
  border: 0;
  text-decoration: none;
}
a:active          { background: transparent;    }
a:not([href])     { cursor: default;            }
a:before, a:after { outline: 0 none !important; }

ul {
  list-style: none;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="file"],
input[type="file"]:hover,
input[type="file"]:focus
{
  background-color: transparent;
}
button[disabled],
input[disabled]
{
  cursor: default;
}
button,
input[type=date],
input[type=time],
input[type=datetime],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
::-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
  display: block;
}
.disabled,
[disabled],
[readonly],
.disabled  *,
[disabled] *,
[readonly] *
{
  cursor: not-allowed;
}

/*** Jquery UI reset ***/

.tb_tabs .ui-icon,
.tb_accordion .ui-icon
{
  position: static;
  display: inline;
  width: auto;
  height: auto;
  text-indent: 0;
}

/*****************************************************/
/******   B O X    M O D E L   ***********************/
/*****************************************************/

* {
  box-sizing: border-box;
}

/*  Video embeds  ------------------------------------------------------------------------ */

iframe[src*="youtube"],
iframe[src*="vimeo"]
{
  max-width: 100%;
}
@media (max-width: 480px) {
  iframe[src*="youtube"],
  iframe[src*="vimeo"] {
    height: auto;
  }
}* {
  text-rendering: optimizeLegibility;
}
body {
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  }

/*  ---   Titles   ----------------------------------------------------------------------  */

h1, h2, h3,
.h1, .h2, .h3,
h4, h5, h6,
.h4, .h5, .h6,
legend,
.panel-heading,
.box-heading
{
  font-weight: normal;
  font-style: normal;
}
h1, .h1 {
  margin-bottom: 22px;
  font-size: 26px;
}
h2, .h2,
legend,
.panel-heading,
.box-heading
{
  font-size: 16px;
}
h2, .h2,
legend
{
  margin-bottom: 22px;
  font-size: 16px;
}
h3, .h3 {
  margin-bottom: 11px;
  font-size: 15px;
}
h4, .h4 {
  margin-bottom: 11px;
  font-size: 14px;
}
h5, .h5 {
  font-size: 12px;
}
h6, .h6 {
  font-size: 11px;
}

sup, sub {
  line-height: 0;
  font-size: 75%;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px solid;
  opacity: 0.2;
}

/*  ---   Text Utilities   --------------------------------------------------------------  */

small, .small    { font-size: 85%; }
mark, .mark      { padding: .2em; background-color: #fcf8e3; }
.text-left       { text-align: left;    }
.text-right      { text-align: right;   }
.text-center     { text-align: center;  }
.text-justify    { text-align: justify; }
.text-nowrap     { white-space: nowrap; }
.text-lowercase  { text-transform: lowercase;  }
.text-uppercase  { text-transform: uppercase;  }
.text-capitalize { text-transform: capitalize; }
.valign-top      { vertical-align: top;    }
.valign-middle   { vertical-align: middle; }
.valign-bottom   { vertical-align: bottom; }

.tb_disabled {
  position: relative;
}
.tb_disabled:after {
  content:    '';
  position:   absolute;
  z-index:    1;
  top:        0;
  right:      0;
  bottom:     0;
  left:       0;
  background: #fff;
  opacity:    0;
}



small {
  font-size: 75%;
}
blockquote,
p,
ul,
ol,
dl,
address,
blockquote,
table,
hr
{
  margin-bottom: 22px;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child,
blockquote:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
address:last-child,
blockquote:last-child,
table:last-child,
hr:last-child
{
  margin-bottom: 0;
}
table img {
  display: block;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
p img,
a img
{
  display: inline-block;
  vertical-align: top;
}
*::-moz-selection,
*::-webkit-selection,
::selection
{
  color: #fff;
}

figure.image,
figure.image img:not(:last-child) {
  margin-bottom: 22px;
}
figure.image figcaption {
  text-align: center;
  font-style: italic;
}
p img.left,
p img.pull-left,
p .image-holder.pull-left,
figure.image.pull-left
{
  float: left;
  margin: 0 22px 22px 0;
}
img.center-block,
.center-block img,
figure .image-holder,
.center-block .image-holder,
figure img
{
  display: block;
  margin: 0 auto 22px auto;
}
p.center-block:last-child img,
figure.center-block:last-child img
{
  margin-bottom: 0;
}
p img.right,
p img.pull-right,
p .image-holder.pull-right,
figure.image.pull-right {
  float: right;
  margin: 0 0 22px 22px;
}
.pull-left img.pull-left,
.pull-right img.pull-right,
p > img.left:last-child:not([style*="margin-bottom"]),
p > img.pull-right:last-child:not([style*="margin-bottom"]),
p:last-child > img.center-block,
p.center-block:last-child > img,
p.center-block:last-child > .image-holder
{
  margin-bottom: 0 !important;
}
.tb_text_wrap p:not([class]) .image-holder:not(.pull-left):not(.pull-right):not(.center-block) {
  display: inline-block;
  margin-left:  0;
  margin-right: 0;
  vertical-align: top;
}
p:empty,
ul:empty
{
  display: none;
}
a {
  -webkit-transition: color 0.4s, background-color 0.4s;
          transition: color 0.4s, background-color 0.4s;
}

i.fa,
i[class*="fa-"]
{
  vertical-align: initial;
}
i.fa,
i.fa:before,
[class*="fa-"],
[class*="fa-"]:before
{
  line-height: inherit;
}
.btn i.fa {
  vertical-align: top;
}

.dropdown > .caret {
  display: none;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0,0,0,0);
  border: 0;
}

span.required       { font-weight: bold; color: red; }
.tb_small           { font-size: 10px; }
a img.inline        { vertical-align: middle; }
.overflow_text      { overflow: auto; overflow-x: hidden; }

.tb_sep,
.pagination,
table,
.table,
span.clear.border:not([class*="tb_mb_"]) { margin-bottom: 33px; }

.border         { border-bottom-width: 1px; border-bottom-style: solid;  }
.border-dashed  { border-bottom-style: dashed; }
.border-dotted  { border-bottom-style: dotted; }
.border-double  { border-bottom-width: 3px; border-bottom-style: double; }

br.clear,
span.clear
{
  visibility: visible;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p.tb_empty {
  text-align: center;
  margin-bottom: 33px;
  padding: 44px 0;
  font-size: 20px;
}
.help { font-size: 13.6px; opacity: 0.6; }

pre {
  word-wrap: break-word;
}
pre code {
  white-space: pre-wrap;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.blockquote-reverse,
blockquote.pull-right {
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/*  -----------------------------------------------------------------------------------------
    Lists
-----------------------------------------------------------------------------------------  */

/*  ---   Description list   ------------------------------------------------------------  */

.dl-horizontal dt {
    clear: left;
  float: left;
  margin-right: 10px;
    font-weight: bold;
}
.dl-horizontal dd {
  overflow: hidden;
}

/*  ---   Unordered list   --------------------------------------------------------------  */

.tb_list_1,
.list-group
{
  list-style: none !important;
}
.tb_list_1 > li:not(.tb_nobullet):not(.tb_link) {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tb_list_1 > li > a {
  word-break: break-word;
  -ms-word-wrap: break-word;
      word-wrap: break-word;
}
.tb_list_1 > li.tb_link > a,
.list-group > a
{
  position: relative;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_list_1 > li:not(.tb_nobullet):not(.tb_link):before,
.tb_list_1 > li.tb_link > a:before,
.list-group > a:before
{
    content: '\f105';
    width: 15px;
  font-size: 12px;
  font-family: FontAwesome;
}
.tb_list_1 > li:not(.tb_nobullet):not(.tb_link):before {
  display: table-cell;
  vertical-align: top;
}
.tb_list_1 > li.tb_link > a:before,
.list-group > a:before
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu.tb_ip_sm {
  margin-top: -16.5px;
}

/*  -----------------------------------------------------------------------------------------
    Icons
-----------------------------------------------------------------------------------------  */

.tb_icon_10,
.tb_icon_16,
.tb_icon_24,
.tb_icon_32,
.btn.tb_icon_10,
.btn.tb_icon_16,
.btn.tb_icon_24,
.btn.tb_icon_32
{
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: top;
}
[class].tb_icon_10:before,
[class].tb_icon_16:before,
[class].tb_icon_24:before,
[class].tb_icon_32:before
{
    margin-right: 0.5em !important;
  }
.tb_icon_10:before {
  width: 11px;
  font-size: 10px;
}
.tb_icon_16:before {
  width: 17px;
  font-size: 16px;
}
.tb_icon_24:before {
  width: 25px;
  font-size: 24px;
}
.tb_icon_32:before {
  width: 32px;
  font-size: 32px;
}
.tb_icon {
  display: inline-block;
    margin-right: 0.5em;
    text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  vertical-align: top;
}
[class*="tb_icon_"]:before {
  margin-right: 0 !important;
  margin-left:  0 !important;
}
.btn svg {
  width: 1.4em;
}
.fa.fa-times:before,
.fa.fa-times-circle:before
{
  content: '\2716';
  content: '\274c';
  content: '\2715';
  content: '\00D7';
  font-family: FontAwesome, Tahoma, Arial, sans-serif;
  font-size: 0.99em;
  font-size: 1.35em;
}
.btn .fa-times:before,
.btn .fa-times-circle:before
{
  font-size: 22px;
  letter-spacing: 0;
  word-spacing: 0;
}
.btn-xs .fa-times:before,
.btn-xs .fa-times-circle:before
{
  font-size: 17px;
}
.btn-sm .fa-times:before,
.btn-sm .fa-times-circle:before
{
  font-size: 20px;
}
.btn-lg .fa-times:before,
.btn-lg .fa-times-circle:before
{
  font-size: 29px;
}
.tb_no_text > i.fa,
.tb_no_text[class*="fa-"]:before,
.tb_no_text > [class*="fa-"]:before,
.tb_no_text[class*="ico-"]:before,
.tb_no_text > [class*="ico-"]:before,
.tb_no_text > .tb_icon,
.tb_no_text > .tb_text > i.fa,
.tb_no_text > .tb_text > [class*="fa-"]:before,
.tb_no_text > .tb_text > .tb_icon
{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    OpenCart 1
-----------------------------------------------------------------------------------------  */

th.left, td.left     { text-align: left; }
th.right, td.right   { text-align: right; }
th.center, td.center { text-align: left; }
/*  -----------------------------------------------------------------------------------------
    C O N T A I N E R
-----------------------------------------------------------------------------------------  */

.container,
.container-fluid
{
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row-wrap:before
{
  content: '';
  display: table;
}
.container:after,
.container-fluid:after
{
  clear: both;
}
#wrapper.container-fluid {
  overflow-x: hidden;
}

/*  -----------------------------------------------------------------------------------------
    G R I D
-----------------------------------------------------------------------------------------  */

.row,
.col,
.row > div
{
      -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  pointer-events: none;
}
.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top:   -30px;
  margin-left:  -30px;
}
.row:after {
  content: '';
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both;
}
.row + .row {
  margin-top: 0;
}
html[dir="rtl"] .tb_no_rtl_columns {
  direction: ltr;
}
html[dir="rtl"] .tb_no_rtl_columns > .col {
  direction: rtl;
}

.col,
.row > div
{
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
    float: left;
    max-width: 100%;
  /* min-height: 1px; */
  margin-left: 30px;
  margin-top:  30px;
}
.row.row-reverse,
.row-reverse > .row
{
      -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row.row-reverse > .col,
.row-reverse > .row > .col
{
    float: right;
  }
.row > div > * {
  pointer-events: auto;
}

.container,
.tb_width_fixed,
#wrapper:not(.container) > .tb_content_fixed > .row-wrap {
  max-width: 1280px;
}
@media (min-width: 1360px) {
  .tb_content_fixed > .row {
    max-width: 1340px;
  }
}
@media (max-width: 1360px) {
  #wrapper.container {
    margin-left:  30px;
    margin-right: 30px;
  }
}

#wrapper:not(.container) > .container,
#wrapper:not(.container) > .tb_width_fixed,
#wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_width_fixed
{
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1361px) {
  #wrapper:not(.container) > .tb_content_fixed:not([class*="tb_pl_"]) > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed):not([class*="tb_pl_"]) .tb_content_fixed:not([class*="tb_pl_"]) > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1291px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_5 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_5 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_5 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1301px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_10 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_10 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_10 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1311px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_15 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_15 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_15 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1321px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_20 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_20 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_20 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1331px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_25 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_25 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_25 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1341px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_30 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_30 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_30 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1351px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_35 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_35 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_35 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1361px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_40 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_40 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_40 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1371px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_45 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_45 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_45 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1381px) {
  #wrapper:not(.container) > .tb_content_fixed.tb_pl_50 > div,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed).tb_pl_50 .tb_content_fixed > .row,
  #wrapper:not(.container) > :not(.container):not(.tb_content_fixed):not(.tb_width_fixed) .tb_content_fixed.tb_pl_50 > .row
  {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/*  -----------------------------------------------------------------------------------------
    G R I D   G U T T E R
-----------------------------------------------------------------------------------------  */

.row {
  margin-left: -30px;
}
[class*="col-"] {
  margin-top:  30px;
  margin-left: 30px;
}

.row.tb_gut_0 {
  margin-left: -0px;
}
.row.tb_gut_0 > .col {
  margin-left: 0px;
}
.row.tb_gut_10 {
  margin-left: -10px;
}
.row.tb_gut_10 > .col {
  margin-left: 10px;
}
.row.tb_gut_20 {
  margin-left: -20px;
}
.row.tb_gut_20 > .col {
  margin-left: 20px;
}
.row.tb_gut_30 {
  margin-left: -30px;
}
.row.tb_gut_30 > .col {
  margin-left: 30px;
}
.row.tb_gut_40 {
  margin-left: -40px;
}
.row.tb_gut_40 > .col {
  margin-left: 40px;
}
.row.tb_gut_50 {
  margin-left: -50px;
}
.row.tb_gut_50 > .col {
  margin-left: 50px;
}

/*** xs ***/

    .row.tb_gut_xs_0 {
    margin-top: -0px;
    margin-left:  -0px;
    margin-right: -0px;
    padding-right: 0px;
  }
  .row.tb_gut_xs_0 > .col {
    margin-left: 0px;
  }
  .row.tb_gut_xs_0 > [class*="col-xs-"] {
    margin-top:  0px;
  }
    .row.tb_gut_xs_10 {
    margin-top: -10px;
    margin-left:  -10px;
    margin-right: -10px;
    padding-right: 10px;
  }
  .row.tb_gut_xs_10 > .col {
    margin-left: 10px;
  }
  .row.tb_gut_xs_10 > [class*="col-xs-"] {
    margin-top:  10px;
  }
    .row.tb_gut_xs_20 {
    margin-top: -20px;
    margin-left:  -20px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .row.tb_gut_xs_20 > .col {
    margin-left: 20px;
  }
  .row.tb_gut_xs_20 > [class*="col-xs-"] {
    margin-top:  20px;
  }
    .row.tb_gut_xs_30 {
    margin-top: -30px;
    margin-left:  -30px;
    margin-right: -30px;
    padding-right: 30px;
  }
  .row.tb_gut_xs_30 > .col {
    margin-left: 30px;
  }
  .row.tb_gut_xs_30 > [class*="col-xs-"] {
    margin-top:  30px;
  }
    .row.tb_gut_xs_40 {
    margin-top: -40px;
    margin-left:  -40px;
    margin-right: -40px;
    padding-right: 40px;
  }
  .row.tb_gut_xs_40 > .col {
    margin-left: 40px;
  }
  .row.tb_gut_xs_40 > [class*="col-xs-"] {
    margin-top:  40px;
  }
    .row.tb_gut_xs_50 {
    margin-top: -50px;
    margin-left:  -50px;
    margin-right: -50px;
    padding-right: 50px;
  }
  .row.tb_gut_xs_50 > .col {
    margin-left: 50px;
  }
  .row.tb_gut_xs_50 > [class*="col-xs-"] {
    margin-top:  50px;
  }
  /*** sm ***/

@media (min-width: 769px) {
    .row.tb_gut_sm_0 {
    margin-top: -0px;
    margin-left:  -0px;
    margin-right: -0px;
    padding-right: 0px;
  }
  .row.tb_gut_sm_0 > .col {
    margin-left: 0px;
  }
  .row.tb_gut_sm_0 > [class*="col-sm-"] {
    margin-top:  0px;
  }
    .row.tb_gut_sm_10 {
    margin-top: -10px;
    margin-left:  -10px;
    margin-right: -10px;
    padding-right: 10px;
  }
  .row.tb_gut_sm_10 > .col {
    margin-left: 10px;
  }
  .row.tb_gut_sm_10 > [class*="col-sm-"] {
    margin-top:  10px;
  }
    .row.tb_gut_sm_20 {
    margin-top: -20px;
    margin-left:  -20px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .row.tb_gut_sm_20 > .col {
    margin-left: 20px;
  }
  .row.tb_gut_sm_20 > [class*="col-sm-"] {
    margin-top:  20px;
  }
    .row.tb_gut_sm_30 {
    margin-top: -30px;
    margin-left:  -30px;
    margin-right: -30px;
    padding-right: 30px;
  }
  .row.tb_gut_sm_30 > .col {
    margin-left: 30px;
  }
  .row.tb_gut_sm_30 > [class*="col-sm-"] {
    margin-top:  30px;
  }
    .row.tb_gut_sm_40 {
    margin-top: -40px;
    margin-left:  -40px;
    margin-right: -40px;
    padding-right: 40px;
  }
  .row.tb_gut_sm_40 > .col {
    margin-left: 40px;
  }
  .row.tb_gut_sm_40 > [class*="col-sm-"] {
    margin-top:  40px;
  }
    .row.tb_gut_sm_50 {
    margin-top: -50px;
    margin-left:  -50px;
    margin-right: -50px;
    padding-right: 50px;
  }
  .row.tb_gut_sm_50 > .col {
    margin-left: 50px;
  }
  .row.tb_gut_sm_50 > [class*="col-sm-"] {
    margin-top:  50px;
  }
  }
/*** md ***/

@media (min-width: 1041px) {
    .row.tb_gut_md_0 {
    margin-top: -0px;
    margin-left:  -0px;
    margin-right: -0px;
    padding-right: 0px;
  }
  .row.tb_gut_md_0 > .col {
    margin-left: 0px;
  }
  .row.tb_gut_md_0 > [class*="col-md-"] {
    margin-top:  0px;
  }
    .row.tb_gut_md_10 {
    margin-top: -10px;
    margin-left:  -10px;
    margin-right: -10px;
    padding-right: 10px;
  }
  .row.tb_gut_md_10 > .col {
    margin-left: 10px;
  }
  .row.tb_gut_md_10 > [class*="col-md-"] {
    margin-top:  10px;
  }
    .row.tb_gut_md_20 {
    margin-top: -20px;
    margin-left:  -20px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .row.tb_gut_md_20 > .col {
    margin-left: 20px;
  }
  .row.tb_gut_md_20 > [class*="col-md-"] {
    margin-top:  20px;
  }
    .row.tb_gut_md_30 {
    margin-top: -30px;
    margin-left:  -30px;
    margin-right: -30px;
    padding-right: 30px;
  }
  .row.tb_gut_md_30 > .col {
    margin-left: 30px;
  }
  .row.tb_gut_md_30 > [class*="col-md-"] {
    margin-top:  30px;
  }
    .row.tb_gut_md_40 {
    margin-top: -40px;
    margin-left:  -40px;
    margin-right: -40px;
    padding-right: 40px;
  }
  .row.tb_gut_md_40 > .col {
    margin-left: 40px;
  }
  .row.tb_gut_md_40 > [class*="col-md-"] {
    margin-top:  40px;
  }
    .row.tb_gut_md_50 {
    margin-top: -50px;
    margin-left:  -50px;
    margin-right: -50px;
    padding-right: 50px;
  }
  .row.tb_gut_md_50 > .col {
    margin-left: 50px;
  }
  .row.tb_gut_md_50 > [class*="col-md-"] {
    margin-top:  50px;
  }
  }
/*** lg ***/

@media (min-width: 1261px) {
    .row.tb_gut_lg_0 {
    margin-top: -0px;
    margin-left:  -0px;
    margin-right: -0px;
    padding-right: 0px;
  }
  .row.tb_gut_lg_0 > .col {
    margin-left: 0px;
  }
  .row.tb_gut_lg_0 > [class*="col-lg-"] {
    margin-top:  0px;
  }
    .row.tb_gut_lg_10 {
    margin-top: -10px;
    margin-left:  -10px;
    margin-right: -10px;
    padding-right: 10px;
  }
  .row.tb_gut_lg_10 > .col {
    margin-left: 10px;
  }
  .row.tb_gut_lg_10 > [class*="col-lg-"] {
    margin-top:  10px;
  }
    .row.tb_gut_lg_20 {
    margin-top: -20px;
    margin-left:  -20px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .row.tb_gut_lg_20 > .col {
    margin-left: 20px;
  }
  .row.tb_gut_lg_20 > [class*="col-lg-"] {
    margin-top:  20px;
  }
    .row.tb_gut_lg_30 {
    margin-top: -30px;
    margin-left:  -30px;
    margin-right: -30px;
    padding-right: 30px;
  }
  .row.tb_gut_lg_30 > .col {
    margin-left: 30px;
  }
  .row.tb_gut_lg_30 > [class*="col-lg-"] {
    margin-top:  30px;
  }
    .row.tb_gut_lg_40 {
    margin-top: -40px;
    margin-left:  -40px;
    margin-right: -40px;
    padding-right: 40px;
  }
  .row.tb_gut_lg_40 > .col {
    margin-left: 40px;
  }
  .row.tb_gut_lg_40 > [class*="col-lg-"] {
    margin-top:  40px;
  }
    .row.tb_gut_lg_50 {
    margin-top: -50px;
    margin-left:  -50px;
    margin-right: -50px;
    padding-right: 50px;
  }
  .row.tb_gut_lg_50 > .col {
    margin-left: 50px;
  }
  .row.tb_gut_lg_50 > [class*="col-lg-"] {
    margin-top:  50px;
  }
  }

@media (min-width: 1360px) {
  .tb_content_fixed > .row {
    margin-right: -30px;
    padding-right: 30px;
  }
        .tb_content_fixed > .row.tb_gut_xs_0 {
    max-width: 1280px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_xs_10 {
    max-width: 1300px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_xs_20 {
    max-width: 1320px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_xs_30 {
    max-width: 1340px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_xs_40 {
    max-width: 1360px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_xs_50 {
    max-width: 1380px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_sm_0 {
    max-width: 1280px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_sm_10 {
    max-width: 1300px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_sm_20 {
    max-width: 1320px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_sm_30 {
    max-width: 1340px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_sm_40 {
    max-width: 1360px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_sm_50 {
    max-width: 1380px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_md_0 {
    max-width: 1280px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_md_10 {
    max-width: 1300px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_md_20 {
    max-width: 1320px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_md_30 {
    max-width: 1340px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_md_40 {
    max-width: 1360px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_md_50 {
    max-width: 1380px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_lg_0 {
    max-width: 1280px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_lg_10 {
    max-width: 1300px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_lg_20 {
    max-width: 1320px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_lg_30 {
    max-width: 1340px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_lg_40 {
    max-width: 1360px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_lg_50 {
    max-width: 1380px;
    margin-right: -50px;
    padding-right: 50px;
  }
      }

/*  -----------------------------------------------------------------------------------------
    G R I D   S I Z E
-----------------------------------------------------------------------------------------  */

@media (max-width: 768px) {
  .col:empty {
    display: none !important;
  }
}

/*** xs ***/

.col-xs-auto.col-xs-auto,
.col-xs-fill.col-xs-fill
{
      width: auto;
  max-width: none;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
/* 5 columns */
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
/* 8 columns */
.col-xs-1-8,
.col-xs-3-8,
.col-xs-5-8,
.col-xs-7-8,
.col-xs-auto
{
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.col-xs-fill {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width:        0px;
}
.col-xs-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_xs_0  > .col-xs-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.tb_gut_xs_10 > .col-xs-1 {
      width: calc(8.33333333% - 10px);
  max-width: calc(8.33333333% - 10px);
}
.tb_gut_xs_20 > .col-xs-1 {
      width: calc(8.33333333% - 20px);
  max-width: calc(8.33333333% - 20px);
}
.tb_gut_xs_30 > .col-xs-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_xs_40 > .col-xs-1 {
      width: calc(8.33333333% - 40px);
  max-width: calc(8.33333333% - 40px);
}
.tb_gut_xs_50 > .col-xs-1 {
      width: calc(8.33333333% - 50px);
  max-width: calc(8.33333333% - 50px);
}
.tb_separate_columns > .col-xs-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_xs_0  > .col-xs-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.tb_gut_xs_10 > .col-xs-2 {
      width: calc(16.66666666% - 10px);
  max-width: calc(16.66666666% - 10px);
}
.tb_gut_xs_20 > .col-xs-2 {
      width: calc(16.66666666% - 20px);
  max-width: calc(16.66666666% - 20px);
}
.tb_gut_xs_30 > .col-xs-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_xs_40 > .col-xs-2 {
      width: calc(16.66666666% - 40px);
  max-width: calc(16.66666666% - 40px);
}
.tb_gut_xs_50 > .col-xs-2 {
      width: calc(16.66666666% - 50px);
  max-width: calc(16.66666666% - 50px);
}
.tb_separate_columns > .col-xs-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.col-xs-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_xs_0  > .col-xs-3 {
      width: 25%;
  max-width: 25%;
}
.tb_gut_xs_10 > .col-xs-3 {
      width: calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.tb_gut_xs_20 > .col-xs-3 {
      width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.tb_gut_xs_30 > .col-xs-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_xs_40 > .col-xs-3 {
      width: calc(25% - 40px);
  max-width: calc(25% - 40px);
}
.tb_gut_xs_50 > .col-xs-3 {
      width: calc(25% - 50px);
  max-width: calc(25% - 50px);
}
.tb_separate_columns > .col-xs-3 {
      width: 25%;
  max-width: 25%;
}
.col-xs-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_xs_0  > .col-xs-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.tb_gut_xs_10 > .col-xs-4 {
      width: calc(33.33333333% - 10px);
  max-width: calc(33.33333333% - 10px);
}
.tb_gut_xs_20 > .col-xs-4 {
      width: calc(33.33333333% - 20px);
  max-width: calc(33.33333333% - 20px);
}
.tb_gut_xs_30 > .col-xs-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_xs_40 > .col-xs-4 {
      width: calc(33.33333333% - 40px);
  max-width: calc(33.33333333% - 40px);
}
.tb_gut_xs_50 > .col-xs-4 {
      width: calc(33.33333333% - 50px);
  max-width: calc(33.33333333% - 50px);
}
.tb_separate_columns > .col-xs-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_xs_0  > .col-xs-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.tb_gut_xs_10 > .col-xs-5 {
      width: calc(41.66666666% - 10px);
  max-width: calc(41.66666666% - 10px);
}
.tb_gut_xs_20 > .col-xs-5 {
      width: calc(41.66666666% - 20px);
  max-width: calc(41.66666666% - 20px);
}
.tb_gut_xs_30 > .col-xs-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_xs_40 > .col-xs-5 {
      width: calc(41.66666666% - 40px);
  max-width: calc(41.66666666% - 40px);
}
.tb_gut_xs_50 > .col-xs-5 {
      width: calc(41.66666666% - 50px);
  max-width: calc(41.66666666% - 50px);
}
.tb_separate_columns > .col-xs-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.col-xs-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_xs_0  > .col-xs-6 {
      width: 50%;
  max-width: 50%;
}
.tb_gut_xs_10 > .col-xs-6 {
      width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.tb_gut_xs_20 > .col-xs-6 {
      width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.tb_gut_xs_30 > .col-xs-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_xs_40 > .col-xs-6 {
      width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.tb_gut_xs_50 > .col-xs-6 {
      width: calc(50% - 50px);
  max-width: calc(50% - 50px);
}
.tb_separate_columns > .col-xs-6 {
      width: 50%;
  max-width: 50%;
}
.col-xs-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_xs_0  > .col-xs-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.tb_gut_xs_10 > .col-xs-7 {
      width: calc(58.33333333% - 10px);
  max-width: calc(58.33333333% - 10px);
}
.tb_gut_xs_20 > .col-xs-7 {
      width: calc(58.33333333% - 20px);
  max-width: calc(58.33333333% - 20px);
}
.tb_gut_xs_30 > .col-xs-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_xs_40 > .col-xs-7 {
      width: calc(58.33333333% - 40px);
  max-width: calc(58.33333333% - 40px);
}
.tb_gut_xs_50 > .col-xs-7 {
      width: calc(58.33333333% - 50px);
  max-width: calc(58.33333333% - 50px);
}
.tb_separate_columns > .col-xs-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_xs_0  > .col-xs-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.tb_gut_xs_10 > .col-xs-8 {
      width: calc(66.66666666% - 10px);
  max-width: calc(66.66666666% - 10px);
}
.tb_gut_xs_20 > .col-xs-8 {
      width: calc(66.66666666% - 20px);
  max-width: calc(66.66666666% - 20px);
}
.tb_gut_xs_30 > .col-xs-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_xs_40 > .col-xs-8 {
      width: calc(66.66666666% - 40px);
  max-width: calc(66.66666666% - 40px);
}
.tb_gut_xs_50 > .col-xs-8 {
      width: calc(66.66666666% - 50px);
  max-width: calc(66.66666666% - 50px);
}
.tb_separate_columns > .col-xs-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.col-xs-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_xs_0  > .col-xs-9 {
      width: 75%;
  max-width: 75%;
}
.tb_gut_xs_10 > .col-xs-9 {
      width: calc(75% - 10px);
  max-width: calc(75% - 10px);
}
.tb_gut_xs_20 > .col-xs-9 {
      width: calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.tb_gut_xs_30 > .col-xs-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_xs_40 > .col-xs-9 {
      width: calc(75% - 40px);
  max-width: calc(75% - 40px);
}
.tb_gut_xs_50 > .col-xs-9 {
      width: calc(75% - 50px);
  max-width: calc(75% - 50px);
}
.tb_separate_columns > .col-xs-9 {
      width: 75%;
  max-width: 75%;
}
.col-xs-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_xs_0  > .col-xs-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.tb_gut_xs_10 > .col-xs-10 {
      width: calc(83.33333333% - 10px);
  max-width: calc(83.33333333% - 10px);
}
.tb_gut_xs_20 > .col-xs-10 {
      width: calc(83.33333333% - 20px);
  max-width: calc(83.33333333% - 20px);
}
.tb_gut_xs_30 > .col-xs-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_xs_40 > .col-xs-10 {
      width: calc(83.33333333% - 40px);
  max-width: calc(83.33333333% - 40px);
}
.tb_gut_xs_50 > .col-xs-10 {
      width: calc(83.33333333% - 50px);
  max-width: calc(83.33333333% - 50px);
}
.tb_separate_columns > .col-xs-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_xs_0  > .col-xs-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.tb_gut_xs_10 > .col-xs-11 {
      width: calc(91.66666666% - 10px);
  max-width: calc(91.66666666% - 10px);
}
.tb_gut_xs_20 > .col-xs-11 {
      width: calc(91.66666666% - 20px);
  max-width: calc(91.66666666% - 20px);
}
.tb_gut_xs_30 > .col-xs-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_xs_40 > .col-xs-11 {
      width: calc(91.66666666% - 40px);
  max-width: calc(91.66666666% - 40px);
}
.tb_gut_xs_50 > .col-xs-11 {
      width: calc(91.66666666% - 50px);
  max-width: calc(91.66666666% - 50px);
}
.tb_separate_columns > .col-xs-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.col-xs-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_xs_0  > .col-xs-12 {
      width: 100%;
  max-width: 100%;
}
.tb_gut_xs_10 > .col-xs-12 {
      width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.tb_gut_xs_20 > .col-xs-12 {
      width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.tb_gut_xs_30 > .col-xs-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_xs_40 > .col-xs-12 {
      width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.tb_gut_xs_50 > .col-xs-12 {
      width: calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.tb_separate_columns > .col-xs-12 {
      width: 100%;
  max-width: 100%;
}
/* 5 columns */
.col-xs-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_xs_0  > .col-xs-1-5 {
      width: 20%;
  max-width: 20%;
}
.tb_gut_xs_10 > .col-xs-1-5 {
      width: calc(20% - 10px);
  max-width: calc(20% - 10px);
}
.tb_gut_xs_20 > .col-xs-1-5 {
      width: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
.tb_gut_xs_30 > .col-xs-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_xs_40 > .col-xs-1-5 {
      width: calc(20% - 40px);
  max-width: calc(20% - 40px);
}
.tb_gut_xs_50 > .col-xs-1-5 {
      width: calc(20% - 50px);
  max-width: calc(20% - 50px);
}
.tb_separate_columns > .col-xs-1-5 {
      width: 20%;
  max-width: 20%;
}
.col-xs-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_xs_0  > .col-xs-2-5 {
      width: 40%;
  max-width: 40%;
}
.tb_gut_xs_10 > .col-xs-2-5 {
      width: calc(40% - 10px);
  max-width: calc(40% - 10px);
}
.tb_gut_xs_20 > .col-xs-2-5 {
      width: calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.tb_gut_xs_30 > .col-xs-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_xs_40 > .col-xs-2-5 {
      width: calc(40% - 40px);
  max-width: calc(40% - 40px);
}
.tb_gut_xs_50 > .col-xs-2-5 {
      width: calc(40% - 50px);
  max-width: calc(40% - 50px);
}
.tb_separate_columns > .col-xs-2-5 {
      width: 40%;
  max-width: 40%;
}
.col-xs-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_xs_0  > .col-xs-3-5 {
      width: 60%;
  max-width: 60%;
}
.tb_gut_xs_10 > .col-xs-3-5 {
      width: calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.tb_gut_xs_20 > .col-xs-3-5 {
      width: calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.tb_gut_xs_30 > .col-xs-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_xs_40 > .col-xs-3-5 {
      width: calc(60% - 40px);
  max-width: calc(60% - 40px);
}
.tb_gut_xs_50 > .col-xs-3-5 {
      width: calc(60% - 50px);
  max-width: calc(60% - 50px);
}
.tb_separate_columns > .col-xs-3-5 {
      width: 60%;
  max-width: 60%;
}
.col-xs-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_xs_0  > .col-xs-4-5 {
      width: 80%;
  max-width: 80%;
}
.tb_gut_xs_10 > .col-xs-4-5 {
      width: calc(80% - 10px);
  max-width: calc(80% - 10px);
}
.tb_gut_xs_20 > .col-xs-4-5 {
      width: calc(80% - 20px);
  max-width: calc(80% - 20px);
}
.tb_gut_xs_30 > .col-xs-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_xs_40 > .col-xs-4-5 {
      width: calc(80% - 40px);
  max-width: calc(80% - 40px);
}
.tb_gut_xs_50 > .col-xs-4-5 {
      width: calc(80% - 50px);
  max-width: calc(80% - 50px);
}
.tb_separate_columns > .col-xs-4-5 {
      width: 80%;
  max-width: 80%;
}
/* 8 columns */
.col-xs-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_xs_0  > .col-xs-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.tb_gut_xs_10 > .col-xs-1-8 {
      width: calc(12.5% - 10px);
  max-width: calc(12.5% - 10px);
}
.tb_gut_xs_20 > .col-xs-1-8 {
      width: calc(12.5% - 20px);
  max-width: calc(12.5% - 20px);
}
.tb_gut_xs_30 > .col-xs-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_xs_40 > .col-xs-1-8 {
      width: calc(12.5% - 40px);
  max-width: calc(12.5% - 40px);
}
.tb_gut_xs_50 > .col-xs-1-8 {
      width: calc(12.5% - 50px);
  max-width: calc(12.5% - 50px);
}
.tb_separate_columns > .col-xs-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.col-xs-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_xs_0  > .col-xs-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.tb_gut_xs_10 > .col-xs-3-8 {
      width: calc(37.5% - 10px);
  max-width: calc(37.5% - 10px);
}
.tb_gut_xs_20 > .col-xs-3-8 {
      width: calc(37.5% - 20px);
  max-width: calc(37.5% - 20px);
}
.tb_gut_xs_30 > .col-xs-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_xs_40 > .col-xs-3-8 {
      width: calc(37.5% - 40px);
  max-width: calc(37.5% - 40px);
}
.tb_gut_xs_50 > .col-xs-3-8 {
      width: calc(37.5% - 50px);
  max-width: calc(37.5% - 50px);
}
.tb_separate_columns > .col-xs-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.col-xs-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_xs_0  > .col-xs-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.tb_gut_xs_10 > .col-xs-5-8 {
      width: calc(62.5% - 10px);
  max-width: calc(62.5% - 10px);
}
.tb_gut_xs_20 > .col-xs-5-8 {
      width: calc(62.5% - 20px);
  max-width: calc(62.5% - 20px);
}
.tb_gut_xs_30 > .col-xs-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_xs_40 > .col-xs-5-8 {
      width: calc(62.5% - 40px);
  max-width: calc(62.5% - 40px);
}
.tb_gut_xs_50 > .col-xs-5-8 {
      width: calc(62.5% - 50px);
  max-width: calc(62.5% - 50px);
}
.tb_separate_columns > .col-xs-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.col-xs-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_xs_0  > .col-xs-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
.tb_gut_xs_10 > .col-xs-7-8 {
      width: calc(87.5% - 10px);
  max-width: calc(87.5% - 10px);
}
.tb_gut_xs_20 > .col-xs-7-8 {
      width: calc(87.5% - 20px);
  max-width: calc(87.5% - 20px);
}
.tb_gut_xs_30 > .col-xs-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_xs_40 > .col-xs-7-8 {
      width: calc(87.5% - 40px);
  max-width: calc(87.5% - 40px);
}
.tb_gut_xs_50 > .col-xs-7-8 {
      width: calc(87.5% - 50px);
  max-width: calc(87.5% - 50px);
}
.tb_separate_columns > .col-xs-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}

/*** sm ***/

@media (min-width: 769px) {
.col-sm-auto:empty {
  display: none;
}
.col-sm-auto.col-sm-auto,
.col-sm-fill.col-sm-fill
{
      width: auto;
  max-width: none;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
/* 5 columns */
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
/* 8 columns */
.col-sm-1-8,
.col-sm-3-8,
.col-sm-5-8,
.col-sm-7-8,
.col-sm-auto
{
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.col-sm-fill {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width:        0px;
}
.col-sm-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_sm_0  > .col-sm-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.tb_gut_sm_10 > .col-sm-1 {
      width: calc(8.33333333% - 10px);
  max-width: calc(8.33333333% - 10px);
}
.tb_gut_sm_20 > .col-sm-1 {
      width: calc(8.33333333% - 20px);
  max-width: calc(8.33333333% - 20px);
}
.tb_gut_sm_30 > .col-sm-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_sm_40 > .col-sm-1 {
      width: calc(8.33333333% - 40px);
  max-width: calc(8.33333333% - 40px);
}
.tb_gut_sm_50 > .col-sm-1 {
      width: calc(8.33333333% - 50px);
  max-width: calc(8.33333333% - 50px);
}
.tb_separate_columns > .col-sm-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.col-sm-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_sm_0  > .col-sm-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.tb_gut_sm_10 > .col-sm-2 {
      width: calc(16.66666666% - 10px);
  max-width: calc(16.66666666% - 10px);
}
.tb_gut_sm_20 > .col-sm-2 {
      width: calc(16.66666666% - 20px);
  max-width: calc(16.66666666% - 20px);
}
.tb_gut_sm_30 > .col-sm-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_sm_40 > .col-sm-2 {
      width: calc(16.66666666% - 40px);
  max-width: calc(16.66666666% - 40px);
}
.tb_gut_sm_50 > .col-sm-2 {
      width: calc(16.66666666% - 50px);
  max-width: calc(16.66666666% - 50px);
}
.tb_separate_columns > .col-sm-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.col-sm-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_sm_0  > .col-sm-3 {
      width: 25%;
  max-width: 25%;
}
.tb_gut_sm_10 > .col-sm-3 {
      width: calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.tb_gut_sm_20 > .col-sm-3 {
      width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.tb_gut_sm_30 > .col-sm-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_sm_40 > .col-sm-3 {
      width: calc(25% - 40px);
  max-width: calc(25% - 40px);
}
.tb_gut_sm_50 > .col-sm-3 {
      width: calc(25% - 50px);
  max-width: calc(25% - 50px);
}
.tb_separate_columns > .col-sm-3 {
      width: 25%;
  max-width: 25%;
}
.col-sm-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_sm_0  > .col-sm-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.tb_gut_sm_10 > .col-sm-4 {
      width: calc(33.33333333% - 10px);
  max-width: calc(33.33333333% - 10px);
}
.tb_gut_sm_20 > .col-sm-4 {
      width: calc(33.33333333% - 20px);
  max-width: calc(33.33333333% - 20px);
}
.tb_gut_sm_30 > .col-sm-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_sm_40 > .col-sm-4 {
      width: calc(33.33333333% - 40px);
  max-width: calc(33.33333333% - 40px);
}
.tb_gut_sm_50 > .col-sm-4 {
      width: calc(33.33333333% - 50px);
  max-width: calc(33.33333333% - 50px);
}
.tb_separate_columns > .col-sm-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.col-sm-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_sm_0  > .col-sm-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.tb_gut_sm_10 > .col-sm-5 {
      width: calc(41.66666666% - 10px);
  max-width: calc(41.66666666% - 10px);
}
.tb_gut_sm_20 > .col-sm-5 {
      width: calc(41.66666666% - 20px);
  max-width: calc(41.66666666% - 20px);
}
.tb_gut_sm_30 > .col-sm-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_sm_40 > .col-sm-5 {
      width: calc(41.66666666% - 40px);
  max-width: calc(41.66666666% - 40px);
}
.tb_gut_sm_50 > .col-sm-5 {
      width: calc(41.66666666% - 50px);
  max-width: calc(41.66666666% - 50px);
}
.tb_separate_columns > .col-sm-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.col-sm-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_sm_0  > .col-sm-6 {
      width: 50%;
  max-width: 50%;
}
.tb_gut_sm_10 > .col-sm-6 {
      width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.tb_gut_sm_20 > .col-sm-6 {
      width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.tb_gut_sm_30 > .col-sm-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_sm_40 > .col-sm-6 {
      width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.tb_gut_sm_50 > .col-sm-6 {
      width: calc(50% - 50px);
  max-width: calc(50% - 50px);
}
.tb_separate_columns > .col-sm-6 {
      width: 50%;
  max-width: 50%;
}
.col-sm-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_sm_0  > .col-sm-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.tb_gut_sm_10 > .col-sm-7 {
      width: calc(58.33333333% - 10px);
  max-width: calc(58.33333333% - 10px);
}
.tb_gut_sm_20 > .col-sm-7 {
      width: calc(58.33333333% - 20px);
  max-width: calc(58.33333333% - 20px);
}
.tb_gut_sm_30 > .col-sm-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_sm_40 > .col-sm-7 {
      width: calc(58.33333333% - 40px);
  max-width: calc(58.33333333% - 40px);
}
.tb_gut_sm_50 > .col-sm-7 {
      width: calc(58.33333333% - 50px);
  max-width: calc(58.33333333% - 50px);
}
.tb_separate_columns > .col-sm-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.col-sm-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_sm_0  > .col-sm-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.tb_gut_sm_10 > .col-sm-8 {
      width: calc(66.66666666% - 10px);
  max-width: calc(66.66666666% - 10px);
}
.tb_gut_sm_20 > .col-sm-8 {
      width: calc(66.66666666% - 20px);
  max-width: calc(66.66666666% - 20px);
}
.tb_gut_sm_30 > .col-sm-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_sm_40 > .col-sm-8 {
      width: calc(66.66666666% - 40px);
  max-width: calc(66.66666666% - 40px);
}
.tb_gut_sm_50 > .col-sm-8 {
      width: calc(66.66666666% - 50px);
  max-width: calc(66.66666666% - 50px);
}
.tb_separate_columns > .col-sm-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.col-sm-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_sm_0  > .col-sm-9 {
      width: 75%;
  max-width: 75%;
}
.tb_gut_sm_10 > .col-sm-9 {
      width: calc(75% - 10px);
  max-width: calc(75% - 10px);
}
.tb_gut_sm_20 > .col-sm-9 {
      width: calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.tb_gut_sm_30 > .col-sm-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_sm_40 > .col-sm-9 {
      width: calc(75% - 40px);
  max-width: calc(75% - 40px);
}
.tb_gut_sm_50 > .col-sm-9 {
      width: calc(75% - 50px);
  max-width: calc(75% - 50px);
}
.tb_separate_columns > .col-sm-9 {
      width: 75%;
  max-width: 75%;
}
.col-sm-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_sm_0  > .col-sm-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.tb_gut_sm_10 > .col-sm-10 {
      width: calc(83.33333333% - 10px);
  max-width: calc(83.33333333% - 10px);
}
.tb_gut_sm_20 > .col-sm-10 {
      width: calc(83.33333333% - 20px);
  max-width: calc(83.33333333% - 20px);
}
.tb_gut_sm_30 > .col-sm-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_sm_40 > .col-sm-10 {
      width: calc(83.33333333% - 40px);
  max-width: calc(83.33333333% - 40px);
}
.tb_gut_sm_50 > .col-sm-10 {
      width: calc(83.33333333% - 50px);
  max-width: calc(83.33333333% - 50px);
}
.tb_separate_columns > .col-sm-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.col-sm-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_sm_0  > .col-sm-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.tb_gut_sm_10 > .col-sm-11 {
      width: calc(91.66666666% - 10px);
  max-width: calc(91.66666666% - 10px);
}
.tb_gut_sm_20 > .col-sm-11 {
      width: calc(91.66666666% - 20px);
  max-width: calc(91.66666666% - 20px);
}
.tb_gut_sm_30 > .col-sm-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_sm_40 > .col-sm-11 {
      width: calc(91.66666666% - 40px);
  max-width: calc(91.66666666% - 40px);
}
.tb_gut_sm_50 > .col-sm-11 {
      width: calc(91.66666666% - 50px);
  max-width: calc(91.66666666% - 50px);
}
.tb_separate_columns > .col-sm-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.col-sm-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_sm_0  > .col-sm-12 {
      width: 100%;
  max-width: 100%;
}
.tb_gut_sm_10 > .col-sm-12 {
      width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.tb_gut_sm_20 > .col-sm-12 {
      width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.tb_gut_sm_30 > .col-sm-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_sm_40 > .col-sm-12 {
      width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.tb_gut_sm_50 > .col-sm-12 {
      width: calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.tb_separate_columns > .col-sm-12 {
      width: 100%;
  max-width: 100%;
}
/* 5 columns */
.col-sm-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_sm_0  > .col-sm-1-5 {
      width: 20%;
  max-width: 20%;
}
.tb_gut_sm_10 > .col-sm-1-5 {
      width: calc(20% - 10px);
  max-width: calc(20% - 10px);
}
.tb_gut_sm_20 > .col-sm-1-5 {
      width: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
.tb_gut_sm_30 > .col-sm-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_sm_40 > .col-sm-1-5 {
      width: calc(20% - 40px);
  max-width: calc(20% - 40px);
}
.tb_gut_sm_50 > .col-sm-1-5 {
      width: calc(20% - 50px);
  max-width: calc(20% - 50px);
}
.tb_separate_columns > .col-sm-1-5 {
      width: 20%;
  max-width: 20%;
}
.col-sm-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_sm_0  > .col-sm-2-5 {
      width: 40%;
  max-width: 40%;
}
.tb_gut_sm_10 > .col-sm-2-5 {
      width: calc(40% - 10px);
  max-width: calc(40% - 10px);
}
.tb_gut_sm_20 > .col-sm-2-5 {
      width: calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.tb_gut_sm_30 > .col-sm-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_sm_40 > .col-sm-2-5 {
      width: calc(40% - 40px);
  max-width: calc(40% - 40px);
}
.tb_gut_sm_50 > .col-sm-2-5 {
      width: calc(40% - 50px);
  max-width: calc(40% - 50px);
}
.tb_separate_columns > .col-sm-2-5 {
      width: 40%;
  max-width: 40%;
}
.col-sm-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_sm_0  > .col-sm-3-5 {
      width: 60%;
  max-width: 60%;
}
.tb_gut_sm_10 > .col-sm-3-5 {
      width: calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.tb_gut_sm_20 > .col-sm-3-5 {
      width: calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.tb_gut_sm_30 > .col-sm-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_sm_40 > .col-sm-3-5 {
      width: calc(60% - 40px);
  max-width: calc(60% - 40px);
}
.tb_gut_sm_50 > .col-sm-3-5 {
      width: calc(60% - 50px);
  max-width: calc(60% - 50px);
}
.tb_separate_columns > .col-sm-3-5 {
      width: 60%;
  max-width: 60%;
}
.col-sm-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_sm_0  > .col-sm-4-5 {
      width: 80%;
  max-width: 80%;
}
.tb_gut_sm_10 > .col-sm-4-5 {
      width: calc(80% - 10px);
  max-width: calc(80% - 10px);
}
.tb_gut_sm_20 > .col-sm-4-5 {
      width: calc(80% - 20px);
  max-width: calc(80% - 20px);
}
.tb_gut_sm_30 > .col-sm-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_sm_40 > .col-sm-4-5 {
      width: calc(80% - 40px);
  max-width: calc(80% - 40px);
}
.tb_gut_sm_50 > .col-sm-4-5 {
      width: calc(80% - 50px);
  max-width: calc(80% - 50px);
}
.tb_separate_columns > .col-sm-4-5 {
      width: 80%;
  max-width: 80%;
}
/* 8 columns */
.col-sm-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_sm_0  > .col-sm-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.tb_gut_sm_10 > .col-sm-1-8 {
      width: calc(12.5% - 10px);
  max-width: calc(12.5% - 10px);
}
.tb_gut_sm_20 > .col-sm-1-8 {
      width: calc(12.5% - 20px);
  max-width: calc(12.5% - 20px);
}
.tb_gut_sm_30 > .col-sm-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_sm_40 > .col-sm-1-8 {
      width: calc(12.5% - 40px);
  max-width: calc(12.5% - 40px);
}
.tb_gut_sm_50 > .col-sm-1-8 {
      width: calc(12.5% - 50px);
  max-width: calc(12.5% - 50px);
}
.tb_separate_columns > .col-sm-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.col-sm-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_sm_0  > .col-sm-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.tb_gut_sm_10 > .col-sm-3-8 {
      width: calc(37.5% - 10px);
  max-width: calc(37.5% - 10px);
}
.tb_gut_sm_20 > .col-sm-3-8 {
      width: calc(37.5% - 20px);
  max-width: calc(37.5% - 20px);
}
.tb_gut_sm_30 > .col-sm-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_sm_40 > .col-sm-3-8 {
      width: calc(37.5% - 40px);
  max-width: calc(37.5% - 40px);
}
.tb_gut_sm_50 > .col-sm-3-8 {
      width: calc(37.5% - 50px);
  max-width: calc(37.5% - 50px);
}
.tb_separate_columns > .col-sm-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.col-sm-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_sm_0  > .col-sm-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.tb_gut_sm_10 > .col-sm-5-8 {
      width: calc(62.5% - 10px);
  max-width: calc(62.5% - 10px);
}
.tb_gut_sm_20 > .col-sm-5-8 {
      width: calc(62.5% - 20px);
  max-width: calc(62.5% - 20px);
}
.tb_gut_sm_30 > .col-sm-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_sm_40 > .col-sm-5-8 {
      width: calc(62.5% - 40px);
  max-width: calc(62.5% - 40px);
}
.tb_gut_sm_50 > .col-sm-5-8 {
      width: calc(62.5% - 50px);
  max-width: calc(62.5% - 50px);
}
.tb_separate_columns > .col-sm-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.col-sm-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_sm_0  > .col-sm-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
.tb_gut_sm_10 > .col-sm-7-8 {
      width: calc(87.5% - 10px);
  max-width: calc(87.5% - 10px);
}
.tb_gut_sm_20 > .col-sm-7-8 {
      width: calc(87.5% - 20px);
  max-width: calc(87.5% - 20px);
}
.tb_gut_sm_30 > .col-sm-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_sm_40 > .col-sm-7-8 {
      width: calc(87.5% - 40px);
  max-width: calc(87.5% - 40px);
}
.tb_gut_sm_50 > .col-sm-7-8 {
      width: calc(87.5% - 50px);
  max-width: calc(87.5% - 50px);
}
.tb_separate_columns > .col-sm-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
}

/*** md ***/

@media (min-width: 1041px) {
.col-md-auto:empty {
  display: none;
}
.col-md-auto.col-md-auto,
.col-md-fill.col-md-fill
{
      width: auto;
  max-width: none;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
/* 5 columns */
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
/* 8 columns */
.col-md-1-8,
.col-md-3-8,
.col-md-5-8,
.col-md-7-8,
.col-md-auto
{
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.col-md-fill {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width:        0px;
}
.col-md-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_md_0  > .col-md-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.tb_gut_md_10 > .col-md-1 {
      width: calc(8.33333333% - 10px);
  max-width: calc(8.33333333% - 10px);
}
.tb_gut_md_20 > .col-md-1 {
      width: calc(8.33333333% - 20px);
  max-width: calc(8.33333333% - 20px);
}
.tb_gut_md_30 > .col-md-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_md_40 > .col-md-1 {
      width: calc(8.33333333% - 40px);
  max-width: calc(8.33333333% - 40px);
}
.tb_gut_md_50 > .col-md-1 {
      width: calc(8.33333333% - 50px);
  max-width: calc(8.33333333% - 50px);
}
.tb_separate_columns > .col-md-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.col-md-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_md_0  > .col-md-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.tb_gut_md_10 > .col-md-2 {
      width: calc(16.66666666% - 10px);
  max-width: calc(16.66666666% - 10px);
}
.tb_gut_md_20 > .col-md-2 {
      width: calc(16.66666666% - 20px);
  max-width: calc(16.66666666% - 20px);
}
.tb_gut_md_30 > .col-md-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_md_40 > .col-md-2 {
      width: calc(16.66666666% - 40px);
  max-width: calc(16.66666666% - 40px);
}
.tb_gut_md_50 > .col-md-2 {
      width: calc(16.66666666% - 50px);
  max-width: calc(16.66666666% - 50px);
}
.tb_separate_columns > .col-md-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.col-md-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_md_0  > .col-md-3 {
      width: 25%;
  max-width: 25%;
}
.tb_gut_md_10 > .col-md-3 {
      width: calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.tb_gut_md_20 > .col-md-3 {
      width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.tb_gut_md_30 > .col-md-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_md_40 > .col-md-3 {
      width: calc(25% - 40px);
  max-width: calc(25% - 40px);
}
.tb_gut_md_50 > .col-md-3 {
      width: calc(25% - 50px);
  max-width: calc(25% - 50px);
}
.tb_separate_columns > .col-md-3 {
      width: 25%;
  max-width: 25%;
}
.col-md-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_md_0  > .col-md-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.tb_gut_md_10 > .col-md-4 {
      width: calc(33.33333333% - 10px);
  max-width: calc(33.33333333% - 10px);
}
.tb_gut_md_20 > .col-md-4 {
      width: calc(33.33333333% - 20px);
  max-width: calc(33.33333333% - 20px);
}
.tb_gut_md_30 > .col-md-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_md_40 > .col-md-4 {
      width: calc(33.33333333% - 40px);
  max-width: calc(33.33333333% - 40px);
}
.tb_gut_md_50 > .col-md-4 {
      width: calc(33.33333333% - 50px);
  max-width: calc(33.33333333% - 50px);
}
.tb_separate_columns > .col-md-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.col-md-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_md_0  > .col-md-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.tb_gut_md_10 > .col-md-5 {
      width: calc(41.66666666% - 10px);
  max-width: calc(41.66666666% - 10px);
}
.tb_gut_md_20 > .col-md-5 {
      width: calc(41.66666666% - 20px);
  max-width: calc(41.66666666% - 20px);
}
.tb_gut_md_30 > .col-md-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_md_40 > .col-md-5 {
      width: calc(41.66666666% - 40px);
  max-width: calc(41.66666666% - 40px);
}
.tb_gut_md_50 > .col-md-5 {
      width: calc(41.66666666% - 50px);
  max-width: calc(41.66666666% - 50px);
}
.tb_separate_columns > .col-md-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.col-md-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_md_0  > .col-md-6 {
      width: 50%;
  max-width: 50%;
}
.tb_gut_md_10 > .col-md-6 {
      width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.tb_gut_md_20 > .col-md-6 {
      width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.tb_gut_md_30 > .col-md-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_md_40 > .col-md-6 {
      width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.tb_gut_md_50 > .col-md-6 {
      width: calc(50% - 50px);
  max-width: calc(50% - 50px);
}
.tb_separate_columns > .col-md-6 {
      width: 50%;
  max-width: 50%;
}
.col-md-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_md_0  > .col-md-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.tb_gut_md_10 > .col-md-7 {
      width: calc(58.33333333% - 10px);
  max-width: calc(58.33333333% - 10px);
}
.tb_gut_md_20 > .col-md-7 {
      width: calc(58.33333333% - 20px);
  max-width: calc(58.33333333% - 20px);
}
.tb_gut_md_30 > .col-md-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_md_40 > .col-md-7 {
      width: calc(58.33333333% - 40px);
  max-width: calc(58.33333333% - 40px);
}
.tb_gut_md_50 > .col-md-7 {
      width: calc(58.33333333% - 50px);
  max-width: calc(58.33333333% - 50px);
}
.tb_separate_columns > .col-md-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.col-md-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_md_0  > .col-md-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.tb_gut_md_10 > .col-md-8 {
      width: calc(66.66666666% - 10px);
  max-width: calc(66.66666666% - 10px);
}
.tb_gut_md_20 > .col-md-8 {
      width: calc(66.66666666% - 20px);
  max-width: calc(66.66666666% - 20px);
}
.tb_gut_md_30 > .col-md-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_md_40 > .col-md-8 {
      width: calc(66.66666666% - 40px);
  max-width: calc(66.66666666% - 40px);
}
.tb_gut_md_50 > .col-md-8 {
      width: calc(66.66666666% - 50px);
  max-width: calc(66.66666666% - 50px);
}
.tb_separate_columns > .col-md-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.col-md-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_md_0  > .col-md-9 {
      width: 75%;
  max-width: 75%;
}
.tb_gut_md_10 > .col-md-9 {
      width: calc(75% - 10px);
  max-width: calc(75% - 10px);
}
.tb_gut_md_20 > .col-md-9 {
      width: calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.tb_gut_md_30 > .col-md-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_md_40 > .col-md-9 {
      width: calc(75% - 40px);
  max-width: calc(75% - 40px);
}
.tb_gut_md_50 > .col-md-9 {
      width: calc(75% - 50px);
  max-width: calc(75% - 50px);
}
.tb_separate_columns > .col-md-9 {
      width: 75%;
  max-width: 75%;
}
.col-md-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_md_0  > .col-md-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.tb_gut_md_10 > .col-md-10 {
      width: calc(83.33333333% - 10px);
  max-width: calc(83.33333333% - 10px);
}
.tb_gut_md_20 > .col-md-10 {
      width: calc(83.33333333% - 20px);
  max-width: calc(83.33333333% - 20px);
}
.tb_gut_md_30 > .col-md-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_md_40 > .col-md-10 {
      width: calc(83.33333333% - 40px);
  max-width: calc(83.33333333% - 40px);
}
.tb_gut_md_50 > .col-md-10 {
      width: calc(83.33333333% - 50px);
  max-width: calc(83.33333333% - 50px);
}
.tb_separate_columns > .col-md-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.col-md-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_md_0  > .col-md-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.tb_gut_md_10 > .col-md-11 {
      width: calc(91.66666666% - 10px);
  max-width: calc(91.66666666% - 10px);
}
.tb_gut_md_20 > .col-md-11 {
      width: calc(91.66666666% - 20px);
  max-width: calc(91.66666666% - 20px);
}
.tb_gut_md_30 > .col-md-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_md_40 > .col-md-11 {
      width: calc(91.66666666% - 40px);
  max-width: calc(91.66666666% - 40px);
}
.tb_gut_md_50 > .col-md-11 {
      width: calc(91.66666666% - 50px);
  max-width: calc(91.66666666% - 50px);
}
.tb_separate_columns > .col-md-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.col-md-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_md_0  > .col-md-12 {
      width: 100%;
  max-width: 100%;
}
.tb_gut_md_10 > .col-md-12 {
      width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.tb_gut_md_20 > .col-md-12 {
      width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.tb_gut_md_30 > .col-md-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_md_40 > .col-md-12 {
      width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.tb_gut_md_50 > .col-md-12 {
      width: calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.tb_separate_columns > .col-md-12 {
      width: 100%;
  max-width: 100%;
}
/* 5 columns */
.col-md-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_md_0  > .col-md-1-5 {
      width: 20%;
  max-width: 20%;
}
.tb_gut_md_10 > .col-md-1-5 {
      width: calc(20% - 10px);
  max-width: calc(20% - 10px);
}
.tb_gut_md_20 > .col-md-1-5 {
      width: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
.tb_gut_md_30 > .col-md-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_md_40 > .col-md-1-5 {
      width: calc(20% - 40px);
  max-width: calc(20% - 40px);
}
.tb_gut_md_50 > .col-md-1-5 {
      width: calc(20% - 50px);
  max-width: calc(20% - 50px);
}
.tb_separate_columns > .col-md-1-5 {
      width: 20%;
  max-width: 20%;
}
.col-md-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_md_0  > .col-md-2-5 {
      width: 40%;
  max-width: 40%;
}
.tb_gut_md_10 > .col-md-2-5 {
      width: calc(40% - 10px);
  max-width: calc(40% - 10px);
}
.tb_gut_md_20 > .col-md-2-5 {
      width: calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.tb_gut_md_30 > .col-md-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_md_40 > .col-md-2-5 {
      width: calc(40% - 40px);
  max-width: calc(40% - 40px);
}
.tb_gut_md_50 > .col-md-2-5 {
      width: calc(40% - 50px);
  max-width: calc(40% - 50px);
}
.tb_separate_columns > .col-md-2-5 {
      width: 40%;
  max-width: 40%;
}
.col-md-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_md_0  > .col-md-3-5 {
      width: 60%;
  max-width: 60%;
}
.tb_gut_md_10 > .col-md-3-5 {
      width: calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.tb_gut_md_20 > .col-md-3-5 {
      width: calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.tb_gut_md_30 > .col-md-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_md_40 > .col-md-3-5 {
      width: calc(60% - 40px);
  max-width: calc(60% - 40px);
}
.tb_gut_md_50 > .col-md-3-5 {
      width: calc(60% - 50px);
  max-width: calc(60% - 50px);
}
.tb_separate_columns > .col-md-3-5 {
      width: 60%;
  max-width: 60%;
}
.col-md-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_md_0  > .col-md-4-5 {
      width: 80%;
  max-width: 80%;
}
.tb_gut_md_10 > .col-md-4-5 {
      width: calc(80% - 10px);
  max-width: calc(80% - 10px);
}
.tb_gut_md_20 > .col-md-4-5 {
      width: calc(80% - 20px);
  max-width: calc(80% - 20px);
}
.tb_gut_md_30 > .col-md-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_md_40 > .col-md-4-5 {
      width: calc(80% - 40px);
  max-width: calc(80% - 40px);
}
.tb_gut_md_50 > .col-md-4-5 {
      width: calc(80% - 50px);
  max-width: calc(80% - 50px);
}
.tb_separate_columns > .col-md-4-5 {
      width: 80%;
  max-width: 80%;
}
/* 8 columns */
.col-md-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_md_0  > .col-md-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.tb_gut_md_10 > .col-md-1-8 {
      width: calc(12.5% - 10px);
  max-width: calc(12.5% - 10px);
}
.tb_gut_md_20 > .col-md-1-8 {
      width: calc(12.5% - 20px);
  max-width: calc(12.5% - 20px);
}
.tb_gut_md_30 > .col-md-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_md_40 > .col-md-1-8 {
      width: calc(12.5% - 40px);
  max-width: calc(12.5% - 40px);
}
.tb_gut_md_50 > .col-md-1-8 {
      width: calc(12.5% - 50px);
  max-width: calc(12.5% - 50px);
}
.tb_separate_columns > .col-md-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.col-md-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_md_0  > .col-md-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.tb_gut_md_10 > .col-md-3-8 {
      width: calc(37.5% - 10px);
  max-width: calc(37.5% - 10px);
}
.tb_gut_md_20 > .col-md-3-8 {
      width: calc(37.5% - 20px);
  max-width: calc(37.5% - 20px);
}
.tb_gut_md_30 > .col-md-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_md_40 > .col-md-3-8 {
      width: calc(37.5% - 40px);
  max-width: calc(37.5% - 40px);
}
.tb_gut_md_50 > .col-md-3-8 {
      width: calc(37.5% - 50px);
  max-width: calc(37.5% - 50px);
}
.tb_separate_columns > .col-md-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.col-md-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_md_0  > .col-md-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.tb_gut_md_10 > .col-md-5-8 {
      width: calc(62.5% - 10px);
  max-width: calc(62.5% - 10px);
}
.tb_gut_md_20 > .col-md-5-8 {
      width: calc(62.5% - 20px);
  max-width: calc(62.5% - 20px);
}
.tb_gut_md_30 > .col-md-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_md_40 > .col-md-5-8 {
      width: calc(62.5% - 40px);
  max-width: calc(62.5% - 40px);
}
.tb_gut_md_50 > .col-md-5-8 {
      width: calc(62.5% - 50px);
  max-width: calc(62.5% - 50px);
}
.tb_separate_columns > .col-md-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.col-md-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_md_0  > .col-md-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
.tb_gut_md_10 > .col-md-7-8 {
      width: calc(87.5% - 10px);
  max-width: calc(87.5% - 10px);
}
.tb_gut_md_20 > .col-md-7-8 {
      width: calc(87.5% - 20px);
  max-width: calc(87.5% - 20px);
}
.tb_gut_md_30 > .col-md-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_md_40 > .col-md-7-8 {
      width: calc(87.5% - 40px);
  max-width: calc(87.5% - 40px);
}
.tb_gut_md_50 > .col-md-7-8 {
      width: calc(87.5% - 50px);
  max-width: calc(87.5% - 50px);
}
.tb_separate_columns > .col-md-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
}

/*** lg ***/

@media (min-width: 1261px) {
.col-lg-auto:empty {
  display: none;
}
.col-lg-auto.col-lg-auto,
.col-lg-fill.col-lg-fill
{
      width: auto;
  max-width: none;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
/* 5 columns */
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
/* 8 columns */
.col-lg-1-8,
.col-lg-3-8,
.col-lg-5-8,
.col-lg-7-8,
.col-lg-auto
{
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.col-lg-fill {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width:        0px;
}
.col-lg-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_lg_0  > .col-lg-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.tb_gut_lg_10 > .col-lg-1 {
      width: calc(8.33333333% - 10px);
  max-width: calc(8.33333333% - 10px);
}
.tb_gut_lg_20 > .col-lg-1 {
      width: calc(8.33333333% - 20px);
  max-width: calc(8.33333333% - 20px);
}
.tb_gut_lg_30 > .col-lg-1 {
      width: calc(8.33333333% - 30px);
  max-width: calc(8.33333333% - 30px);
}
.tb_gut_lg_40 > .col-lg-1 {
      width: calc(8.33333333% - 40px);
  max-width: calc(8.33333333% - 40px);
}
.tb_gut_lg_50 > .col-lg-1 {
      width: calc(8.33333333% - 50px);
  max-width: calc(8.33333333% - 50px);
}
.tb_separate_columns > .col-lg-1 {
      width: 8.33333333%;
  max-width: 8.33333333%;
}
.col-lg-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_lg_0  > .col-lg-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.tb_gut_lg_10 > .col-lg-2 {
      width: calc(16.66666666% - 10px);
  max-width: calc(16.66666666% - 10px);
}
.tb_gut_lg_20 > .col-lg-