/*  -----------------------------------------------------------------------------------------
    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 .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]) {
  z-index:  3;
  position: absolute;
  top:      0;
  left:     0;
  display:  block;
  width:    100%;
  height:   100%;
}
.ms_scene {
  position: relative;
  width:  100%;
  height: 100%;
}
.fullscreen .ms_scene {
  margin: 0 !important;
}

.fire_slider_wrap_outer.fixed {
  margin: 0 auto;
}
.fire_slider_wrap_inner.fixed {
  position: relative;
}
.mightySlider.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mightySlider.fixed .frame {
  height: 100%;
}
.fire_slider_container,
.fire_slider_wrap_outer,
.fire_slider_wrap_inner,
.mightySlider,
.mightySlider .frame
{
  border-radius: inherit;
}
.fire_slider_container.fullwidth {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.fire_slider_wrap_outer.fullwidth {
  margin: 0 auto;
}
.fire_slider_wrap_inner.fullwidth {
  position: relative;
  height: auto !important;
}
.mightySlider.fullwidth {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
}
.mightySlider.fullwidth .frame {
  width: 100%;
  height: 100% !important;
}

.mightySlider.fullscreen,
.mightySlider.fullscreen .frame
{
  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: 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%;
}

.has_slider.mSFrame.mSFrame > .tb_grid_view {
  display: block !important;
}
.has_slider.mSFrame.mSFrame > .tb_grid_view > li {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.tb_thumbs_horizontal .has_slider.mSFrame.mSFrame > .tb_grid_view {
  max-width: none;
}
.tb_thumbs_horizontal .has_slider.mSFrame.mSFrame > .tb_grid_view > li {
  height: 100%;
}
.tb_thumbs_vertical .has_slider.mSFrame.mSFrame > .tb_grid_view {
  height: auto !important;
}

/* 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;
}
@font-face {
  font-family: "Category Icons";
  src:
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/category/category.woff') format('woff'),
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/category/category.ttf') format('truetype'),
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/category/category.svg#Flaticon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Category Icons";
    src: url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/category/category.svg#Flaticon') format('svg');
  }
}


.ico-cat-,
[class*="ico-cat-"]:before
{
  font-family: 'Category Icons' !important;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
}
[class*="ico-cat-"],
[class*="ico-cat-"]:before
{
  display: inline-block;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  /* Better Font Rendering =========== */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
[class*="ico-cat-"]:before {
  vertical-align: top;
}

.ico-cat-blender:before { content: "\f100"; }
.ico-cat-camera:before { content: "\f101"; }
.ico-cat-car:before { content: "\f102"; }
.ico-cat-driller:before { content: "\f103"; }
.ico-cat-gamepad:before { content: "\f104"; }
.ico-cat-gamepad1:before { content: "\f105"; }
.ico-cat-gamepad2:before { content: "\f106"; }
.ico-cat-hairdryer:before { content: "\f107"; }
.ico-cat-headphones:before { content: "\f108"; }
.ico-cat-iron:before { content: "\f109"; }
.ico-cat-laptop:before { content: "\f10a"; }
.ico-cat-microwave:before { content: "\f10b"; }
.ico-cat-monitor:before { content: "\f10c"; }
.ico-cat-projector:before { content: "\f10d"; }
.ico-cat-radio:before { content: "\f10e"; }
.ico-cat-shaver:before { content: "\f10f"; }
.ico-cat-smartphone:before { content: "\f110"; }
.ico-cat-speaker:before { content: "\f111"; }
.ico-cat-tv1:before { content: "\f112"; }
.ico-cat-tv2:before { content: "\f113"; }
.ico-cat-videorecorder:before { content: "\f114"; }
.ico-cat-videorecorder1:before { content: "\f115"; }
.ico-cat-washingmachine:before { content: "\f116"; }/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src:
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/materialdesign/materialdesign.woff2?v=1.5.54') format("woff2"),
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/materialdesign/materialdesign.woff?v=1.5.54') format("woff"),
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/materialdesign/materialdesign.ttf?v=1.5.54') format("truetype"),
    url('https://www.e-aquajazz.lt/system/vendor/BurnEngine/themes/technopolis_full/fonts/materialdesign/materialdesign.svg?v=1.5.54#materialdesigniconsregular') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ico-mdi,
[class*="ico-mdi"]:before
{
  font-family: 'Material Design Icons' !important;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
}
[class*="ico-mdi-"],
[class*="ico-mdi-"]:before
{
  display: inline-block;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  /* Better Font Rendering =========== */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
[class*="ico-mdi-"]:before {
  vertical-align: top;
}
.ico-mdi-access-point:before {
  content: "\F002";
}
.ico-mdi-access-point-network:before {
  content: "\F003";
}
.ico-mdi-account:before {
  content: "\F004";
}
.ico-mdi-account-alert:before {
  content: "\F005";
}
.ico-mdi-account-box:before {
  content: "\F006";
}
.ico-mdi-account-box-outline:before {
  content: "\F007";
}
.ico-mdi-account-card-details:before {
  content: "\F5D2";
}
.ico-mdi-account-check:before {
  content: "\F008";
}
.ico-mdi-account-circle:before {
  content: "\F009";
}
.ico-mdi-account-convert:before {
  content: "\F00A";
}
.ico-mdi-account-key:before {
  content: "\F00B";
}
.ico-mdi-account-location:before {
  content: "\F00C";
}
.ico-mdi-account-minus:before {
  content: "\F00D";
}
.ico-mdi-account-multiple:before {
  content: "\F00E";
}
.ico-mdi-account-multiple-minus:before {
  content: "\F5D3";
}
.ico-mdi-account-multiple-outline:before {
  content: "\F00F";
}
.ico-mdi-account-multiple-plus:before {
  content: "\F010";
}
.ico-mdi-account-network:before {
  content: "\F011";
}
.ico-mdi-account-off:before {
  content: "\F012";
}
.ico-mdi-account-outline:before {
  content: "\F013";
}
.ico-mdi-account-plus:before {
  content: "\F014";
}
.ico-mdi-account-remove:before {
  content: "\F015";
}
.ico-mdi-account-search:before {
  content: "\F016";
}
.ico-mdi-account-star:before {
  content: "\F017";
}
.ico-mdi-account-star-variant:before {
  content: "\F018";
}
.ico-mdi-account-switch:before {
  content: "\F019";
}
.ico-mdi-adjust:before {
  content: "\F01A";
}
.ico-mdi-air-conditioner:before {
  content: "\F01B";
}
.ico-mdi-airballoon:before {
  content: "\F01C";
}
.ico-mdi-airplane:before {
  content: "\F01D";
}
.ico-mdi-airplane-landing:before {
  content: "\F5D4";
}
.ico-mdi-airplane-off:before {
  content: "\F01E";
}
.ico-mdi-airplane-takeoff:before {
  content: "\F5D5";
}
.ico-mdi-airplay:before {
  content: "\F01F";
}
.ico-mdi-alarm:before {
  content: "\F020";
}
.ico-mdi-alarm-check:before {
  content: "\F021";
}
.ico-mdi-alarm-multiple:before {
  content: "\F022";
}
.ico-mdi-alarm-off:before {
  content: "\F023";
}
.ico-mdi-alarm-plus:before {
  content: "\F024";
}
.ico-mdi-album:before {
  content: "\F025";
}
.ico-mdi-alert:before {
  content: "\F026";
}
.ico-mdi-alert-box:before {
  content: "\F027";
}
.ico-mdi-alert-circle:before {
  content: "\F028";
}
.ico-mdi-alert-circle-outline:before {
  content: "\F5D6";
}
.ico-mdi-alert-octagon:before {
  content: "\F029";
}
.ico-mdi-alert-outline:before {
  content: "\F02A";
}
.ico-mdi-alpha:before {
  content: "\F02B";
}
.ico-mdi-alphabetical:before {
  content: "\F02C";
}
.ico-mdi-altimeter:before {
  content: "\F5D7";
}
.ico-mdi-amazon:before {
  content: "\F02D";
}
.ico-mdi-amazon-clouddrive:before {
  content: "\F02E";
}
.ico-mdi-ambulance:before {
  content: "\F02F";
}
.ico-mdi-amplifier:before {
  content: "\F030";
}
.ico-mdi-anchor:before {
  content: "\F031";
}
.ico-mdi-android:before {
  content: "\F032";
}
.ico-mdi-android-debug-bridge:before {
  content: "\F033";
}
.ico-mdi-android-studio:before {
  content: "\F034";
}
.ico-mdi-animation:before {
  content: "\F5D8";
}
.ico-mdi-apple:before {
  content: "\F035";
}
.ico-mdi-apple-finder:before {
  content: "\F036";
}
.ico-mdi-apple-ios:before {
  content: "\F037";
}
.ico-mdi-apple-mobileme:before {
  content: "\F038";
}
.ico-mdi-apple-safari:before {
  content: "\F039";
}
.ico-mdi-appnet:before {
  content: "\F03A";
}
.ico-mdi-apps:before {
  content: "\F03B";
}
.ico-mdi-archive:before {
  content: "\F03C";
}
.ico-mdi-arrange-bring-forward:before {
  content: "\F03D";
}
.ico-mdi-arrange-bring-to-front:before {
  content: "\F03E";
}
.ico-mdi-arrange-send-backward:before {
  content: "\F03F";
}
.ico-mdi-arrange-send-to-back:before {
  content: "\F040";
}
.ico-mdi-arrow-all:before {
  content: "\F041";
}
.ico-mdi-arrow-bottom-left:before {
  content: "\F042";
}
.ico-mdi-arrow-bottom-right:before {
  content: "\F043";
}
.ico-mdi-arrow-collapse:before {
  content: "\F044";
}
.ico-mdi-arrow-down:before {
  content: "\F045";
}
.ico-mdi-arrow-down-bold:before {
  content: "\F046";
}
.ico-mdi-arrow-down-bold-circle:before {
  content: "\F047";
}
.ico-mdi-arrow-down-bold-circle-outline:before {
  content: "\F048";
}
.ico-mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049";
}
.ico-mdi-arrow-down-drop-circle:before {
  content: "\F04A";
}
.ico-mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B";
}
.ico-mdi-arrow-expand:before {
  content: "\F04C";
}
.ico-mdi-arrow-left:before {
  content: "\F04D";
}
.ico-mdi-arrow-left-bold:before {
  content: "\F04E";
}
.ico-mdi-arrow-left-bold-circle:before {
  content: "\F04F";
}
.ico-mdi-arrow-left-bold-circle-outline:before {
  content: "\F050";
}
.ico-mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051";
}
.ico-mdi-arrow-left-drop-circle:before {
  content: "\F052";
}
.ico-mdi-arrow-left-drop-circle-outline:before {
  content: "\F053";
}
.ico-mdi-arrow-right:before {
  content: "\F054";
}
.ico-mdi-arrow-right-bold:before {
  content: "\F055";
}
.ico-mdi-arrow-right-bold-circle:before {
  content: "\F056";
}
.ico-mdi-arrow-right-bold-circle-outline:before {
  content: "\F057";
}
.ico-mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058";
}
.ico-mdi-arrow-right-drop-circle:before {
  content: "\F059";
}
.ico-mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A";
}
.ico-mdi-arrow-top-left:before {
  content: "\F05B";
}
.ico-mdi-arrow-top-right:before {
  content: "\F05C";
}
.ico-mdi-arrow-up:before {
  content: "\F05D";
}
.ico-mdi-arrow-up-bold:before {
  content: "\F05E";
}
.ico-mdi-arrow-up-bold-circle:before {
  content: "\F05F";
}
.ico-mdi-arrow-up-bold-circle-outline:before {
  content: "\F060";
}
.ico-mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061";
}
.ico-mdi-arrow-up-drop-circle:before {
  content: "\F062";
}
.ico-mdi-arrow-up-drop-circle-outline:before {
  content: "\F063";
}
.ico-mdi-assistant:before {
  content: "\F064";
}
.ico-mdi-at:before {
  content: "\F065";
}
.ico-mdi-attachment:before {
  content: "\F066";
}
.ico-mdi-audiobook:before {
  content: "\F067";
}
.ico-mdi-auto-fix:before {
  content: "\F068";
}
.ico-mdi-auto-upload:before {
  content: "\F069";
}
.ico-mdi-autorenew:before {
  content: "\F06A";
}
.ico-mdi-av-timer:before {
  content: "\F06B";
}
.ico-mdi-baby:before {
  content: "\F06C";
}
.ico-mdi-backburger:before {
  content: "\F06D";
}
.ico-mdi-backspace:before {
  content: "\F06E";
}
.ico-mdi-backup-restore:before {
  content: "\F06F";
}
.ico-mdi-bank:before {
  content: "\F070";
}
.ico-mdi-barcode:before {
  content: "\F071";
}
.ico-mdi-barcode-scan:before {
  content: "\F072";
}
.ico-mdi-barley:before {
  content: "\F073";
}
.ico-mdi-barrel:before {
  content: "\F074";
}
.ico-mdi-basecamp:before {
  content: "\F075";
}
.ico-mdi-basket:before {
  content: "\F076";
}
.ico-mdi-basket-fill:before {
  content: "\F077";
}
.ico-mdi-basket-unfill:before {
  content: "\F078";
}
.ico-mdi-battery:before {
  content: "\F079";
}
.ico-mdi-battery-10:before {
  content: "\F07A";
}
.ico-mdi-battery-20:before {
  content: "\F07B";
}
.ico-mdi-battery-30:before {
  content: "\F07C";
}
.ico-mdi-battery-40:before {
  content: "\F07D";
}
.ico-mdi-battery-50:before {
  content: "\F07E";
}
.ico-mdi-battery-60:before {
  content: "\F07F";
}
.ico-mdi-battery-70:before {
  content: "\F080";
}
.ico-mdi-battery-80:before {
  content: "\F081";
}
.ico-mdi-battery-90:before {
  content: "\F082";
}
.ico-mdi-battery-alert:before {
  content: "\F083";
}
.ico-mdi-battery-charging:before {
  content: "\F084";
}
.ico-mdi-battery-charging-100:before {
  content: "\F085";
}
.ico-mdi-battery-charging-20:before {
  content: "\F086";
}
.ico-mdi-battery-charging-30:before {
  content: "\F087";
}
.ico-mdi-battery-charging-40:before {
  content: "\F088";
}
.ico-mdi-battery-charging-60:before {
  content: "\F089";
}
.ico-mdi-battery-charging-80:before {
  content: "\F08A";
}
.ico-mdi-battery-charging-90:before {
  content: "\F08B";
}
.ico-mdi-battery-minus:before {
  content: "\F08C";
}
.ico-mdi-battery-negative:before {
  content: "\F08D";
}
.ico-mdi-battery-outline:before {
  content: "\F08E";
}
.ico-mdi-battery-plus:before {
  content: "\F08F";
}
.ico-mdi-battery-positive:before {
  content: "\F090";
}
.ico-mdi-battery-unknown:before {
  content: "\F091";
}
.ico-mdi-beach:before {
  content: "\F092";
}
.ico-mdi-beats:before {
  content: "\F097";
}
.ico-mdi-beer:before {
  content: "\F098";
}
.ico-mdi-behance:before {
  content: "\F099";
}
.ico-mdi-bell:before {
  content: "\F09A";
}
.ico-mdi-bell-off:before {
  content: "\F09B";
}
.ico-mdi-bell-outline:before {
  content: "\F09C";
}
.ico-mdi-bell-plus:before {
  content: "\F09D";
}
.ico-mdi-bell-ring:before {
  content: "\F09E";
}
.ico-mdi-bell-ring-outline:before {
  content: "\F09F";
}
.ico-mdi-bell-sleep:before {
  content: "\F0A0";
}
.ico-mdi-beta:before {
  content: "\F0A1";
}
.ico-mdi-bible:before {
  content: "\F0A2";
}
.ico-mdi-bike:before {
  content: "\F0A3";
}
.ico-mdi-bing:before {
  content: "\F0A4";
}
.ico-mdi-binoculars:before {
  content: "\F0A5";
}
.ico-mdi-bio:before {
  content: "\F0A6";
}
.ico-mdi-biohazard:before {
  content: "\F0A7";
}
.ico-mdi-bitbucket:before {
  content: "\F0A8";
}
.ico-mdi-black-mesa:before {
  content: "\F0A9";
}
.ico-mdi-blackberry:before {
  content: "\F0AA";
}
.ico-mdi-blender:before {
  content: "\F0AB";
}
.ico-mdi-blinds:before {
  content: "\F0AC";
}
.ico-mdi-block-helper:before {
  content: "\F0AD";
}
.ico-mdi-blogger:before {
  content: "\F0AE";
}
.ico-mdi-bluetooth:before {
  content: "\F0AF";
}
.ico-mdi-bluetooth-audio:before {
  content: "\F0B0";
}
.ico-mdi-bluetooth-connect:before {
  content: "\F0B1";
}
.ico-mdi-bluetooth-off:before {
  content: "\F0B2";
}
.ico-mdi-bluetooth-settings:before {
  content: "\F0B3";
}
.ico-mdi-bluetooth-transfer:before {
  content: "\F0B4";
}
.ico-mdi-blur:before {
  content: "\F0B5";
}
.ico-mdi-blur-linear:before {
  content: "\F0B6";
}
.ico-mdi-blur-off:before {
  content: "\F0B7";
}
.ico-mdi-blur-radial:before {
  content: "\F0B8";
}
.ico-mdi-bone:before {
  content: "\F0B9";
}
.ico-mdi-book:before {
  content: "\F0BA";
}
.ico-mdi-book-minus:before {
  content: "\F5D9";
}
.ico-mdi-book-multiple:before {
  content: "\F0BB";
}
.ico-mdi-book-multiple-variant:before {
  content: "\F0BC";
}
.ico-mdi-book-open:before {
  content: "\F0BD";
}
.ico-mdi-book-open-page-variant:before {
  content: "\F5DA";
}
.ico-mdi-book-open-variant:before {
  content: "\F0BE";
}
.ico-mdi-book-plus:before {
  content: "\F5DB";
}
.ico-mdi-book-variant:before {
  content: "\F0BF";
}
.ico-mdi-bookmark:before {
  content: "\F0C0";
}
.ico-mdi-bookmark-check:before {
  content: "\F0C1";
}
.ico-mdi-bookmark-music:before {
  content: "\F0C2";
}
.ico-mdi-bookmark-outline:before {
  content: "\F0C3";
}
.ico-mdi-bookmark-plus:before {
  content: "\F0C5";
}
.ico-mdi-bookmark-plus-outline:before {
  content: "\F0C4";
}
.ico-mdi-bookmark-remove:before {
  content: "\F0C6";
}
.ico-mdi-boombox:before {
  content: "\F5DC";
}
.ico-mdi-border-all:before {
  content: "\F0C7";
}
.ico-mdi-border-bottom:before {
  content: "\F0C8";
}
.ico-mdi-border-color:before {
  content: "\F0C9";
}
.ico-mdi-border-horizontal:before {
  content: "\F0CA";
}
.ico-mdi-border-inside:before {
  content: "\F0CB";
}
.ico-mdi-border-left:before {
  content: "\F0CC";
}
.ico-mdi-border-none:before {
  content: "\F0CD";
}
.ico-mdi-border-outside:before {
  content: "\F0CE";
}
.ico-mdi-border-right:before {
  content: "\F0CF";
}
.ico-mdi-border-style:before {
  content: "\F0D0";
}
.ico-mdi-border-top:before {
  content: "\F0D1";
}
.ico-mdi-border-vertical:before {
  content: "\F0D2";
}
.ico-mdi-bowling:before {
  content: "\F0D3";
}
.ico-mdi-box:before {
  content: "\F0D4";
}
.ico-mdi-box-cutter:before {
  content: "\F0D5";
}
.ico-mdi-briefcase:before {
  content: "\F0D6";
}
.ico-mdi-briefcase-check:before {
  content: "\F0D7";
}
.ico-mdi-briefcase-download:before {
  content: "\F0D8";
}
.ico-mdi-briefcase-upload:before {
  content: "\F0D9";
}
.ico-mdi-brightness-1:before {
  content: "\F0DA";
}
.ico-mdi-brightness-2:before {
  content: "\F0DB";
}
.ico-mdi-brightness-3:before {
  content: "\F0DC";
}
.ico-mdi-brightness-4:before {
  content: "\F0DD";
}
.ico-mdi-brightness-5:before {
  content: "\F0DE";
}
.ico-mdi-brightness-6:before {
  content: "\F0DF";
}
.ico-mdi-brightness-7:before {
  content: "\F0E0";
}
.ico-mdi-brightness-auto:before {
  content: "\F0E1";
}
.ico-mdi-broom:before {
  content: "\F0E2";
}
.ico-mdi-brush:before {
  content: "\F0E3";
}
.ico-mdi-bug:before {
  content: "\F0E4";
}
.ico-mdi-bulletin-board:before {
  content: "\F0E5";
}
.ico-mdi-bullhorn:before {
  content: "\F0E6";
}
.ico-mdi-bullseye:before {
  content: "\F5DD";
}
.ico-mdi-burst-mode:before {
  content: "\F5DE";
}
.ico-mdi-bus:before {
  content: "\F0E7";
}
.ico-mdi-cached:before {
  content: "\F0E8";
}
.ico-mdi-cake:before {
  content: "\F0E9";
}
.ico-mdi-cake-layered:before {
  content: "\F0EA";
}
.ico-mdi-cake-variant:before {
  content: "\F0EB";
}
.ico-mdi-calculator:before {
  content: "\F0EC";
}
.ico-mdi-calendar:before {
  content: "\F0ED";
}
.ico-mdi-calendar-blank:before {
  content: "\F0EE";
}
.ico-mdi-calendar-check:before {
  content: "\F0EF";
}
.ico-mdi-calendar-clock:before {
  content: "\F0F0";
}
.ico-mdi-calendar-multiple:before {
  content: "\F0F1";
}
.ico-mdi-calendar-multiple-check:before {
  content: "\F0F2";
}
.ico-mdi-calendar-plus:before {
  content: "\F0F3";
}
.ico-mdi-calendar-remove:before {
  content: "\F0F4";
}
.ico-mdi-calendar-text:before {
  content: "\F0F5";
}
.ico-mdi-calendar-today:before {
  content: "\F0F6";
}
.ico-mdi-call-made:before {
  content: "\F0F7";
}
.ico-mdi-call-merge:before {
  content: "\F0F8";
}
.ico-mdi-call-missed:before {
  content: "\F0F9";
}
.ico-mdi-call-received:before {
  content: "\F0FA";
}
.ico-mdi-call-split:before {
  content: "\F0FB";
}
.ico-mdi-camcorder:before {
  content: "\F0FC";
}
.ico-mdi-camcorder-box:before {
  content: "\F0FD";
}
.ico-mdi-camcorder-box-off:before {
  content: "\F0FE";
}
.ico-mdi-camcorder-off:before {
  content: "\F0FF";
}
.ico-mdi-camera:before {
  content: "\F100";
}
.ico-mdi-camera-enhance:before {
  content: "\F101";
}
.ico-mdi-camera-front:before {
  content: "\F102";
}
.ico-mdi-camera-front-variant:before {
  content: "\F103";
}
.ico-mdi-camera-iris:before {
  content: "\F104";
}
.ico-mdi-camera-off:before {
  content: "\F5DF";
}
.ico-mdi-camera-party-mode:before {
  content: "\F105";
}
.ico-mdi-camera-rear:before {
  content: "\F106";
}
.ico-mdi-camera-rear-variant:before {
  content: "\F107";
}
.ico-mdi-camera-switch:before {
  content: "\F108";
}
.ico-mdi-camera-timer:before {
  content: "\F109";
}
.ico-mdi-candle:before {
  content: "\F5E2";
}
.ico-mdi-candycane:before {
  content: "\F10A";
}
.ico-mdi-car:before {
  content: "\F10B";
}
.ico-mdi-car-battery:before {
  content: "\F10C";
}
.ico-mdi-car-connected:before {
  content: "\F10D";
}
.ico-mdi-car-wash:before {
  content: "\F10E";
}
.ico-mdi-carrot:before {
  content: "\F10F";
}
.ico-mdi-cart:before {
  content: "\F110";
}
.ico-mdi-cart-outline:before {
  content: "\F111";
}
.ico-mdi-cart-plus:before {
  content: "\F112";
}
.ico-mdi-case-sensitive-alt:before {
  content: "\F113";
}
.ico-mdi-cash:before {
  content: "\F114";
}
.ico-mdi-cash-100:before {
  content: "\F115";
}
.ico-mdi-cash-multiple:before {
  content: "\F116";
}
.ico-mdi-cash-usd:before {
  content: "\F117";
}
.ico-mdi-cast:before {
  content: "\F118";
}
.ico-mdi-cast-connected:before {
  content: "\F119";
}
.ico-mdi-castle:before {
  content: "\F11A";
}
.ico-mdi-cat:before {
  content: "\F11B";
}
.ico-mdi-cellphone:before {
  content: "\F11C";
}
.ico-mdi-cellphone-android:before {
  content: "\F11D";
}
.ico-mdi-cellphone-basic:before {
  content: "\F11E";
}
.ico-mdi-cellphone-dock:before {
  content: "\F11F";
}
.ico-mdi-cellphone-iphone:before {
  content: "\F120";
}
.ico-mdi-cellphone-link:before {
  content: "\F121";
}
.ico-mdi-cellphone-link-off:before {
  content: "\F122";
}
.ico-mdi-cellphone-settings:before {
  content: "\F123";
}
.ico-mdi-certificate:before {
  content: "\F124";
}
.ico-mdi-chair-school:before {
  content: "\F125";
}
.ico-mdi-chart-arc:before {
  content: "\F126";
}
.ico-mdi-chart-areaspline:before {
  content: "\F127";
}
.ico-mdi-chart-bar:before {
  content: "\F128";
}
.ico-mdi-chart-bubble:before {
  content: "\F5E3";
}
.ico-mdi-chart-histogram:before {
  content: "\F129";
}
.ico-mdi-chart-line:before {
  content: "\F12A";
}
.ico-mdi-chart-pie:before {
  content: "\F12B";
}
.ico-mdi-check:before {
  content: "\F12C";
}
.ico-mdi-check-all:before {
  content: "\F12D";
}
.ico-mdi-check-circle:before {
  content: "\F5E0";
}
.ico-mdi-check-circle-outline:before {
  content: "\F5E1";
}
.ico-mdi-checkbox-blank:before {
  content: "\F12E";
}
.ico-mdi-checkbox-blank-circle:before {
  content: "\F12F";
}
.ico-mdi-checkbox-blank-circle-outline:before {
  content: "\F130";
}
.ico-mdi-checkbox-blank-outline:before {
  content: "\F131";
}
.ico-mdi-checkbox-marked:before {
  content: "\F132";
}
.ico-mdi-checkbox-marked-circle:before {
  content: "\F133";
}
.ico-mdi-checkbox-marked-circle-outline:before {
  content: "\F134";
}
.ico-mdi-checkbox-marked-outline:before {
  content: "\F135";
}
.ico-mdi-checkbox-multiple-blank:before {
  content: "\F136";
}
.ico-mdi-checkbox-multiple-blank-outline:before {
  content: "\F137";
}
.ico-mdi-checkbox-multiple-marked:before {
  content: "\F138";
}
.ico-mdi-checkbox-multiple-marked-outline:before {
  content: "\F139";
}
.ico-mdi-checkerboard:before {
  content: "\F13A";
}
.ico-mdi-chemical-weapon:before {
  content: "\F13B";
}
.ico-mdi-chevron-double-down:before {
  content: "\F13C";
}
.ico-mdi-chevron-double-left:before {
  content: "\F13D";
}
.ico-mdi-chevron-double-right:before {
  content: "\F13E";
}
.ico-mdi-chevron-double-up:before {
  content: "\F13F";
}
.ico-mdi-chevron-down:before {
  content: "\F140";
}
.ico-mdi-chevron-left:before {
  content: "\F141";
}
.ico-mdi-chevron-right:before {
  content: "\F142";
}
.ico-mdi-chevron-up:before {
  content: "\F143";
}
.ico-mdi-church:before {
  content: "\F144";
}
.ico-mdi-cisco-webex:before {
  content: "\F145";
}
.ico-mdi-city:before {
  content: "\F146";
}
.ico-mdi-clipboard:before {
  content: "\F147";
}
.ico-mdi-clipboard-account:before {
  content: "\F148";
}
.ico-mdi-clipboard-alert:before {
  content: "\F149";
}
.ico-mdi-clipboard-arrow-down:before {
  content: "\F14A";
}
.ico-mdi-clipboard-arrow-left:before {
  content: "\F14B";
}
.ico-mdi-clipboard-check:before {
  content: "\F14C";
}
.ico-mdi-clipboard-outline:before {
  content: "\F14D";
}
.ico-mdi-clipboard-text:before {
  content: "\F14E";
}
.ico-mdi-clippy:before {
  content: "\F14F";
}
.ico-mdi-clock:before {
  content: "\F150";
}
.ico-mdi-clock-alert:before {
  content: "\F5CE";
}
.ico-mdi-clock-end:before {
  content: "\F151";
}
.ico-mdi-clock-fast:before {
  content: "\F152";
}
.ico-mdi-clock-in:before {
  content: "\F153";
}
.ico-mdi-clock-out:before {
  content: "\F154";
}
.ico-mdi-clock-start:before {
  content: "\F155";
}
.ico-mdi-close:before {
  content: "\F156";
}
.ico-mdi-close-box:before {
  content: "\F157";
}
.ico-mdi-close-box-outline:before {
  content: "\F158";
}
.ico-mdi-close-circle:before {
  content: "\F159";
}
.ico-mdi-close-circle-outline:before {
  content: "\F15A";
}
.ico-mdi-close-network:before {
  content: "\F15B";
}
.ico-mdi-close-octagon:before {
  content: "\F15C";
}
.ico-mdi-close-octagon-outline:before {
  content: "\F15D";
}
.ico-mdi-closed-caption:before {
  content: "\F15E";
}
.ico-mdi-cloud:before {
  content: "\F15F";
}
.ico-mdi-cloud-check:before {
  content: "\F160";
}
.ico-mdi-cloud-circle:before {
  content: "\F161";
}
.ico-mdi-cloud-download:before {
  content: "\F162";
}
.ico-mdi-cloud-outline:before {
  content: "\F163";
}
.ico-mdi-cloud-outline-off:before {
  content: "\F164";
}
.ico-mdi-cloud-print:before {
  content: "\F165";
}
.ico-mdi-cloud-print-outline:before {
  content: "\F166";
}
.ico-mdi-cloud-upload:before {
  content: "\F167";
}
.ico-mdi-code-array:before {
  content: "\F168";
}
.ico-mdi-code-braces:before {
  content: "\F169";
}
.ico-mdi-code-brackets:before {
  content: "\F16A";
}
.ico-mdi-code-equal:before {
  content: "\F16B";
}
.ico-mdi-code-greater-than:before {
  content: "\F16C";
}
.ico-mdi-code-greater-than-or-equal:before {
  content: "\F16D";
}
.ico-mdi-code-less-than:before {
  content: "\F16E";
}
.ico-mdi-code-less-than-or-equal:before {
  content: "\F16F";
}
.ico-mdi-code-not-equal:before {
  content: "\F170";
}
.ico-mdi-code-not-equal-variant:before {
  content: "\F171";
}
.ico-mdi-code-parentheses:before {
  content: "\F172";
}
.ico-mdi-code-string:before {
  content: "\F173";
}
.ico-mdi-code-tags:before {
  content: "\F174";
}
.ico-mdi-codepen:before {
  content: "\F175";
}
.ico-mdi-coffee:before {
  content: "\F176";
}
.ico-mdi-coffee-to-go:before {
  content: "\F177";
}
.ico-mdi-coin:before {
  content: "\F178";
}
.ico-mdi-color-helper:before {
  content: "\F179";
}
.ico-mdi-comment:before {
  content: "\F17A";
}
.ico-mdi-comment-account:before {
  content: "\F17B";
}
.ico-mdi-comment-account-outline:before {
  content: "\F17C";
}
.ico-mdi-comment-alert:before {
  content: "\F17D";
}
.ico-mdi-comment-alert-outline:before {
  content: "\F17E";
}
.ico-mdi-comment-check:before {
  content: "\F17F";
}
.ico-mdi-comment-check-outline:before {
  content: "\F180";
}
.ico-mdi-comment-multiple-outline:before {
  content: "\F181";
}
.ico-mdi-comment-outline:before {
  content: "\F182";
}
.ico-mdi-comment-plus-outline:before {
  content: "\F183";
}
.ico-mdi-comment-processing:before {
  content: "\F184";
}
.ico-mdi-comment-processing-outline:before {
  content: "\F185";
}
.ico-mdi-comment-question-outline:before {
  content: "\F186";
}
.ico-mdi-comment-remove-outline:before {
  content: "\F187";
}
.ico-mdi-comment-text:before {
  content: "\F188";
}
.ico-mdi-comment-text-outline:before {
  content: "\F189";
}
.ico-mdi-compare:before {
  content: "\F18A";
}
.ico-mdi-compass:before {
  content: "\F18B";
}
.ico-mdi-compass-outline:before {
  content: "\F18C";
}
.ico-mdi-console:before {
  content: "\F18D";
}
.ico-mdi-contact-mail:before {
  content: "\F18E";
}
.ico-mdi-content-copy:before {
  content: "\F18F";
}
.ico-mdi-content-cut:before {
  content: "\F190";
}
.ico-mdi-content-duplicate:before {
  content: "\F191";
}
.ico-mdi-content-paste:before {
  content: "\F192";
}
.ico-mdi-content-save:before {
  content: "\F193";
}
.ico-mdi-content-save-all:before {
  content: "\F194";
}
.ico-mdi-contrast:before {
  content: "\F195";
}
.ico-mdi-contrast-box:before {
  content: "\F196";
}
.ico-mdi-contrast-circle:before {
  content: "\F197";
}
.ico-mdi-cookie:before {
  content: "\F198";
}
.ico-mdi-copyright:before {
  content: "\F5E6";
}
.ico-mdi-counter:before {
  content: "\F199";
}
.ico-mdi-cow:before {
  content: "\F19A";
}
.ico-mdi-credit-card:before {
  content: "\F19B";
}
.ico-mdi-credit-card-multiple:before {
  content: "\F19C";
}
.ico-mdi-credit-card-off:before {
  content: "\F5E4";
}
.ico-mdi-credit-card-scan:before {
  content: "\F19D";
}
.ico-mdi-crop:before {
  content: "\F19E";
}
.ico-mdi-crop-free:before {
  content: "\F19F";
}
.ico-mdi-crop-landscape:before {
  content: "\F1A0";
}
.ico-mdi-crop-portrait:before {
  content: "\F1A1";
}
.ico-mdi-crop-square:before {
  content: "\F1A2";
}
.ico-mdi-crosshairs:before {
  content: "\F1A3";
}
.ico-mdi-crosshairs-gps:before {
  content: "\F1A4";
}
.ico-mdi-crown:before {
  content: "\F1A5";
}
.ico-mdi-cube:before {
  content: "\F1A6";
}
.ico-mdi-cube-outline:before {
  content: "\F1A7";
}
.ico-mdi-cube-send:before {
  content: "\F1A8";
}
.ico-mdi-cube-unfolded:before {
  content: "\F1A9";
}
.ico-mdi-cup:before {
  content: "\F1AA";
}
.ico-mdi-cup-off:before {
  content: "\F5E5";
}
.ico-mdi-cup-water:before {
  content: "\F1AB";
}
.ico-mdi-currency-btc:before {
  content: "\F1AC";
}
.ico-mdi-currency-eur:before {
  content: "\F1AD";
}
.ico-mdi-currency-gbp:before {
  content: "\F1AE";
}
.ico-mdi-currency-inr:before {
  content: "\F1AF";
}
.ico-mdi-currency-ngn:before {
  content: "\F1B0";
}
.ico-mdi-currency-rub:before {
  content: "\F1B1";
}
.ico-mdi-currency-try:before {
  content: "\F1B2";
}
.ico-mdi-currency-usd:before {
  content: "\F1B3";
}
.ico-mdi-cursor-default:before {
  content: "\F1B4";
}
.ico-mdi-cursor-default-outline:before {
  content: "\F1B5";
}
.ico-mdi-cursor-move:before {
  content: "\F1B6";
}
.ico-mdi-cursor-pointer:before {
  content: "\F1B7";
}
.ico-mdi-cursor-text:before {
  content: "\F5E7";
}
.ico-mdi-database:before {
  content: "\F1B8";
}
.ico-mdi-database-minus:before {
  content: "\F1B9";
}
.ico-mdi-database-plus:before {
  content: "\F1BA";
}
.ico-mdi-debug-step-into:before {
  content: "\F1BB";
}
.ico-mdi-debug-step-out:before {
  content: "\F1BC";
}
.ico-mdi-debug-step-over:before {
  content: "\F1BD";
}
.ico-mdi-decimal-decrease:before {
  content: "\F1BE";
}
.ico-mdi-decimal-increase:before {
  content: "\F1BF";
}
.ico-mdi-delete:before {
  content: "\F1C0";
}
.ico-mdi-delete-forever:before {
  content: "\F5E8";
}
.ico-mdi-delete-sweep:before {
  content: "\F5E9";
}
.ico-mdi-delete-variant:before {
  content: "\F1C1";
}
.ico-mdi-delta:before {
  content: "\F1C2";
}
.ico-mdi-deskphone:before {
  content: "\F1C3";
}
.ico-mdi-desktop-mac:before {
  content: "\F1C4";
}
.ico-mdi-desktop-tower:before {
  content: "\F1C5";
}
.ico-mdi-details:before {
  content: "\F1C6";
}
.ico-mdi-deviantart:before {
  content: "\F1C7";
}
.ico-mdi-diamond:before {
  content: "\F1C8";
}
.ico-mdi-dice-1:before {
  content: "\F1CA";
}
.ico-mdi-dice-2:before {
  content: "\F1CB";
}
.ico-mdi-dice-3:before {
  content: "\F1CC";
}
.ico-mdi-dice-4:before {
  content: "\F1CD";
}
.ico-mdi-dice-5:before {
  content: "\F1CE";
}
.ico-mdi-dice-6:before {
  content: "\F1CF";
}
.ico-mdi-dice-d20:before {
  content: "\F5EA";
}
.ico-mdi-dice-d4:before {
  content: "\F5EB";
}
.ico-mdi-dice-d6:before {
  content: "\F5EC";
}
.ico-mdi-dice-d8:before {
  content: "\F5ED";
}
.ico-mdi-directions:before {
  content: "\F1D0";
}
.ico-mdi-disk:before {
  content: "\F5EE";
}
.ico-mdi-disk-alert:before {
  content: "\F1D1";
}
.ico-mdi-disqus:before {
  content: "\F1D2";
}
.ico-mdi-disqus-outline:before {
  content: "\F1D3";
}
.ico-mdi-division:before {
  content: "\F1D4";
}
.ico-mdi-division-box:before {
  content: "\F1D5";
}
.ico-mdi-dns:before {
  content: "\F1D6";
}
.ico-mdi-domain:before {
  content: "\F1D7";
}
.ico-mdi-dots-horizontal:before {
  content: "\F1D8";
}
.ico-mdi-dots-vertical:before {
  content: "\F1D9";
}
.ico-mdi-download:before {
  content: "\F1DA";
}
.ico-mdi-drag:before {
  content: "\F1DB";
}
.ico-mdi-drag-horizontal:before {
  content: "\F1DC";
}
.ico-mdi-drag-vertical:before {
  content: "\F1DD";
}
.ico-mdi-drawing:before {
  content: "\F1DE";
}
.ico-mdi-drawing-box:before {
  content: "\F1DF";
}
.ico-mdi-dribbble:before {
  content: "\F1E0";
}
.ico-mdi-dribbble-box:before {
  content: "\F1E1";
}
.ico-mdi-drone:before {
  content: "\F1E2";
}
.ico-mdi-dropbox:before {
  content: "\F1E3";
}
.ico-mdi-drupal:before {
  content: "\F1E4";
}
.ico-mdi-duck:before {
  content: "\F1E5";
}
.ico-mdi-dumbbell:before {
  content: "\F1E6";
}
.ico-mdi-earth:before {
  content: "\F1E7";
}
.ico-mdi-earth-off:before {
  content: "\F1E8";
}
.ico-mdi-edge:before {
  content: "\F1E9";
}
.ico-mdi-eject:before {
  content: "\F1EA";
}
.ico-mdi-elevation-decline:before {
  content: "\F1EB";
}
.ico-mdi-elevation-rise:before {
  content: "\F1EC";
}
.ico-mdi-elevator:before {
  content: "\F1ED";
}
.ico-mdi-email:before {
  content: "\F1EE";
}
.ico-mdi-email-open:before {
  content: "\F1EF";
}
.ico-mdi-email-open-outline:before {
  content: "\F5EF";
}
.ico-mdi-email-outline:before {
  content: "\F1F0";
}
.ico-mdi-email-secure:before {
  content: "\F1F1";
}
.ico-mdi-email-variant:before {
  content: "\F5F0";
}
.ico-mdi-emoticon:before {
  content: "\F1F2";
}
.ico-mdi-emoticon-cool:before {
  content: "\F1F3";
}
.ico-mdi-emoticon-devil:before {
  content: "\F1F4";
}
.ico-mdi-emoticon-happy:before {
  content: "\F1F5";
}
.ico-mdi-emoticon-neutral:before {
  content: "\F1F6";
}
.ico-mdi-emoticon-poop:before {
  content: "\F1F7";
}
.ico-mdi-emoticon-sad:before {
  content: "\F1F8";
}
.ico-mdi-emoticon-tongue:before {
  content: "\F1F9";
}
.ico-mdi-engine:before {
  content: "\F1FA";
}
.ico-mdi-engine-outline:before {
  content: "\F1FB";
}
.ico-mdi-equal:before {
  content: "\F1FC";
}
.ico-mdi-equal-box:before {
  content: "\F1FD";
}
.ico-mdi-eraser:before {
  content: "\F1FE";
}
.ico-mdi-escalator:before {
  content: "\F1FF";
}
.ico-mdi-ethernet:before {
  content: "\F200";
}
.ico-mdi-ethernet-cable:before {
  content: "\F201";
}
.ico-mdi-ethernet-cable-off:before {
  content: "\F202";
}
.ico-mdi-etsy:before {
  content: "\F203";
}
.ico-mdi-ev-station:before {
  content: "\F5F1";
}
.ico-mdi-evernote:before {
  content: "\F204";
}
.ico-mdi-exclamation:before {
  content: "\F205";
}
.ico-mdi-exit-to-app:before {
  content: "\F206";
}
.ico-mdi-export:before {
  content: "\F207";
}
.ico-mdi-eye:before {
  content: "\F208";
}
.ico-mdi-eye-off:before {
  content: "\F209";
}
.ico-mdi-eyedropper:before {
  content: "\F20A";
}
.ico-mdi-eyedropper-variant:before {
  content: "\F20B";
}
.ico-mdi-facebook:before {
  content: "\F20C";
}
.ico-mdi-facebook-box:before {
  content: "\F20D";
}
.ico-mdi-facebook-messenger:before {
  content: "\F20E";
}
.ico-mdi-factory:before {
  content: "\F20F";
}
.ico-mdi-fan:before {
  content: "\F210";
}
.ico-mdi-fast-forward:before {
  content: "\F211";
}
.ico-mdi-fax:before {
  content: "\F212";
}
.ico-mdi-ferry:before {
  content: "\F213";
}
.ico-mdi-file:before {
  content: "\F214";
}
.ico-mdi-file-chart:before {
  content: "\F215";
}
.ico-mdi-file-check:before {
  content: "\F216";
}
.ico-mdi-file-cloud:before {
  content: "\F217";
}
.ico-mdi-file-delimited:before {
  content: "\F218";
}
.ico-mdi-file-document:before {
  content: "\F219";
}
.ico-mdi-file-document-box:before {
  content: "\F21A";
}
.ico-mdi-file-excel:before {
  content: "\F21B";
}
.ico-mdi-file-excel-box:before {
  content: "\F21C";
}
.ico-mdi-file-export:before {
  content: "\F21D";
}
.ico-mdi-file-find:before {
  content: "\F21E";
}
.ico-mdi-file-hidden:before {
  content: "\F613";
}
.ico-mdi-file-image:before {
  content: "\F21F";
}
.ico-mdi-file-import:before {
  content: "\F220";
}
.ico-mdi-file-lock:before {
  content: "\F221";
}
.ico-mdi-file-multiple:before {
  content: "\F222";
}
.ico-mdi-file-music:before {
  content: "\F223";
}
.ico-mdi-file-outline:before {
  content: "\F224";
}
.ico-mdi-file-pdf:before {
  content: "\F225";
}
.ico-mdi-file-pdf-box:before {
  content: "\F226";
}
.ico-mdi-file-powerpoint:before {
  content: "\F227";
}
.ico-mdi-file-powerpoint-box:before {
  content: "\F228";
}
.ico-mdi-file-presentation-box:before {
  content: "\F229";
}
.ico-mdi-file-send:before {
  content: "\F22A";
}
.ico-mdi-file-video:before {
  content: "\F22B";
}
.ico-mdi-file-word:before {
  content: "\F22C";
}
.ico-mdi-file-word-box:before {
  content: "\F22D";
}
.ico-mdi-file-xml:before {
  content: "\F22E";
}
.ico-mdi-film:before {
  content: "\F22F";
}
.ico-mdi-filmstrip:before {
  content: "\F230";
}
.ico-mdi-filmstrip-off:before {
  content: "\F231";
}
.ico-mdi-filter:before {
  content: "\F232";
}
.ico-mdi-filter-outline:before {
  content: "\F233";
}
.ico-mdi-filter-remove:before {
  content: "\F234";
}
.ico-mdi-filter-remove-outline:before {
  content: "\F235";
}
.ico-mdi-filter-variant:before {
  content: "\F236";
}
.ico-mdi-fingerprint:before {
  content: "\F237";
}
.ico-mdi-fire:before {
  content: "\F238";
}
.ico-mdi-firefox:before {
  content: "\F239";
}
.ico-mdi-fish:before {
  content: "\F23A";
}
.ico-mdi-flag:before {
  content: "\F23B";
}
.ico-mdi-flag-checkered:before {
  content: "\F23C";
}
.ico-mdi-flag-outline:before {
  content: "\F23D";
}
.ico-mdi-flag-outline-variant:before {
  content: "\F23E";
}
.ico-mdi-flag-triangle:before {
  content: "\F23F";
}
.ico-mdi-flag-variant:before {
  content: "\F240";
}
.ico-mdi-flash:before {
  content: "\F241";
}
.ico-mdi-flash-auto:before {
  content: "\F242";
}
.ico-mdi-flash-off:before {
  content: "\F243";
}
.ico-mdi-flashlight:before {
  content: "\F244";
}
.ico-mdi-flashlight-off:before {
  content: "\F245";
}
.ico-mdi-flask:before {
  content: "\F093";
}
.ico-mdi-flask-empty:before {
  content: "\F094";
}
.ico-mdi-flask-empty-outline:before {
  content: "\F095";
}
.ico-mdi-flask-outline:before {
  content: "\F096";
}
.ico-mdi-flattr:before {
  content: "\F246";
}
.ico-mdi-flip-to-back:before {
  content: "\F247";
}
.ico-mdi-flip-to-front:before {
  content: "\F248";
}
.ico-mdi-floppy:before {
  content: "\F249";
}
.ico-mdi-flower:before {
  content: "\F24A";
}
.ico-mdi-folder:before {
  content: "\F24B";
}
.ico-mdi-folder-account:before {
  content: "\F24C";
}
.ico-mdi-folder-download:before {
  content: "\F24D";
}
.ico-mdi-folder-google-drive:before {
  content: "\F24E";
}
.ico-mdi-folder-image:before {
  content: "\F24F";
}
.ico-mdi-folder-lock:before {
  content: "\F250";
}
.ico-mdi-folder-lock-open:before {
  content: "\F251";
}
.ico-mdi-folder-move:before {
  content: "\F252";
}
.ico-mdi-folder-multiple:before {
  content: "\F253";
}
.ico-mdi-folder-multiple-image:before {
  content: "\F254";
}
.ico-mdi-folder-multiple-outline:before {
  content: "\F255";
}
.ico-mdi-folder-outline:before {
  content: "\F256";
}
.ico-mdi-folder-plus:before {
  content: "\F257";
}
.ico-mdi-folder-remove:before {
  content: "\F258";
}
.ico-mdi-folder-upload:before {
  content: "\F259";
}
.ico-mdi-food:before {
  content: "\F25A";
}
.ico-mdi-food-apple:before {
  content: "\F25B";
}
.ico-mdi-food-fork-drink:before {
  content: "\F5F2";
}
.ico-mdi-food-off:before {
  content: "\F5F3";
}
.ico-mdi-food-variant:before {
  content: "\F25C";
}
.ico-mdi-football:before {
  content: "\F25D";
}
.ico-mdi-football-australian:before {
  content: "\F25E";
}
.ico-mdi-football-helmet:before {
  content: "\F25F";
}
.ico-mdi-format-align-center:before {
  content: "\F260";
}
.ico-mdi-format-align-justify:before {
  content: "\F261";
}
.ico-mdi-format-align-left:before {
  content: "\F262";
}
.ico-mdi-format-align-right:before {
  content: "\F263";
}
.ico-mdi-format-bold:before {
  content: "\F264";
}
.ico-mdi-format-clear:before {
  content: "\F265";
}
.ico-mdi-format-color-fill:before {
  content: "\F266";
}
.ico-mdi-format-float-center:before {
  content: "\F267";
}
.ico-mdi-format-float-left:before {
  content: "\F268";
}
.ico-mdi-format-float-none:before {
  content: "\F269";
}
.ico-mdi-format-float-right:before {
  content: "\F26A";
}
.ico-mdi-format-header-1:before {
  content: "\F26B";
}
.ico-mdi-format-header-2:before {
  content: "\F26C";
}
.ico-mdi-format-header-3:before {
  content: "\F26D";
}
.ico-mdi-format-header-4:before {
  content: "\F26E";
}
.ico-mdi-format-header-5:before {
  content: "\F26F";
}
.ico-mdi-format-header-6:before {
  content: "\F270";
}
.ico-mdi-format-header-decrease:before {
  content: "\F271";
}
.ico-mdi-format-header-equal:before {
  content: "\F272";
}
.ico-mdi-format-header-increase:before {
  content: "\F273";
}
.ico-mdi-format-header-pound:before {
  content: "\F274";
}
.ico-mdi-format-indent-decrease:before {
  content: "\F275";
}
.ico-mdi-format-indent-increase:before {
  content: "\F276";
}
.ico-mdi-format-italic:before {
  content: "\F277";
}
.ico-mdi-format-line-spacing:before {
  content: "\F278";
}
.ico-mdi-format-line-style:before {
  content: "\F5C8";
}
.ico-mdi-format-line-weight:before {
  content: "\F5C9";
}
.ico-mdi-format-list-bulleted:before {
  content: "\F279";
}
.ico-mdi-format-list-bulleted-type:before {
  content: "\F27A";
}
.ico-mdi-format-list-numbers:before {
  content: "\F27B";
}
.ico-mdi-format-paint:before {
  content: "\F27C";
}
.ico-mdi-format-paragraph:before {
  content: "\F27D";
}
.ico-mdi-format-quote:before {
  content: "\F27E";
}
.ico-mdi-format-size:before {
  content: "\F27F";
}
.ico-mdi-format-strikethrough:before {
  content: "\F280";
}
.ico-mdi-format-strikethrough-variant:before {
  content: "\F281";
}
.ico-mdi-format-subscript:before {
  content: "\F282";
}
.ico-mdi-format-superscript:before {
  content: "\F283";
}
.ico-mdi-format-text:before {
  content: "\F284";
}
.ico-mdi-format-textdirection-l-to-r:before {
  content: "\F285";
}
.ico-mdi-format-textdirection-r-to-l:before {
  content: "\F286";
}
.ico-mdi-format-title:before {
  content: "\F5F4";
}
.ico-mdi-format-underline:before {
  content: "\F287";
}
.ico-mdi-format-wrap-inline:before {
  content: "\F288";
}
.ico-mdi-format-wrap-square:before {
  content: "\F289";
}
.ico-mdi-format-wrap-tight:before {
  content: "\F28A";
}
.ico-mdi-format-wrap-top-bottom:before {
  content: "\F28B";
}
.ico-mdi-forum:before {
  content: "\F28C";
}
.ico-mdi-forward:before {
  content: "\F28D";
}
.ico-mdi-foursquare:before {
  content: "\F28E";
}
.ico-mdi-fridge:before {
  content: "\F28F";
}
.ico-mdi-fridge-filled:before {
  content: "\F290";
}
.ico-mdi-fridge-filled-bottom:before {
  content: "\F291";
}
.ico-mdi-fridge-filled-top:before {
  content: "\F292";
}
.ico-mdi-fullscreen:before {
  content: "\F293";
}
.ico-mdi-fullscreen-exit:before {
  content: "\F294";
}
.ico-mdi-function:before {
  content: "\F295";
}
.ico-mdi-gamepad:before {
  content: "\F296";
}
.ico-mdi-gamepad-variant:before {
  content: "\F297";
}
.ico-mdi-gas-station:before {
  content: "\F298";
}
.ico-mdi-gate:before {
  content: "\F299";
}
.ico-mdi-gauge:before {
  content: "\F29A";
}
.ico-mdi-gavel:before {
  content: "\F29B";
}
.ico-mdi-gender-female:before {
  content: "\F29C";
}
.ico-mdi-gender-male:before {
  content: "\F29D";
}
.ico-mdi-gender-male-female:before {
  content: "\F29E";
}
.ico-mdi-gender-transgender:before {
  content: "\F29F";
}
.ico-mdi-ghost:before {
  content: "\F2A0";
}
.ico-mdi-gift:before {
  content: "\F2A1";
}
.ico-mdi-git:before {
  content: "\F2A2";
}
.ico-mdi-github-box:before {
  content: "\F2A3";
}
.ico-mdi-github-circle:before {
  content: "\F2A4";
}
.ico-mdi-glass-flute:before {
  content: "\F2A5";
}
.ico-mdi-glass-mug:before {
  content: "\F2A6";
}
.ico-mdi-glass-stange:before {
  content: "\F2A7";
}
.ico-mdi-glass-tulip:before {
  content: "\F2A8";
}
.ico-mdi-glassdoor:before {
  content: "\F2A9";
}
.ico-mdi-glasses:before {
  content: "\F2AA";
}
.ico-mdi-gmail:before {
  content: "\F2AB";
}
.ico-mdi-gnome:before {
  content: "\F2AC";
}
.ico-mdi-google:before {
  content: "\F2AD";
}
.ico-mdi-google-cardboard:before {
  content: "\F2AE";
}
.ico-mdi-google-chrome:before {
  content: "\F2AF";
}
.ico-mdi-google-circles:before {
  content: "\F2B0";
}
.ico-mdi-google-circles-communities:before {
  content: "\F2B1";
}
.ico-mdi-google-circles-extended:before {
  content: "\F2B2";
}
.ico-mdi-google-circles-group:before {
  content: "\F2B3";
}
.ico-mdi-google-controller:before {
  content: "\F2B4";
}
.ico-mdi-google-controller-off:before {
  content: "\F2B5";
}
.ico-mdi-google-drive:before {
  content: "\F2B6";
}
.ico-mdi-google-earth:before {
  content: "\F2B7";
}
.ico-mdi-google-glass:before {
  content: "\F2B8";
}
.ico-mdi-google-maps:before {
  content: "\F5F5";
}
.ico-mdi-google-nearby:before {
  content: "\F2B9";
}
.ico-mdi-google-pages:before {
  content: "\F2BA";
}
.ico-mdi-google-physical-web:before {
  content: "\F2BB";
}
.ico-mdi-google-play:before {
  content: "\F2BC";
}
.ico-mdi-google-plus:before {
  content: "\F2BD";
}
.ico-mdi-google-plus-box:before {
  content: "\F2BE";
}
.ico-mdi-google-translate:before {
  content: "\F2BF";
}
.ico-mdi-google-wallet:before {
  content: "\F2C0";
}
.ico-mdi-grid:before {
  content: "\F2C1";
}
.ico-mdi-grid-off:before {
  content: "\F2C2";
}
.ico-mdi-group:before {
  content: "\F2C3";
}
.ico-mdi-guitar-electric:before {
  content: "\F2C4";
}
.ico-mdi-guitar-pick:before {
  content: "\F2C5";
}
.ico-mdi-guitar-pick-outline:before {
  content: "\F2C6";
}
.ico-mdi-hand-pointing-right:before {
  content: "\F2C7";
}
.ico-mdi-hanger:before {
  content: "\F2C8";
}
.ico-mdi-hangouts:before {
  content: "\F2C9";
}
.ico-mdi-harddisk:before {
  content: "\F2CA";
}
.ico-mdi-headphones:before {
  content: "\F2CB";
}
.ico-mdi-headphones-box:before {
  content: "\F2CC";
}
.ico-mdi-headphones-settings:before {
  content: "\F2CD";
}
.ico-mdi-headset:before {
  content: "\F2CE";
}
.ico-mdi-headset-dock:before {
  content: "\F2CF";
}
.ico-mdi-headset-off:before {
  content: "\F2D0";
}
.ico-mdi-heart:before {
  content: "\F2D1";
}
.ico-mdi-heart-box:before {
  content: "\F2D2";
}
.ico-mdi-heart-box-outline:before {
  content: "\F2D3";
}
.ico-mdi-heart-broken:before {
  content: "\F2D4";
}
.ico-mdi-heart-outline:before {
  content: "\F2D5";
}
.ico-mdi-heart-pulse:before {
  content: "\F5F6";
}
.ico-mdi-help:before {
  content: "\F2D6";
}
.ico-mdi-help-circle:before {
  content: "\F2D7";
}
.ico-mdi-hexagon:before {
  content: "\F2D8";
}
.ico-mdi-hexagon-outline:before {
  content: "\F2D9";
}
.ico-mdi-highway:before {
  content: "\F5F7";
}
.ico-mdi-history:before {
  content: "\F2DA";
}
.ico-mdi-hololens:before {
  content: "\F2DB";
}
.ico-mdi-home:before {
  content: "\F2DC";
}
.ico-mdi-home-map-marker:before {
  content: "\F5F8";
}
.ico-mdi-home-modern:before {
  content: "\F2DD";
}
.ico-mdi-home-variant:before {
  content: "\F2DE";
}
.ico-mdi-hops:before {
  content: "\F2DF";
}
.ico-mdi-hospital:before {
  content: "\F2E0";
}
.ico-mdi-hospital-building:before {
  content: "\F2E1";
}
.ico-mdi-hospital-marker:before {
  content: "\F2E2";
}
.ico-mdi-hotel:before {
  content: "\F2E3";
}
.ico-mdi-houzz:before {
  content: "\F2E4";
}
.ico-mdi-houzz-box:before {
  content: "\F2E5";
}
.ico-mdi-human:before {
  content: "\F2E6";
}
.ico-mdi-human-child:before {
  content: "\F2E7";
}
.ico-mdi-human-male-female:before {
  content: "\F2E8";
}
.ico-mdi-human-pregnant:before {
  content: "\F5CF";
}
.ico-mdi-image:before {
  content: "\F2E9";
}
.ico-mdi-image-album:before {
  content: "\F2EA";
}
.ico-mdi-image-area:before {
  content: "\F2EB";
}
.ico-mdi-image-area-close:before {
  content: "\F2EC";
}
.ico-mdi-image-broken:before {
  content: "\F2ED";
}
.ico-mdi-image-broken-variant:before {
  content: "\F2EE";
}
.ico-mdi-image-filter:before {
  content: "\F2EF";
}
.ico-mdi-image-filter-black-white:before {
  content: "\F2F0";
}
.ico-mdi-image-filter-center-focus:before {
  content: "\F2F1";
}
.ico-mdi-image-filter-center-focus-weak:before {
  content: "\F2F2";
}
.ico-mdi-image-filter-drama:before {
  content: "\F2F3";
}
.ico-mdi-image-filter-frames:before {
  content: "\F2F4";
}
.ico-mdi-image-filter-hdr:before {
  content: "\F2F5";
}
.ico-mdi-image-filter-none:before {
  content: "\F2F6";
}
.ico-mdi-image-filter-tilt-shift:before {
  content: "\F2F7";
}
.ico-mdi-image-filter-vintage:before {
  content: "\F2F8";
}
.ico-mdi-image-multiple:before {
  content: "\F2F9";
}
.ico-mdi-import:before {
  content: "\F2FA";
}
.ico-mdi-inbox:before {
  content: "\F2FB";
}
.ico-mdi-incognito:before {
  content: "\F5F9";
}
.ico-mdi-information:before {
  content: "\F2FC";
}
.ico-mdi-information-outline:before {
  content: "\F2FD";
}
.ico-mdi-instagram:before {
  content: "\F2FE";
}
.ico-mdi-instapaper:before {
  content: "\F2FF";
}
.ico-mdi-internet-explorer:before {
  content: "\F300";
}
.ico-mdi-invert-colors:before {
  content: "\F301";
}
.ico-mdi-jeepney:before {
  content: "\F302";
}
.ico-mdi-jira:before {
  content: "\F303";
}
.ico-mdi-jsfiddle:before {
  content: "\F304";
}
.ico-mdi-keg:before {
  content: "\F305";
}
.ico-mdi-kettle:before {
  content: "\F5FA";
}
.ico-mdi-key:before {
  content: "\F306";
}
.ico-mdi-key-change:before {
  content: "\F307";
}
.ico-mdi-key-minus:before {
  content: "\F308";
}
.ico-mdi-key-plus:before {
  content: "\F309";
}
.ico-mdi-key-remove:before {
  content: "\F30A";
}
.ico-mdi-key-variant:before {
  content: "\F30B";
}
.ico-mdi-keyboard:before {
  content: "\F30C";
}
.ico-mdi-keyboard-backspace:before {
  content: "\F30D";
}
.ico-mdi-keyboard-caps:before {
  content: "\F30E";
}
.ico-mdi-keyboard-close:before {
  content: "\F30F";
}
.ico-mdi-keyboard-off:before {
  content: "\F310";
}
.ico-mdi-keyboard-return:before {
  content: "\F311";
}
.ico-mdi-keyboard-tab:before {
  content: "\F312";
}
.ico-mdi-keyboard-variant:before {
  content: "\F313";
}
.ico-mdi-kodi:before {
  content: "\F314";
}
.ico-mdi-label:before {
  content: "\F315";
}
.ico-mdi-label-outline:before {
  content: "\F316";
}
.ico-mdi-lan:before {
  content: "\F317";
}
.ico-mdi-lan-connect:before {
  content: "\F318";
}
.ico-mdi-lan-disconnect:before {
  content: "\F319";
}
.ico-mdi-lan-pending:before {
  content: "\F31A";
}
.ico-mdi-language-csharp:before {
  content: "\F31B";
}
.ico-mdi-language-css3:before {
  content: "\F31C";
}
.ico-mdi-language-html5:before {
  content: "\F31D";
}
.ico-mdi-language-javascript:before {
  content: "\F31E";
}
.ico-mdi-language-php:before {
  content: "\F31F";
}
.ico-mdi-language-python:before {
  content: "\F320";
}
.ico-mdi-language-python-text:before {
  content: "\F321";
}
.ico-mdi-laptop:before {
  content: "\F322";
}
.ico-mdi-laptop-chromebook:before {
  content: "\F323";
}
.ico-mdi-laptop-mac:before {
  content: "\F324";
}
.ico-mdi-laptop-windows:before {
  content: "\F325";
}
.ico-mdi-lastfm:before {
  content: "\F326";
}
.ico-mdi-launch:before {
  content: "\F327";
}
.ico-mdi-layers:before {
  content: "\F328";
}
.ico-mdi-layers-off:before {
  content: "\F329";
}
.ico-mdi-leaf:before {
  content: "\F32A";
}
.ico-mdi-led-off:before {
  content: "\F32B";
}
.ico-mdi-led-on:before {
  content: "\F32C";
}
.ico-mdi-led-outline:before {
  content: "\F32D";
}
.ico-mdi-led-variant-off:before {
  content: "\F32E";
}
.ico-mdi-led-variant-on:before {
  content: "\F32F";
}
.ico-mdi-led-variant-outline:before {
  content: "\F330";
}
.ico-mdi-library:before {
  content: "\F331";
}
.ico-mdi-library-books:before {
  content: "\F332";
}
.ico-mdi-library-music:before {
  content: "\F333";
}
.ico-mdi-library-plus:before {
  content: "\F334";
}
.ico-mdi-lightbulb:before {
  content: "\F335";
}
.ico-mdi-lightbulb-outline:before {
  content: "\F336";
}
.ico-mdi-link:before {
  content: "\F337";
}
.ico-mdi-link-off:before {
  content: "\F338";
}
.ico-mdi-link-variant:before {
  content: "\F339";
}
.ico-mdi-link-variant-off:before {
  content: "\F33A";
}
.ico-mdi-linkedin:before {
  content: "\F33B";
}
.ico-mdi-linkedin-box:before {
  content: "\F33C";
}
.ico-mdi-linux:before {
  content: "\F33D";
}
.ico-mdi-lock:before {
  content: "\F33E";
}
.ico-mdi-lock-open:before {
  content: "\F33F";
}
.ico-mdi-lock-open-outline:before {
  content: "\F340";
}
.ico-mdi-lock-outline:before {
  content: "\F341";
}
.ico-mdi-lock-plus:before {
  content: "\F5FB";
}
.ico-mdi-login:before {
  content: "\F342";
}
.ico-mdi-login-variant:before {
  content: "\F5FC";
}
.ico-mdi-logout:before {
  content: "\F343";
}
.ico-mdi-logout-variant:before {
  content: "\F5FD";
}
.ico-mdi-looks:before {
  content: "\F344";
}
.ico-mdi-loupe:before {
  content: "\F345";
}
.ico-mdi-lumx:before {
  content: "\F346";
}
.ico-mdi-magnet:before {
  content: "\F347";
}
.ico-mdi-magnet-on:before {
  content: "\F348";
}
.ico-mdi-magnify:before {
  content: "\F349";
}
.ico-mdi-magnify-minus:before {
  content: "\F34A";
}
.ico-mdi-magnify-plus:before {
  content: "\F34B";
}
.ico-mdi-mail-ru:before {
  content: "\F34C";
}
.ico-mdi-map:before {
  content: "\F34D";
}
.ico-mdi-map-marker:before {
  content: "\F34E";
}
.ico-mdi-map-marker-circle:before {
  content: "\F34F";
}
.ico-mdi-map-marker-multiple:before {
  content: "\F350";
}
.ico-mdi-map-marker-off:before {
  content: "\F351";
}
.ico-mdi-map-marker-radius:before {
  content: "\F352";
}
.ico-mdi-margin:before {
  content: "\F353";
}
.ico-mdi-markdown:before {
  content: "\F354";
}
.ico-mdi-marker-check:before {
  content: "\F355";
}
.ico-mdi-martini:before {
  content: "\F356";
}
.ico-mdi-material-ui:before {
  content: "\F357";
}
.ico-mdi-math-compass:before {
  content: "\F358";
}
.ico-mdi-maxcdn:before {
  content: "\F359";
}
.ico-mdi-medium:before {
  content: "\F35A";
}
.ico-mdi-memory:before {
  content: "\F35B";
}
.ico-mdi-menu:before {
  content: "\F35C";
}
.ico-mdi-menu-down:before {
  content: "\F35D";
}
.ico-mdi-menu-left:before {
  content: "\F35E";
}
.ico-mdi-menu-right:before {
  content: "\F35F";
}
.ico-mdi-menu-up:before {
  content: "\F360";
}
.ico-mdi-message:before {
  content: "\F361";
}
.ico-mdi-message-alert:before {
  content: "\F362";
}
.ico-mdi-message-draw:before {
  content: "\F363";
}
.ico-mdi-message-image:before {
  content: "\F364";
}
.ico-mdi-message-outline:before {
  content: "\F365";
}
.ico-mdi-message-processing:before {
  content: "\F366";
}
.ico-mdi-message-reply:before {
  content: "\F367";
}
.ico-mdi-message-reply-text:before {
  content: "\F368";
}
.ico-mdi-message-text:before {
  content: "\F369";
}
.ico-mdi-message-text-outline:before {
  content: "\F36A";
}
.ico-mdi-message-video:before {
  content: "\F36B";
}
.ico-mdi-microphone:before {
  content: "\F36C";
}
.ico-mdi-microphone-off:before {
  content: "\F36D";
}
.ico-mdi-microphone-outline:before {
  content: "\F36E";
}
.ico-mdi-microphone-settings:before {
  content: "\F36F";
}
.ico-mdi-microphone-variant:before {
  content: "\F370";
}
.ico-mdi-microphone-variant-off:before {
  content: "\F371";
}
.ico-mdi-microsoft:before {
  content: "\F372";
}
.ico-mdi-minecraft:before {
  content: "\F373";
}
.ico-mdi-minus:before {
  content: "\F374";
}
.ico-mdi-minus-box:before {
  content: "\F375";
}
.ico-mdi-minus-circle:before {
  content: "\F376";
}
.ico-mdi-minus-circle-outline:before {
  content: "\F377";
}
.ico-mdi-minus-network:before {
  content: "\F378";
}
.ico-mdi-monitor:before {
  content: "\F379";
}
.ico-mdi-monitor-multiple:before {
  content: "\F37A";
}
.ico-mdi-more:before {
  content: "\F37B";
}
.ico-mdi-motorbike:before {
  content: "\F37C";
}
.ico-mdi-mouse:before {
  content: "\F37D";
}
.ico-mdi-mouse-off:before {
  content: "\F37E";
}
.ico-mdi-mouse-variant:before {
  content: "\F37F";
}
.ico-mdi-mouse-variant-off:before {
  content: "\F380";
}
.ico-mdi-movie:before {
  content: "\F381";
}
.ico-mdi-multiplication:before {
  content: "\F382";
}
.ico-mdi-multiplication-box:before {
  content: "\F383";
}
.ico-mdi-music-box:before {
  content: "\F384";
}
.ico-mdi-music-box-outline:before {
  content: "\F385";
}
.ico-mdi-music-circle:before {
  content: "\F386";
}
.ico-mdi-music-note:before {
  content: "\F387";
}
.ico-mdi-music-note-bluetooth:before {
  content: "\F5FE";
}
.ico-mdi-music-note-bluetooth-off:before {
  content: "\F5FF";
}
.ico-mdi-music-note-eighth:before {
  content: "\F388";
}
.ico-mdi-music-note-half:before {
  content: "\F389";
}
.ico-mdi-music-note-off:before {
  content: "\F38A";
}
.ico-mdi-music-note-quarter:before {
  content: "\F38B";
}
.ico-mdi-music-note-sixteenth:before {
  content: "\F38C";
}
.ico-mdi-music-note-whole:before {
  content: "\F38D";
}
.ico-mdi-nature:before {
  content: "\F38E";
}
.ico-mdi-nature-people:before {
  content: "\F38F";
}
.ico-mdi-navigation:before {
  content: "\F390";
}
.ico-mdi-near-me:before {
  content: "\F5CD";
}
.ico-mdi-needle:before {
  content: "\F391";
}
.ico-mdi-nest-protect:before {
  content: "\F392";
}
.ico-mdi-nest-thermostat:before {
  content: "\F393";
}
.ico-mdi-new-box:before {
  content: "\F394";
}
.ico-mdi-newspaper:before {
  content: "\F395";
}
.ico-mdi-nfc:before {
  content: "\F396";
}
.ico-mdi-nfc-tap:before {
  content: "\F397";
}
.ico-mdi-nfc-variant:before {
  content: "\F398";
}
.ico-mdi-nodejs:before {
  content: "\F399";
}
.ico-mdi-note:before {
  content: "\F39A";
}
.ico-mdi-note-outline:before {
  content: "\F39B";
}
.ico-mdi-note-plus:before {
  content: "\F39C";
}
.ico-mdi-note-plus-outline:before {
  content: "\F39D";
}
.ico-mdi-note-text:before {
  content: "\F39E";
}
.ico-mdi-notification-clear-all:before {
  content: "\F39F";
}
.ico-mdi-numeric:before {
  content: "\F3A0";
}
.ico-mdi-numeric-0-box:before {
  content: "\F3A1";
}
.ico-mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2";
}
.ico-mdi-numeric-0-box-outline:before {
  content: "\F3A3";
}
.ico-mdi-numeric-1-box:before {
  content: "\F3A4";
}
.ico-mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5";
}
.ico-mdi-numeric-1-box-outline:before {
  content: "\F3A6";
}
.ico-mdi-numeric-2-box:before {
  content: "\F3A7";
}
.ico-mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8";
}
.ico-mdi-numeric-2-box-outline:before {
  content: "\F3A9";
}
.ico-mdi-numeric-3-box:before {
  content: "\F3AA";
}
.ico-mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB";
}
.ico-mdi-numeric-3-box-outline:before {
  content: "\F3AC";
}
.ico-mdi-numeric-4-box:before {
  content: "\F3AD";
}
.ico-mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE";
}
.ico-mdi-numeric-4-box-outline:before {
  content: "\F3AF";
}
.ico-mdi-numeric-5-box:before {
  content: "\F3B0";
}
.ico-mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1";
}
.ico-mdi-numeric-5-box-outline:before {
  content: "\F3B2";
}
.ico-mdi-numeric-6-box:before {
  content: "\F3B3";
}
.ico-mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4";
}
.ico-mdi-numeric-6-box-outline:before {
  content: "\F3B5";
}
.ico-mdi-numeric-7-box:before {
  content: "\F3B6";
}
.ico-mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7";
}
.ico-mdi-numeric-7-box-outline:before {
  content: "\F3B8";
}
.ico-mdi-numeric-8-box:before {
  content: "\F3B9";
}
.ico-mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA";
}
.ico-mdi-numeric-8-box-outline:before {
  content: "\F3BB";
}
.ico-mdi-numeric-9-box:before {
  content: "\F3BC";
}
.ico-mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD";
}
.ico-mdi-numeric-9-box-outline:before {
  content: "\F3BE";
}
.ico-mdi-numeric-9-plus-box:before {
  content: "\F3BF";
}
.ico-mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0";
}
.ico-mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1";
}
.ico-mdi-nutrition:before {
  content: "\F3C2";
}
.ico-mdi-octagon:before {
  content: "\F3C3";
}
.ico-mdi-octagon-outline:before {
  content: "\F3C4";
}
.ico-mdi-odnoklassniki:before {
  content: "\F3C5";
}
.ico-mdi-office:before {
  content: "\F3C6";
}
.ico-mdi-oil:before {
  content: "\F3C7";
}
.ico-mdi-oil-temperature:before {
  content: "\F3C8";
}
.ico-mdi-omega:before {
  content: "\F3C9";
}
.ico-mdi-onedrive:before {
  content: "\F3CA";
}
.ico-mdi-opacity:before {
  content: "\F5CC";
}
.ico-mdi-open-in-app:before {
  content: "\F3CB";
}
.ico-mdi-open-in-new:before {
  content: "\F3CC";
}
.ico-mdi-openid:before {
  content: "\F3CD";
}
.ico-mdi-opera:before {
  content: "\F3CE";
}
.ico-mdi-ornament:before {
  content: "\F3CF";
}
.ico-mdi-ornament-variant:before {
  content: "\F3D0";
}
.ico-mdi-outbox:before {
  content: "\F3D1";
}
.ico-mdi-owl:before {
  content: "\F3D2";
}
.ico-mdi-package:before {
  content: "\F3D3";
}
.ico-mdi-package-down:before {
  content: "\F3D4";
}
.ico-mdi-package-up:before {
  content: "\F3D5";
}
.ico-mdi-package-variant:before {
  content: "\F3D6";
}
.ico-mdi-package-variant-closed:before {
  content: "\F3D7";
}
.ico-mdi-page-first:before {
  content: "\F600";
}
.ico-mdi-page-last:before {
  content: "\F601";
}
.ico-mdi-palette:before {
  content: "\F3D8";
}
.ico-mdi-palette-advanced:before {
  content: "\F3D9";
}
.ico-mdi-panda:before {
  content: "\F3DA";
}
.ico-mdi-pandora:before {
  content: "\F3DB";
}
.ico-mdi-panorama:before {
  content: "\F3DC";
}
.ico-mdi-panorama-fisheye:before {
  content: "\F3DD";
}
.ico-mdi-panorama-horizontal:before {
  content: "\F3DE";
}
.ico-mdi-panorama-vertical:before {
  content: "\F3DF";
}
.ico-mdi-panorama-wide-angle:before {
  content: "\F3E0";
}
.ico-mdi-paper-cut-vertical:before {
  content: "\F3E1";
}
.ico-mdi-paperclip:before {
  content: "\F3E2";
}
.ico-mdi-parking:before {
  content: "\F3E3";
}
.ico-mdi-pause:before {
  content: "\F3E4";
}
.ico-mdi-pause-circle:before {
  content: "\F3E5";
}
.ico-mdi-pause-circle-outline:before {
  content: "\F3E6";
}
.ico-mdi-pause-octagon:before {
  content: "\F3E7";
}
.ico-mdi-pause-octagon-outline:before {
  content: "\F3E8";
}
.ico-mdi-paw:before {
  content: "\F3E9";
}
.ico-mdi-pen:before {
  content: "\F3EA";
}
.ico-mdi-pencil:before {
  content: "\F3EB";
}
.ico-mdi-pencil-box:before {
  content: "\F3EC";
}
.ico-mdi-pencil-box-outline:before {
  content: "\F3ED";
}
.ico-mdi-pencil-lock:before {
  content: "\F3EE";
}
.ico-mdi-pencil-off:before {
  content: "\F3EF";
}
.ico-mdi-percent:before {
  content: "\F3F0";
}
.ico-mdi-pharmacy:before {
  content: "\F3F1";
}
.ico-mdi-phone:before {
  content: "\F3F2";
}
.ico-mdi-phone-bluetooth:before {
  content: "\F3F3";
}
.ico-mdi-phone-classic:before {
  content: "\F602";
}
.ico-mdi-phone-forward:before {
  content: "\F3F4";
}
.ico-mdi-phone-hangup:before {
  content: "\F3F5";
}
.ico-mdi-phone-in-talk:before {
  content: "\F3F6";
}
.ico-mdi-phone-incoming:before {
  content: "\F3F7";
}
.ico-mdi-phone-locked:before {
  content: "\F3F8";
}
.ico-mdi-phone-log:before {
  content: "\F3F9";
}
.ico-mdi-phone-missed:before {
  content: "\F3FA";
}
.ico-mdi-phone-outgoing:before {
  content: "\F3FB";
}
.ico-mdi-phone-paused:before {
  content: "\F3FC";
}
.ico-mdi-phone-settings:before {
  content: "\F3FD";
}
.ico-mdi-phone-voip:before {
  content: "\F3FE";
}
.ico-mdi-pi:before {
  content: "\F3FF";
}
.ico-mdi-pi-box:before {
  content: "\F400";
}
.ico-mdi-pig:before {
  content: "\F401";
}
.ico-mdi-pill:before {
  content: "\F402";
}
.ico-mdi-pin:before {
  content: "\F403";
}
.ico-mdi-pin-off:before {
  content: "\F404";
}
.ico-mdi-pine-tree:before {
  content: "\F405";
}
.ico-mdi-pine-tree-box:before {
  content: "\F406";
}
.ico-mdi-pinterest:before {
  content: "\F407";
}
.ico-mdi-pinterest-box:before {
  content: "\F408";
}
.ico-mdi-pizza:before {
  content: "\F409";
}
.ico-mdi-play:before {
  content: "\F40A";
}
.ico-mdi-play-box-outline:before {
  content: "\F40B";
}
.ico-mdi-play-circle:before {
  content: "\F40C";
}
.ico-mdi-play-circle-outline:before {
  content: "\F40D";
}
.ico-mdi-play-pause:before {
  content: "\F40E";
}
.ico-mdi-play-protected-content:before {
  content: "\F40F";
}
.ico-mdi-playlist-check:before {
  content: "\F5C7";
}
.ico-mdi-playlist-minus:before {
  content: "\F410";
}
.ico-mdi-playlist-play:before {
  content: "\F411";
}
.ico-mdi-playlist-plus:before {
  content: "\F412";
}
.ico-mdi-playlist-remove:before {
  content: "\F413";
}
.ico-mdi-playstation:before {
  content: "\F414";
}
.ico-mdi-plus:before {
  content: "\F415";
}
.ico-mdi-plus-box:before {
  content: "\F416";
}
.ico-mdi-plus-circle:before {
  content: "\F417";
}
.ico-mdi-plus-circle-multiple-outline:before {
  content: "\F418";
}
.ico-mdi-plus-circle-outline:before {
  content: "\F419";
}
.ico-mdi-plus-network:before {
  content: "\F41A";
}
.ico-mdi-plus-one:before {
  content: "\F41B";
}
.ico-mdi-pocket:before {
  content: "\F41C";
}
.ico-mdi-pokeball:before {
  content: "\F41D";
}
.ico-mdi-polaroid:before {
  content: "\F41E";
}
.ico-mdi-poll:before {
  content: "\F41F";
}
.ico-mdi-poll-box:before {
  content: "\F420";
}
.ico-mdi-polymer:before {
  content: "\F421";
}
.ico-mdi-pool:before {
  content: "\F606";
}
.ico-mdi-popcorn:before {
  content: "\F422";
}
.ico-mdi-pound:before {
  content: "\F423";
}
.ico-mdi-pound-box:before {
  content: "\F424";
}
.ico-mdi-power:before {
  content: "\F425";
}
.ico-mdi-power-settings:before {
  content: "\F426";
}
.ico-mdi-power-socket:before {
  content: "\F427";
}
.ico-mdi-presentation:before {
  content: "\F428";
}
.ico-mdi-presentation-play:before {
  content: "\F429";
}
.ico-mdi-printer:before {
  content: "\F42A";
}
.ico-mdi-printer-3d:before {
  content: "\F42B";
}
.ico-mdi-printer-alert:before {
  content: "\F42C";
}
.ico-mdi-priority-high:before {
  content: "\F603";
}
.ico-mdi-priority-low:before {
  content: "\F604";
}
.ico-mdi-professional-hexagon:before {
  content: "\F42D";
}
.ico-mdi-projector:before {
  content: "\F42E";
}
.ico-mdi-projector-screen:before {
  content: "\F42F";
}
.ico-mdi-pulse:before {
  content: "\F430";
}
.ico-mdi-puzzle:before {
  content: "\F431";
}
.ico-mdi-qqchat:before {
  content: "\F605";
}
.ico-mdi-qrcode:before {
  content: "\F432";
}
.ico-mdi-qrcode-scan:before {
  content: "\F433";
}
.ico-mdi-quadcopter:before {
  content: "\F434";
}
.ico-mdi-quality-high:before {
  content: "\F435";
}
.ico-mdi-quicktime:before {
  content: "\F436";
}
.ico-mdi-radar:before {
  content: "\F437";
}
.ico-mdi-radiator:before {
  content: "\F438";
}
.ico-mdi-radio:before {
  content: "\F439";
}
.ico-mdi-radio-handheld:before {
  content: "\F43A";
}
.ico-mdi-radio-tower:before {
  content: "\F43B";
}
.ico-mdi-radioactive:before {
  content: "\F43C";
}
.ico-mdi-radiobox-blank:before {
  content: "\F43D";
}
.ico-mdi-radiobox-marked:before {
  content: "\F43E";
}
.ico-mdi-raspberrypi:before {
  content: "\F43F";
}
.ico-mdi-ray-end:before {
  content: "\F440";
}
.ico-mdi-ray-end-arrow:before {
  content: "\F441";
}
.ico-mdi-ray-start:before {
  content: "\F442";
}
.ico-mdi-ray-start-arrow:before {
  content: "\F443";
}
.ico-mdi-ray-start-end:before {
  content: "\F444";
}
.ico-mdi-ray-vertex:before {
  content: "\F445";
}
.ico-mdi-rdio:before {
  content: "\F446";
}
.ico-mdi-read:before {
  content: "\F447";
}
.ico-mdi-readability:before {
  content: "\F448";
}
.ico-mdi-receipt:before {
  content: "\F449";
}
.ico-mdi-record:before {
  content: "\F44A";
}
.ico-mdi-record-rec:before {
  content: "\F44B";
}
.ico-mdi-recycle:before {
  content: "\F44C";
}
.ico-mdi-reddit:before {
  content: "\F44D";
}
.ico-mdi-redo:before {
  content: "\F44E";
}
.ico-mdi-redo-variant:before {
  content: "\F44F";
}
.ico-mdi-refresh:before {
  content: "\F450";
}
.ico-mdi-regex:before {
  content: "\F451";
}
.ico-mdi-relative-scale:before {
  content: "\F452";
}
.ico-mdi-reload:before {
  content: "\F453";
}
.ico-mdi-remote:before {
  content: "\F454";
}
.ico-mdi-rename-box:before {
  content: "\F455";
}
.ico-mdi-repeat:before {
  content: "\F456";
}
.ico-mdi-repeat-off:before {
  content: "\F457";
}
.ico-mdi-repeat-once:before {
  content: "\F458";
}
.ico-mdi-replay:before {
  content: "\F459";
}
.ico-mdi-reply:before {
  content: "\F45A";
}
.ico-mdi-reply-all:before {
  content: "\F45B";
}
.ico-mdi-reproduction:before {
  content: "\F45C";
}
.ico-mdi-resize-bottom-right:before {
  content: "\F45D";
}
.ico-mdi-responsive:before {
  content: "\F45E";
}
.ico-mdi-rewind:before {
  content: "\F45F";
}
.ico-mdi-ribbon:before {
  content: "\F460";
}
.ico-mdi-road:before {
  content: "\F461";
}
.ico-mdi-road-variant:before {
  content: "\F462";
}
.ico-mdi-rocket:before {
  content: "\F463";
}
.ico-mdi-rotate-3d:before {
  content: "\F464";
}
.ico-mdi-rotate-left:before {
  content: "\F465";
}
.ico-mdi-rotate-left-variant:before {
  content: "\F466";
}
.ico-mdi-rotate-right:before {
  content: "\F467";
}
.ico-mdi-rotate-right-variant:before {
  content: "\F468";
}
.ico-mdi-rounded-corner:before {
  content: "\F607";
}
.ico-mdi-router-wireless:before {
  content: "\F469";
}
.ico-mdi-routes:before {
  content: "\F46A";
}
.ico-mdi-rowing:before {
  content: "\F608";
}
.ico-mdi-rss:before {
  content: "\F46B";
}
.ico-mdi-rss-box:before {
  content: "\F46C";
}
.ico-mdi-ruler:before {
  content: "\F46D";
}
.ico-mdi-run:before {
  content: "\F46E";
}
.ico-mdi-sale:before {
  content: "\F46F";
}
.ico-mdi-satellite:before {
  content: "\F470";
}
.ico-mdi-satellite-variant:before {
  content: "\F471";
}
.ico-mdi-saxophone:before {
  content: "\F609";
}
.ico-mdi-scale:before {
  content: "\F472";
}
.ico-mdi-scale-balance:before {
  content: "\F5D1";
}
.ico-mdi-scale-bathroom:before {
  content: "\F473";
}
.ico-mdi-school:before {
  content: "\F474";
}
.ico-mdi-screen-rotation:before {
  content: "\F475";
}
.ico-mdi-screen-rotation-lock:before {
  content: "\F476";
}
.ico-mdi-screwdriver:before {
  content: "\F477";
}
.ico-mdi-script:before {
  content: "\F478";
}
.ico-mdi-sd:before {
  content: "\F479";
}
.ico-mdi-seal:before {
  content: "\F47A";
}
.ico-mdi-seat-flat:before {
  content: "\F47B";
}
.ico-mdi-seat-flat-angled:before {
  content: "\F47C";
}
.ico-mdi-seat-individual-suite:before {
  content: "\F47D";
}
.ico-mdi-seat-legroom-extra:before {
  content: "\F47E";
}
.ico-mdi-seat-legroom-normal:before {
  content: "\F47F";
}
.ico-mdi-seat-legroom-reduced:before {
  content: "\F480";
}
.ico-mdi-seat-recline-extra:before {
  content: "\F481";
}
.ico-mdi-seat-recline-normal:before {
  content: "\F482";
}
.ico-mdi-security:before {
  content: "\F483";
}
.ico-mdi-security-network:before {
  content: "\F484";
}
.ico-mdi-select:before {
  content: "\F485";
}
.ico-mdi-select-all:before {
  content: "\F486";
}
.ico-mdi-select-inverse:before {
  content: "\F487";
}
.ico-mdi-select-off:before {
  content: "\F488";
}
.ico-mdi-selection:before {
  content: "\F489";
}
.ico-mdi-send:before {
  content: "\F48A";
}
.ico-mdi-server:before {
  content: "\F48B";
}
.ico-mdi-server-minus:before {
  content: "\F48C";
}
.ico-mdi-server-network:before {
  content: "\F48D";
}
.ico-mdi-server-network-off:before {
  content: "\F48E";
}
.ico-mdi-server-off:before {
  content: "\F48F";
}
.ico-mdi-server-plus:before {
  content: "\F490";
}
.ico-mdi-server-remove:before {
  content: "\F491";
}
.ico-mdi-server-security:before {
  content: "\F492";
}
.ico-mdi-settings:before {
  content: "\F493";
}
.ico-mdi-settings-box:before {
  content: "\F494";
}
.ico-mdi-shape-plus:before {
  content: "\F495";
}
.ico-mdi-share:before {
  content: "\F496";
}
.ico-mdi-share-variant:before {
  content: "\F497";
}
.ico-mdi-shield:before {
  content: "\F498";
}
.ico-mdi-shield-outline:before {
  content: "\F499";
}
.ico-mdi-shopping:before {
  content: "\F49A";
}
.ico-mdi-shopping-music:before {
  content: "\F49B";
}
.ico-mdi-shredder:before {
  content: "\F49C";
}
.ico-mdi-shuffle:before {
  content: "\F49D";
}
.ico-mdi-shuffle-disabled:before {
  content: "\F49E";
}
.ico-mdi-shuffle-variant:before {
  content: "\F49F";
}
.ico-mdi-sigma:before {
  content: "\F4A0";
}
.ico-mdi-sign-caution:before {
  content: "\F4A1";
}
.ico-mdi-signal:before {
  content: "\F4A2";
}
.ico-mdi-signal-variant:before {
  content: "\F60A";
}
.ico-mdi-silverware:before {
  content: "\F4A3";
}
.ico-mdi-silverware-fork:before {
  content: "\F4A4";
}
.ico-mdi-silverware-spoon:before {
  content: "\F4A5";
}
.ico-mdi-silverware-variant:before {
  content: "\F4A6";
}
.ico-mdi-sim:before {
  content: "\F4A7";
}
.ico-mdi-sim-alert:before {
  content: "\F4A8";
}
.ico-mdi-sim-off:before {
  content: "\F4A9";
}
.ico-mdi-sitemap:before {
  content: "\F4AA";
}
.ico-mdi-skip-backward:before {
  content: "\F4AB";
}
.ico-mdi-skip-forward:before {
  content: "\F4AC";
}
.ico-mdi-skip-next:before {
  content: "\F4AD";
}
.ico-mdi-skip-previous:before {
  content: "\F4AE";
}
.ico-mdi-skype:before {
  content: "\F4AF";
}
.ico-mdi-skype-business:before {
  content: "\F4B0";
}
.ico-mdi-slack:before {
  content: "\F4B1";
}
.ico-mdi-sleep:before {
  content: "\F4B2";
}
.ico-mdi-sleep-off:before {
  content: "\F4B3";
}
.ico-mdi-smoking:before {
  content: "\F4B4";
}
.ico-mdi-smoking-off:before {
  content: "\F4B5";
}
.ico-mdi-snapchat:before {
  content: "\F4B6";
}
.ico-mdi-snowman:before {
  content: "\F4B7";
}
.ico-mdi-soccer:before {
  content: "\F4B8";
}
.ico-mdi-sofa:before {
  content: "\F4B9";
}
.ico-mdi-sort:before {
  content: "\F4BA";
}
.ico-mdi-sort-alphabetical:before {
  content: "\F4BB";
}
.ico-mdi-sort-ascending:before {
  content: "\F4BC";
}
.ico-mdi-sort-descending:before {
  content: "\F4BD";
}
.ico-mdi-sort-numeric:before {
  content: "\F4BE";
}
.ico-mdi-sort-variant:before {
  content: "\F4BF";
}
.ico-mdi-soundcloud:before {
  content: "\F4C0";
}
.ico-mdi-source-fork:before {
  content: "\F4C1";
}
.ico-mdi-source-pull:before {
  content: "\F4C2";
}
.ico-mdi-speaker:before {
  content: "\F4C3";
}
.ico-mdi-speaker-off:before {
  content: "\F4C4";
}
.ico-mdi-speedometer:before {
  content: "\F4C5";
}
.ico-mdi-spellcheck:before {
  content: "\F4C6";
}
.ico-mdi-spotify:before {
  content: "\F4C7";
}
.ico-mdi-spotlight:before {
  content: "\F4C8";
}
.ico-mdi-spotlight-beam:before {
  content: "\F4C9";
}
.ico-mdi-square-inc:before {
  content: "\F4CA";
}
.ico-mdi-square-inc-cash:before {
  content: "\F4CB";
}
.ico-mdi-stackexchange:before {
  content: "\F60B";
}
.ico-mdi-stackoverflow:before {
  content: "\F4CC";
}
.ico-mdi-stairs:before {
  content: "\F4CD";
}
.ico-mdi-star:before {
  content: "\F4CE";
}
.ico-mdi-star-circle:before {
  content: "\F4CF";
}
.ico-mdi-star-half:before {
  content: "\F4D0";
}
.ico-mdi-star-off:before {
  content: "\F4D1";
}
.ico-mdi-star-outline:before {
  content: "\F4D2";
}
.ico-mdi-steam:before {
  content: "\F4D3";
}
.ico-mdi-steering:before {
  content: "\F4D4";
}
.ico-mdi-step-backward:before {
  content: "\F4D5";
}
.ico-mdi-step-backward-2:before {
  content: "\F4D6";
}
.ico-mdi-step-forward:before {
  content: "\F4D7";
}
.ico-mdi-step-forward-2:before {
  content: "\F4D8";
}
.ico-mdi-stethoscope:before {
  content: "\F4D9";
}
.ico-mdi-sticker:before {
  content: "\F5D0";
}
.ico-mdi-stocking:before {
  content: "\F4DA";
}
.ico-mdi-stop:before {
  content: "\F4DB";
}
.ico-mdi-store:before {
  content: "\F4DC";
}
.ico-mdi-store-24-hour:before {
  content: "\F4DD";
}
.ico-mdi-stove:before {
  content: "\F4DE";
}
.ico-mdi-subdirectory-arrow-left:before {
  content: "\F60C";
}
.ico-mdi-subdirectory-arrow-right:before {
  content: "\F60D";
}
.ico-mdi-subway:before {
  content: "\F4DF";
}
.ico-mdi-sunglasses:before {
  content: "\F4E0";
}
.ico-mdi-surround-sound:before {
  content: "\F5C5";
}
.ico-mdi-swap-horizontal:before {
  content: "\F4E1";
}
.ico-mdi-swap-vertical:before {
  content: "\F4E2";
}
.ico-mdi-swim:before {
  content: "\F4E3";
}
.ico-mdi-switch:before {
  content: "\F4E4";
}
.ico-mdi-sword:before {
  content: "\F4E5";
}
.ico-mdi-sync:before {
  content: "\F4E6";
}
.ico-mdi-sync-alert:before {
  content: "\F4E7";
}
.ico-mdi-sync-off:before {
  content: "\F4E8";
}
.ico-mdi-tab:before {
  content: "\F4E9";
}
.ico-mdi-tab-unselected:before {
  content: "\F4EA";
}
.ico-mdi-table:before {
  content: "\F4EB";
}
.ico-mdi-table-column-plus-after:before {
  content: "\F4EC";
}
.ico-mdi-table-column-plus-before:before {
  content: "\F4ED";
}
.ico-mdi-table-column-remove:before {
  content: "\F4EE";
}
.ico-mdi-table-column-width:before {
  content: "\F4EF";
}
.ico-mdi-table-edit:before {
  content: "\F4F0";
}
.ico-mdi-table-large:before {
  content: "\F4F1";
}
.ico-mdi-table-row-height:before {
  content: "\F4F2";
}
.ico-mdi-table-row-plus-after:before {
  content: "\F4F3";
}
.ico-mdi-table-row-plus-before:before {
  content: "\F4F4";
}
.ico-mdi-table-row-remove:before {
  content: "\F4F5";
}
.ico-mdi-tablet:before {
  content: "\F4F6";
}
.ico-mdi-tablet-android:before {
  content: "\F4F7";
}
.ico-mdi-tablet-ipad:before {
  content: "\F4F8";
}
.ico-mdi-tag:before {
  content: "\F4F9";
}
.ico-mdi-tag-faces:before {
  content: "\F4FA";
}
.ico-mdi-tag-multiple:before {
  content: "\F4FB";
}
.ico-mdi-tag-outline:before {
  content: "\F4FC";
}
.ico-mdi-tag-text-outline:before {
  content: "\F4FD";
}
.ico-mdi-target:before {
  content: "\F4FE";
}
.ico-mdi-taxi:before {
  content: "\F4FF";
}
.ico-mdi-teamviewer:before {
  content: "\F500";
}
.ico-mdi-telegram:before {
  content: "\F501";
}
.ico-mdi-television:before {
  content: "\F502";
}
.ico-mdi-television-guide:before {
  content: "\F503";
}
.ico-mdi-temperature-celsius:before {
  content: "\F504";
}
.ico-mdi-temperature-fahrenheit:before {
  content: "\F505";
}
.ico-mdi-temperature-kelvin:before {
  content: "\F506";
}
.ico-mdi-tennis:before {
  content: "\F507";
}
.ico-mdi-tent:before {
  content: "\F508";
}
.ico-mdi-terrain:before {
  content: "\F509";
}
.ico-mdi-text-to-speech:before {
  content: "\F50A";
}
.ico-mdi-text-to-speech-off:before {
  content: "\F50B";
}
.ico-mdi-textbox:before {
  content: "\F60E";
}
.ico-mdi-texture:before {
  content: "\F50C";
}
.ico-mdi-theater:before {
  content: "\F50D";
}
.ico-mdi-theme-light-dark:before {
  content: "\F50E";
}
.ico-mdi-thermometer:before {
  content: "\F50F";
}
.ico-mdi-thermometer-lines:before {
  content: "\F510";
}
.ico-mdi-thumb-down:before {
  content: "\F511";
}
.ico-mdi-thumb-down-outline:before {
  content: "\F512";
}
.ico-mdi-thumb-up:before {
  content: "\F513";
}
.ico-mdi-thumb-up-outline:before {
  content: "\F514";
}
.ico-mdi-thumbs-up-down:before {
  content: "\F515";
}
.ico-mdi-ticket:before {
  content: "\F516";
}
.ico-mdi-ticket-account:before {
  content: "\F517";
}
.ico-mdi-ticket-confirmation:before {
  content: "\F518";
}
.ico-mdi-tie:before {
  content: "\F519";
}
.ico-mdi-timelapse:before {
  content: "\F51A";
}
.ico-mdi-timer:before {
  content: "\F51B";
}
.ico-mdi-timer-10:before {
  content: "\F51C";
}
.ico-mdi-timer-3:before {
  content: "\F51D";
}
.ico-mdi-timer-off:before {
  content: "\F51E";
}
.ico-mdi-timer-sand:before {
  content: "\F51F";
}
.ico-mdi-timetable:before {
  content: "\F520";
}
.ico-mdi-toggle-switch:before {
  content: "\F521";
}
.ico-mdi-toggle-switch-off:before {
  content: "\F522";
}
.ico-mdi-tooltip:before {
  content: "\F523";
}
.ico-mdi-tooltip-edit:before {
  content: "\F524";
}
.ico-mdi-tooltip-image:before {
  content: "\F525";
}
.ico-mdi-tooltip-outline:before {
  content: "\F526";
}
.ico-mdi-tooltip-outline-plus:before {
  content: "\F527";
}
.ico-mdi-tooltip-text:before {
  content: "\F528";
}
.ico-mdi-tooth:before {
  content: "\F529";
}
.ico-mdi-tor:before {
  content: "\F52A";
}
.ico-mdi-traffic-light:before {
  content: "\F52B";
}
.ico-mdi-train:before {
  content: "\F52C";
}
.ico-mdi-tram:before {
  content: "\F52D";
}
.ico-mdi-transcribe:before {
  content: "\F52E";
}
.ico-mdi-transcribe-close:before {
  content: "\F52F";
}
.ico-mdi-transfer:before {
  content: "\F530";
}
.ico-mdi-translate:before {
  content: "\F5CA";
}
.ico-mdi-tree:before {
  content: "\F531";
}
.ico-mdi-trello:before {
  content: "\F532";
}
.ico-mdi-trending-down:before {
  content: "\F533";
}
.ico-mdi-trending-neutral:before {
  content: "\F534";
}
.ico-mdi-trending-up:before {
  content: "\F535";
}
.ico-mdi-triangle:before {
  content: "\F536";
}
.ico-mdi-triangle-outline:before {
  content: "\F537";
}
.ico-mdi-trophy:before {
  content: "\F538";
}
.ico-mdi-trophy-award:before {
  content: "\F539";
}
.ico-mdi-trophy-outline:before {
  content: "\F53A";
}
.ico-mdi-trophy-variant:before {
  content: "\F53B";
}
.ico-mdi-trophy-variant-outline:before {
  content: "\F53C";
}
.ico-mdi-truck:before {
  content: "\F53D";
}
.ico-mdi-truck-delivery:before {
  content: "\F53E";
}
.ico-mdi-tshirt-crew:before {
  content: "\F53F";
}
.ico-mdi-tshirt-v:before {
  content: "\F540";
}
.ico-mdi-tumblr:before {
  content: "\F541";
}
.ico-mdi-tumblr-reblog:before {
  content: "\F542";
}
.ico-mdi-twitch:before {
  content: "\F543";
}
.ico-mdi-twitter:before {
  content: "\F544";
}
.ico-mdi-twitter-box:before {
  content: "\F545";
}
.ico-mdi-twitter-circle:before {
  content: "\F546";
}
.ico-mdi-twitter-retweet:before {
  content: "\F547";
}
.ico-mdi-ubuntu:before {
  content: "\F548";
}
.ico-mdi-umbraco:before {
  content: "\F549";
}
.ico-mdi-umbrella:before {
  content: "\F54A";
}
.ico-mdi-umbrella-outline:before {
  content: "\F54B";
}
.ico-mdi-undo:before {
  content: "\F54C";
}
.ico-mdi-undo-variant:before {
  content: "\F54D";
}
.ico-mdi-unfold-less:before {
  content: "\F54E";
}
.ico-mdi-unfold-more:before {
  content: "\F54F";
}
.ico-mdi-ungroup:before {
  content: "\F550";
}
.ico-mdi-untappd:before {
  content: "\F551";
}
.ico-mdi-upload:before {
  content: "\F552";
}
.ico-mdi-usb:before {
  content: "\F553";
}
.ico-mdi-vector-arrange-above:before {
  content: "\F554";
}
.ico-mdi-vector-arrange-below:before {
  content: "\F555";
}
.ico-mdi-vector-circle:before {
  content: "\F556";
}
.ico-mdi-vector-circle-variant:before {
  content: "\F557";
}
.ico-mdi-vector-combine:before {
  content: "\F558";
}
.ico-mdi-vector-curve:before {
  content: "\F559";
}
.ico-mdi-vector-difference:before {
  content: "\F55A";
}
.ico-mdi-vector-difference-ab:before {
  content: "\F55B";
}
.ico-mdi-vector-difference-ba:before {
  content: "\F55C";
}
.ico-mdi-vector-intersection:before {
  content: "\F55D";
}
.ico-mdi-vector-line:before {
  content: "\F55E";
}
.ico-mdi-vector-point:before {
  content: "\F55F";
}
.ico-mdi-vector-polygon:before {
  content: "\F560";
}
.ico-mdi-vector-polyline:before {
  content: "\F561";
}
.ico-mdi-vector-rectangle:before {
  content: "\F5C6";
}
.ico-mdi-vector-selection:before {
  content: "\F562";
}
.ico-mdi-vector-square:before {
  content: "\F001";
}
.ico-mdi-vector-triangle:before {
  content: "\F563";
}
.ico-mdi-vector-union:before {
  content: "\F564";
}
.ico-mdi-verified:before {
  content: "\F565";
}
.ico-mdi-vibrate:before {
  content: "\F566";
}
.ico-mdi-video:before {
  content: "\F567";
}
.ico-mdi-video-off:before {
  content: "\F568";
}
.ico-mdi-video-switch:before {
  content: "\F569";
}
.ico-mdi-view-agenda:before {
  content: "\F56A";
}
.ico-mdi-view-array:before {
  content: "\F56B";
}
.ico-mdi-view-carousel:before {
  content: "\F56C";
}
.ico-mdi-view-column:before {
  content: "\F56D";
}
.ico-mdi-view-dashboard:before {
  content: "\F56E";
}
.ico-mdi-view-day:before {
  content: "\F56F";
}
.ico-mdi-view-grid:before {
  content: "\F570";
}
.ico-mdi-view-headline:before {
  content: "\F571";
}
.ico-mdi-view-list:before {
  content: "\F572";
}
.ico-mdi-view-module:before {
  content: "\F573";
}
.ico-mdi-view-quilt:before {
  content: "\F574";
}
.ico-mdi-view-stream:before {
  content: "\F575";
}
.ico-mdi-view-week:before {
  content: "\F576";
}
.ico-mdi-vimeo:before {
  content: "\F577";
}
.ico-mdi-vine:before {
  content: "\F578";
}
.ico-mdi-violin:before {
  content: "\F60F";
}
.ico-mdi-visualstudio:before {
  content: "\F610";
}
.ico-mdi-vk:before {
  content: "\F579";
}
.ico-mdi-vk-box:before {
  content: "\F57A";
}
.ico-mdi-vk-circle:before {
  content: "\F57B";
}
.ico-mdi-vlc:before {
  content: "\F57C";
}
.ico-mdi-voice:before {
  content: "\F5CB";
}
.ico-mdi-voicemail:before {
  content: "\F57D";
}
.ico-mdi-volume-high:before {
  content: "\F57E";
}
.ico-mdi-volume-low:before {
  content: "\F57F";
}
.ico-mdi-volume-medium:before {
  content: "\F580";
}
.ico-mdi-volume-off:before {
  content: "\F581";
}
.ico-mdi-vpn:before {
  content: "\F582";
}
.ico-mdi-walk:before {
  content: "\F583";
}
.ico-mdi-wallet:before {
  content: "\F584";
}
.ico-mdi-wallet-giftcard:before {
  content: "\F585";
}
.ico-mdi-wallet-membership:before {
  content: "\F586";
}
.ico-mdi-wallet-travel:before {
  content: "\F587";
}
.ico-mdi-wan:before {
  content: "\F588";
}
.ico-mdi-watch:before {
  content: "\F589";
}
.ico-mdi-watch-export:before {
  content: "\F58A";
}
.ico-mdi-watch-import:before {
  content: "\F58B";
}
.ico-mdi-water:before {
  content: "\F58C";
}
.ico-mdi-water-off:before {
  content: "\F58D";
}
.ico-mdi-water-percent:before {
  content: "\F58E";
}
.ico-mdi-water-pump:before {
  content: "\F58F";
}
.ico-mdi-watermark:before {
  content: "\F612";
}
.ico-mdi-weather-cloudy:before {
  content: "\F590";
}
.ico-mdi-weather-fog:before {
  content: "\F591";
}
.ico-mdi-weather-hail:before {
  content: "\F592";
}
.ico-mdi-weather-lightning:before {
  content: "\F593";
}
.ico-mdi-weather-night:before {
  content: "\F594";
}
.ico-mdi-weather-partlycloudy:before {
  content: "\F595";
}
.ico-mdi-weather-pouring:before {
  content: "\F596";
}
.ico-mdi-weather-rainy:before {
  content: "\F597";
}
.ico-mdi-weather-snowy:before {
  content: "\F598";
}
.ico-mdi-weather-sunny:before {
  content: "\F599";
}
.ico-mdi-weather-sunset:before {
  content: "\F59A";
}
.ico-mdi-weather-sunset-down:before {
  content: "\F59B";
}
.ico-mdi-weather-sunset-up:before {
  content: "\F59C";
}
.ico-mdi-weather-windy:before {
  content: "\F59D";
}
.ico-mdi-weather-windy-variant:before {
  content: "\F59E";
}
.ico-mdi-web:before {
  content: "\F59F";
}
.ico-mdi-webcam:before {
  content: "\F5A0";
}
.ico-mdi-wechat:before {
  content: "\F611";
}
.ico-mdi-weight:before {
  content: "\F5A1";
}
.ico-mdi-weight-kilogram:before {
  content: "\F5A2";
}
.ico-mdi-whatsapp:before {
  content: "\F5A3";
}
.ico-mdi-wheelchair-accessibility:before {
  content: "\F5A4";
}
.ico-mdi-white-balance-auto:before {
  content: "\F5A5";
}
.ico-mdi-white-balance-incandescent:before {
  content: "\F5A6";
}
.ico-mdi-white-balance-irradescent:before {
  content: "\F5A7";
}
.ico-mdi-white-balance-sunny:before {
  content: "\F5A8";
}
.ico-mdi-wifi:before {
  content: "\F5A9";
}
.ico-mdi-wifi-off:before {
  content: "\F5AA";
}
.ico-mdi-wii:before {
  content: "\F5AB";
}
.ico-mdi-wikipedia:before {
  content: "\F5AC";
}
.ico-mdi-window-close:before {
  content: "\F5AD";
}
.ico-mdi-window-closed:before {
  content: "\F5AE";
}
.ico-mdi-window-maximize:before {
  content: "\F5AF";
}
.ico-mdi-window-minimize:before {
  content: "\F5B0";
}
.ico-mdi-window-open:before {
  content: "\F5B1";
}
.ico-mdi-window-restore:before {
  content: "\F5B2";
}
.ico-mdi-windows:before {
  content: "\F5B3";
}
.ico-mdi-wordpress:before {
  content: "\F5B4";
}
.ico-mdi-worker:before {
  content: "\F5B5";
}
.ico-mdi-wrap:before {
  content: "\F5B6";
}
.ico-mdi-wrench:before {
  content: "\F5B7";
}
.ico-mdi-wunderlist:before {
  content: "\F5B8";
}
.ico-mdi-xbox:before {
  content: "\F5B9";
}
.ico-mdi-xbox-controller:before {
  content: "\F5BA";
}
.ico-mdi-xbox-controller-off:before {
  content: "\F5BB";
}
.ico-mdi-xda:before {
  content: "\F5BC";
}
.ico-mdi-xing:before {
  content: "\F5BD";
}
.ico-mdi-xing-box:before {
  content: "\F5BE";
}
.ico-mdi-xing-circle:before {
  content: "\F5BF";
}
.ico-mdi-xml:before {
  content: "\F5C0";
}
.ico-mdi-yeast:before {
  content: "\F5C1";
}
.ico-mdi-yelp:before {
  content: "\F5C2";
}
.ico-mdi-youtube-play:before {
  content: "\F5C3";
}
.ico-mdi-zip-box:before {
  content: "\F5C4";
}
.ico-mdi-18px {
  font-size: 18px;
}
.ico-mdi-24px {
  font-size: 24px;
}
.ico-mdi-36px {
  font-size: 36px;
}
.ico-mdi-48px {
  font-size: 48px;
}
.ico-mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}
.ico-mdi-dark.ico-mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.ico-mdi-light {
  color: white;
}
.ico-mdi-light.ico-mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=materialdesignicons.css.map */

/*** icon adjust ***/

.ico-mdi-basket:before,
.ico-mdi-car:before,
.ico-mdi-cellphone:before,
.ico-mdi-cellphone-android:before,
.ico-mdi-cellphone-basic:before,
.ico-mdi-cellphone-dock:before,
.ico-mdi-cellphone-iphone:before,
.ico-mdi-cellphone-link:before,
.ico-mdi-cellphone-link-off:before,
.ico-mdi-cellphone-settings:before,
.ico-mdi-fullscreen:before,
.ico-mdi-menu:before,
.ico-mdi-shopping:before
{
  margin-top: 0 !important;
}
.ico-mdi-cart:before,
.ico-mdi-cart-outline:before,
.ico-mdi-cart-plus:before,
.ico-mdi-truck:before
{
  margin-top: 0.035em;
}

.tb_icon_10[class*="ico-mdi"]:before       { font-size: 12px; }
.tb_icon_10.ico-mdi-twitter-retweet:before { font-size: 14px; }

.tb_icon_16[class*="ico-mdi"]:before       { font-size: 20px; margin-top: 0; margin-bottom: 0; }
.tb_icon_16.ico-mdi-twitter-retweet:before { font-size: 24px; }
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 09/12/2020 11:48
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot?#iefix") format("embedded-opentype"),
       url("flaticon.woff2") format("woff2"),
       url("flaticon.woff") format("woff"),
       url("flaticon.ttf") format("truetype"),
       url("flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

/*
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}*/

.flaticon-,
[class*="flaticon-"]:before
{
  font-family: 'Flaticon' !important;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
}
[class*="flaticon-"],
[class*="flaticon-"]:before
{
  display: inline-block;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  /* Better Font Rendering =========== */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
[class*="flaticon-"]:before {
  vertical-align: top;
}

.flaticon-beach:before { content: "\f100"; }/*! 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://www.e-aquajazz.lt/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://www.e-aquajazz.lt/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://www.e-aquajazz.lt/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://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/font/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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: 20px;
  font-size: 26px;
}
h2, .h2,
legend,
.panel-heading,
.box-heading
{
  font-size: 16px;
}
h2, .h2,
legend
{
  margin-bottom: 20px;
  font-size: 16px;
}
h3, .h3 {
  margin-bottom: 10px;
  font-size: 15px;
}
h4, .h4 {
  margin-bottom: 10px;
  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: 20px;
}
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: #999;
}

figure.image,
figure.image img:not(:last-child) {
  margin-bottom: 20px;
}
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 20px 20px 0;
}
img.center-block,
.center-block img,
figure .image-holder,
.center-block .image-holder,
figure img
{
  display: block;
  margin: 0 auto 20px 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 20px 20px;
}
.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: 30px; }

.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: 30px;
  padding: 40px 0;
  font-size: 17.5px;
}
.help { font-size: 11.9px; 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: 14px;
  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: -15px;
}

/*  -----------------------------------------------------------------------------------------
    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;
  }
[class*="col-"] > * {
  pointer-events: auto;
}

.container,
.tb_width_fixed,
#wrapper:not(.container) > .tb_content_fixed > .row-wrap {
  max-width: 1410px;
}
@media (min-width: 1490px) {
  .tb_content_fixed > .row {
    max-width: 1470px;
  }
}
@media (max-width: 1490px) {
  #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: 1491px) {
  #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: 1421px) {
  #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: 1431px) {
  #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: 1441px) {
  #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: 1451px) {
  #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: 1461px) {
  #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: 1471px) {
  #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: 1481px) {
  #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: 1491px) {
  #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: 1501px) {
  #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: 1511px) {
  #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: 1490px) {
  .tb_content_fixed > .row {
    margin-right: -30px;
    padding-right: 30px;
  }
        .tb_content_fixed > .row.tb_gut_xs_0 {
    max-width: 1410px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_xs_10 {
    max-width: 1430px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_xs_20 {
    max-width: 1450px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_xs_30 {
    max-width: 1470px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_xs_40 {
    max-width: 1490px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_xs_50 {
    max-width: 1510px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_sm_0 {
    max-width: 1410px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_sm_10 {
    max-width: 1430px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_sm_20 {
    max-width: 1450px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_sm_30 {
    max-width: 1470px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_sm_40 {
    max-width: 1490px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_sm_50 {
    max-width: 1510px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_md_0 {
    max-width: 1410px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_md_10 {
    max-width: 1430px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_md_20 {
    max-width: 1450px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_md_30 {
    max-width: 1470px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_md_40 {
    max-width: 1490px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_md_50 {
    max-width: 1510px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_lg_0 {
    max-width: 1410px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_lg_10 {
    max-width: 1430px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_lg_20 {
    max-width: 1450px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_lg_30 {
    max-width: 1470px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_lg_40 {
    max-width: 1490px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_lg_50 {
    max-width: 1510px;
    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,
.col-xs-auto > .tb_wt.tb_wt
{
      -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,
.col-sm-auto > .tb_wt.tb_wt
{
      -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,
.col-md-auto > .tb_wt.tb_wt
{
      -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,
.col-lg-auto > .tb_wt.tb_wt
{
      -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-2 {
      width: calc(16.66666666% - 20px);
  max-width: calc(16.66666666% - 20px);
}
.tb_gut_lg_30 > .col-lg-2 {
      width: calc(16.66666666% - 30px);
  max-width: calc(16.66666666% - 30px);
}
.tb_gut_lg_40 > .col-lg-2 {
      width: calc(16.66666666% - 40px);
  max-width: calc(16.66666666% - 40px);
}
.tb_gut_lg_50 > .col-lg-2 {
      width: calc(16.66666666% - 50px);
  max-width: calc(16.66666666% - 50px);
}
.tb_separate_columns > .col-lg-2 {
      width: 16.66666666%;
  max-width: 16.66666666%;
}
.col-lg-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_lg_0  > .col-lg-3 {
      width: 25%;
  max-width: 25%;
}
.tb_gut_lg_10 > .col-lg-3 {
      width: calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.tb_gut_lg_20 > .col-lg-3 {
      width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.tb_gut_lg_30 > .col-lg-3 {
      width: calc(25% - 30px);
  max-width: calc(25% - 30px);
}
.tb_gut_lg_40 > .col-lg-3 {
      width: calc(25% - 40px);
  max-width: calc(25% - 40px);
}
.tb_gut_lg_50 > .col-lg-3 {
      width: calc(25% - 50px);
  max-width: calc(25% - 50px);
}
.tb_separate_columns > .col-lg-3 {
      width: 25%;
  max-width: 25%;
}
.col-lg-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_lg_0  > .col-lg-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.tb_gut_lg_10 > .col-lg-4 {
      width: calc(33.33333333% - 10px);
  max-width: calc(33.33333333% - 10px);
}
.tb_gut_lg_20 > .col-lg-4 {
      width: calc(33.33333333% - 20px);
  max-width: calc(33.33333333% - 20px);
}
.tb_gut_lg_30 > .col-lg-4 {
      width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
}
.tb_gut_lg_40 > .col-lg-4 {
      width: calc(33.33333333% - 40px);
  max-width: calc(33.33333333% - 40px);
}
.tb_gut_lg_50 > .col-lg-4 {
      width: calc(33.33333333% - 50px);
  max-width: calc(33.33333333% - 50px);
}
.tb_separate_columns > .col-lg-4 {
      width: 33.33333333%;
  max-width: 33.33333333%;
}
.col-lg-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_lg_0  > .col-lg-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.tb_gut_lg_10 > .col-lg-5 {
      width: calc(41.66666666% - 10px);
  max-width: calc(41.66666666% - 10px);
}
.tb_gut_lg_20 > .col-lg-5 {
      width: calc(41.66666666% - 20px);
  max-width: calc(41.66666666% - 20px);
}
.tb_gut_lg_30 > .col-lg-5 {
      width: calc(41.66666666% - 30px);
  max-width: calc(41.66666666% - 30px);
}
.tb_gut_lg_40 > .col-lg-5 {
      width: calc(41.66666666% - 40px);
  max-width: calc(41.66666666% - 40px);
}
.tb_gut_lg_50 > .col-lg-5 {
      width: calc(41.66666666% - 50px);
  max-width: calc(41.66666666% - 50px);
}
.tb_separate_columns > .col-lg-5 {
      width: 41.66666666%;
  max-width: 41.66666666%;
}
.col-lg-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_lg_0  > .col-lg-6 {
      width: 50%;
  max-width: 50%;
}
.tb_gut_lg_10 > .col-lg-6 {
      width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.tb_gut_lg_20 > .col-lg-6 {
      width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.tb_gut_lg_30 > .col-lg-6 {
      width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.tb_gut_lg_40 > .col-lg-6 {
      width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.tb_gut_lg_50 > .col-lg-6 {
      width: calc(50% - 50px);
  max-width: calc(50% - 50px);
}
.tb_separate_columns > .col-lg-6 {
      width: 50%;
  max-width: 50%;
}
.col-lg-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_lg_0  > .col-lg-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.tb_gut_lg_10 > .col-lg-7 {
      width: calc(58.33333333% - 10px);
  max-width: calc(58.33333333% - 10px);
}
.tb_gut_lg_20 > .col-lg-7 {
      width: calc(58.33333333% - 20px);
  max-width: calc(58.33333333% - 20px);
}
.tb_gut_lg_30 > .col-lg-7 {
      width: calc(58.33333333% - 30px);
  max-width: calc(58.33333333% - 30px);
}
.tb_gut_lg_40 > .col-lg-7 {
      width: calc(58.33333333% - 40px);
  max-width: calc(58.33333333% - 40px);
}
.tb_gut_lg_50 > .col-lg-7 {
      width: calc(58.33333333% - 50px);
  max-width: calc(58.33333333% - 50px);
}
.tb_separate_columns > .col-lg-7 {
      width: 58.33333333%;
  max-width: 58.33333333%;
}
.col-lg-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_lg_0  > .col-lg-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.tb_gut_lg_10 > .col-lg-8 {
      width: calc(66.66666666% - 10px);
  max-width: calc(66.66666666% - 10px);
}
.tb_gut_lg_20 > .col-lg-8 {
      width: calc(66.66666666% - 20px);
  max-width: calc(66.66666666% - 20px);
}
.tb_gut_lg_30 > .col-lg-8 {
      width: calc(66.66666666% - 30px);
  max-width: calc(66.66666666% - 30px);
}
.tb_gut_lg_40 > .col-lg-8 {
      width: calc(66.66666666% - 40px);
  max-width: calc(66.66666666% - 40px);
}
.tb_gut_lg_50 > .col-lg-8 {
      width: calc(66.66666666% - 50px);
  max-width: calc(66.66666666% - 50px);
}
.tb_separate_columns > .col-lg-8 {
      width: 66.66666666%;
  max-width: 66.66666666%;
}
.col-lg-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_lg_0  > .col-lg-9 {
      width: 75%;
  max-width: 75%;
}
.tb_gut_lg_10 > .col-lg-9 {
      width: calc(75% - 10px);
  max-width: calc(75% - 10px);
}
.tb_gut_lg_20 > .col-lg-9 {
      width: calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.tb_gut_lg_30 > .col-lg-9 {
      width: calc(75% - 30px);
  max-width: calc(75% - 30px);
}
.tb_gut_lg_40 > .col-lg-9 {
      width: calc(75% - 40px);
  max-width: calc(75% - 40px);
}
.tb_gut_lg_50 > .col-lg-9 {
      width: calc(75% - 50px);
  max-width: calc(75% - 50px);
}
.tb_separate_columns > .col-lg-9 {
      width: 75%;
  max-width: 75%;
}
.col-lg-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_lg_0  > .col-lg-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.tb_gut_lg_10 > .col-lg-10 {
      width: calc(83.33333333% - 10px);
  max-width: calc(83.33333333% - 10px);
}
.tb_gut_lg_20 > .col-lg-10 {
      width: calc(83.33333333% - 20px);
  max-width: calc(83.33333333% - 20px);
}
.tb_gut_lg_30 > .col-lg-10 {
      width: calc(83.33333333% - 30px);
  max-width: calc(83.33333333% - 30px);
}
.tb_gut_lg_40 > .col-lg-10 {
      width: calc(83.33333333% - 40px);
  max-width: calc(83.33333333% - 40px);
}
.tb_gut_lg_50 > .col-lg-10 {
      width: calc(83.33333333% - 50px);
  max-width: calc(83.33333333% - 50px);
}
.tb_separate_columns > .col-lg-10 {
      width: 83.33333333%;
  max-width: 83.33333333%;
}
.col-lg-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_lg_0  > .col-lg-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.tb_gut_lg_10 > .col-lg-11 {
      width: calc(91.66666666% - 10px);
  max-width: calc(91.66666666% - 10px);
}
.tb_gut_lg_20 > .col-lg-11 {
      width: calc(91.66666666% - 20px);
  max-width: calc(91.66666666% - 20px);
}
.tb_gut_lg_30 > .col-lg-11 {
      width: calc(91.66666666% - 30px);
  max-width: calc(91.66666666% - 30px);
}
.tb_gut_lg_40 > .col-lg-11 {
      width: calc(91.66666666% - 40px);
  max-width: calc(91.66666666% - 40px);
}
.tb_gut_lg_50 > .col-lg-11 {
      width: calc(91.66666666% - 50px);
  max-width: calc(91.66666666% - 50px);
}
.tb_separate_columns > .col-lg-11 {
      width: 91.66666666%;
  max-width: 91.66666666%;
}
.col-lg-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_lg_0  > .col-lg-12 {
      width: 100%;
  max-width: 100%;
}
.tb_gut_lg_10 > .col-lg-12 {
      width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.tb_gut_lg_20 > .col-lg-12 {
      width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.tb_gut_lg_30 > .col-lg-12 {
      width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.tb_gut_lg_40 > .col-lg-12 {
      width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.tb_gut_lg_50 > .col-lg-12 {
      width: calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.tb_separate_columns > .col-lg-12 {
      width: 100%;
  max-width: 100%;
}
/* 5 columns */
.col-lg-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_lg_0  > .col-lg-1-5 {
      width: 20%;
  max-width: 20%;
}
.tb_gut_lg_10 > .col-lg-1-5 {
      width: calc(20% - 10px);
  max-width: calc(20% - 10px);
}
.tb_gut_lg_20 > .col-lg-1-5 {
      width: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
.tb_gut_lg_30 > .col-lg-1-5 {
      width: calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.tb_gut_lg_40 > .col-lg-1-5 {
      width: calc(20% - 40px);
  max-width: calc(20% - 40px);
}
.tb_gut_lg_50 > .col-lg-1-5 {
      width: calc(20% - 50px);
  max-width: calc(20% - 50px);
}
.tb_separate_columns > .col-lg-1-5 {
      width: 20%;
  max-width: 20%;
}
.col-lg-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_lg_0  > .col-lg-2-5 {
      width: 40%;
  max-width: 40%;
}
.tb_gut_lg_10 > .col-lg-2-5 {
      width: calc(40% - 10px);
  max-width: calc(40% - 10px);
}
.tb_gut_lg_20 > .col-lg-2-5 {
      width: calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.tb_gut_lg_30 > .col-lg-2-5 {
      width: calc(40% - 30px);
  max-width: calc(40% - 30px);
}
.tb_gut_lg_40 > .col-lg-2-5 {
      width: calc(40% - 40px);
  max-width: calc(40% - 40px);
}
.tb_gut_lg_50 > .col-lg-2-5 {
      width: calc(40% - 50px);
  max-width: calc(40% - 50px);
}
.tb_separate_columns > .col-lg-2-5 {
      width: 40%;
  max-width: 40%;
}
.col-lg-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_lg_0  > .col-lg-3-5 {
      width: 60%;
  max-width: 60%;
}
.tb_gut_lg_10 > .col-lg-3-5 {
      width: calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.tb_gut_lg_20 > .col-lg-3-5 {
      width: calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.tb_gut_lg_30 > .col-lg-3-5 {
      width: calc(60% - 30px);
  max-width: calc(60% - 30px);
}
.tb_gut_lg_40 > .col-lg-3-5 {
      width: calc(60% - 40px);
  max-width: calc(60% - 40px);
}
.tb_gut_lg_50 > .col-lg-3-5 {
      width: calc(60% - 50px);
  max-width: calc(60% - 50px);
}
.tb_separate_columns > .col-lg-3-5 {
      width: 60%;
  max-width: 60%;
}
.col-lg-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_lg_0  > .col-lg-4-5 {
      width: 80%;
  max-width: 80%;
}
.tb_gut_lg_10 > .col-lg-4-5 {
      width: calc(80% - 10px);
  max-width: calc(80% - 10px);
}
.tb_gut_lg_20 > .col-lg-4-5 {
      width: calc(80% - 20px);
  max-width: calc(80% - 20px);
}
.tb_gut_lg_30 > .col-lg-4-5 {
      width: calc(80% - 30px);
  max-width: calc(80% - 30px);
}
.tb_gut_lg_40 > .col-lg-4-5 {
      width: calc(80% - 40px);
  max-width: calc(80% - 40px);
}
.tb_gut_lg_50 > .col-lg-4-5 {
      width: calc(80% - 50px);
  max-width: calc(80% - 50px);
}
.tb_separate_columns > .col-lg-4-5 {
      width: 80%;
  max-width: 80%;
}
/* 8 columns */
.col-lg-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_lg_0  > .col-lg-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.tb_gut_lg_10 > .col-lg-1-8 {
      width: calc(12.5% - 10px);
  max-width: calc(12.5% - 10px);
}
.tb_gut_lg_20 > .col-lg-1-8 {
      width: calc(12.5% - 20px);
  max-width: calc(12.5% - 20px);
}
.tb_gut_lg_30 > .col-lg-1-8 {
      width: calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
}
.tb_gut_lg_40 > .col-lg-1-8 {
      width: calc(12.5% - 40px);
  max-width: calc(12.5% - 40px);
}
.tb_gut_lg_50 > .col-lg-1-8 {
      width: calc(12.5% - 50px);
  max-width: calc(12.5% - 50px);
}
.tb_separate_columns > .col-lg-1-8 {
      width: 12.5%;
  max-width: 12.5%;
}
.col-lg-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_lg_0  > .col-lg-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.tb_gut_lg_10 > .col-lg-3-8 {
      width: calc(37.5% - 10px);
  max-width: calc(37.5% - 10px);
}
.tb_gut_lg_20 > .col-lg-3-8 {
      width: calc(37.5% - 20px);
  max-width: calc(37.5% - 20px);
}
.tb_gut_lg_30 > .col-lg-3-8 {
      width: calc(37.5% - 30px);
  max-width: calc(37.5% - 30px);
}
.tb_gut_lg_40 > .col-lg-3-8 {
      width: calc(37.5% - 40px);
  max-width: calc(37.5% - 40px);
}
.tb_gut_lg_50 > .col-lg-3-8 {
      width: calc(37.5% - 50px);
  max-width: calc(37.5% - 50px);
}
.tb_separate_columns > .col-lg-3-8 {
      width: 37.5%;
  max-width: 37.5%;
}
.col-lg-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_lg_0  > .col-lg-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.tb_gut_lg_10 > .col-lg-5-8 {
      width: calc(62.5% - 10px);
  max-width: calc(62.5% - 10px);
}
.tb_gut_lg_20 > .col-lg-5-8 {
      width: calc(62.5% - 20px);
  max-width: calc(62.5% - 20px);
}
.tb_gut_lg_30 > .col-lg-5-8 {
      width: calc(62.5% - 30px);
  max-width: calc(62.5% - 30px);
}
.tb_gut_lg_40 > .col-lg-5-8 {
      width: calc(62.5% - 40px);
  max-width: calc(62.5% - 40px);
}
.tb_gut_lg_50 > .col-lg-5-8 {
      width: calc(62.5% - 50px);
  max-width: calc(62.5% - 50px);
}
.tb_separate_columns > .col-lg-5-8 {
      width: 62.5%;
  max-width: 62.5%;
}
.col-lg-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_lg_0  > .col-lg-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
.tb_gut_lg_10 > .col-lg-7-8 {
      width: calc(87.5% - 10px);
  max-width: calc(87.5% - 10px);
}
.tb_gut_lg_20 > .col-lg-7-8 {
      width: calc(87.5% - 20px);
  max-width: calc(87.5% - 20px);
}
.tb_gut_lg_30 > .col-lg-7-8 {
      width: calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
}
.tb_gut_lg_40 > .col-lg-7-8 {
      width: calc(87.5% - 40px);
  max-width: calc(87.5% - 40px);
}
.tb_gut_lg_50 > .col-lg-7-8 {
      width: calc(87.5% - 50px);
  max-width: calc(87.5% - 50px);
}
.tb_separate_columns > .col-lg-7-8 {
      width: 87.5%;
  max-width: 87.5%;
}
}


@media (max-width: 768px) {
  .col-xs-auto.flex-wrap {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  }
  .col-xs-auto.flex-wrap > * {
        -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  .col-sm-auto.flex-wrap {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  }
  .col-sm-auto.flex-wrap > * {
        -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  .col-md-auto.flex-wrap {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  }
  .col-md-auto.flex-wrap > * {
        -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }
}
@media (min-width: 1261px) {
  .col-lg-auto.flex-wrap {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  }
  .col-lg-auto.flex-wrap > * {
        -ms-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }
}

.col-valign-top.flex-wrap {
            -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.col-valign-middle.flex-wrap {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.col-valign-bottom.flex-wrap {
            -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}


/*  -----------------------------------------------------------------------------------------
    C O L U M N   A L I G N
-----------------------------------------------------------------------------------------  */

.col > .display-block,
.col > address:not(.display-inline-block),
.col > article:not(.display-inline-block),
.col > aside:not(.display-inline-block),
.col > audio:not(.display-inline-block),
.col > blockquote:not(.display-inline-block),
.col > canvas:not(.display-inline-block),
.col > div:not(.display-inline-block),
.col > dl:not(.display-inline-block),
.col > fieldset:not(.display-inline-block),
.col > figure:not(.display-inline-block),
.col > form:not(.display-inline-block),
.col > h1:not(.display-inline-block),
.col > h1:not(.display-inline-block),
.col > h2:not(.display-inline-block),
.col > h3:not(.display-inline-block),
.col > h4:not(.display-inline-block),
.col > h5:not(.display-inline-block),
.col > h6:not(.display-inline-block),
.col > hr:not(.display-inline-block),
.col > nav:not(.display-inline-block),
.col > ol:not(.display-inline-block),
.col > p:not(.display-inline-block),
.col > pre:not(.display-inline-block),
.col > section:not(.display-inline-block),
.col > table:not(.display-inline-block),
.col > ul:not(.display-inline-block),
.col > video:not(.display-inline-block),
.row > div > .display-block,
.row > div > address:not(.display-inline-block),
.row > div > article:not(.display-inline-block),
.row > div > aside:not(.display-inline-block),
.row > div > audio:not(.display-inline-block),
.row > div > blockquote:not(.display-inline-block),
.row > div > canvas:not(.display-inline-block),
.row > div > div:not(.display-inline-block),
.row > div > dl:not(.display-inline-block),
.row > div > fieldset:not(.display-inline-block),
.row > div > figure:not(.display-inline-block),
.row > div > form:not(.display-inline-block),
.row > div > h1:not(.display-inline-block),
.row > div > h1:not(.display-inline-block),
.row > div > h2:not(.display-inline-block),
.row > div > h3:not(.display-inline-block),
.row > div > h4:not(.display-inline-block),
.row > div > h5:not(.display-inline-block),
.row > div > h6:not(.display-inline-block),
.row > div > hr:not(.display-inline-block),
.row > div > nav:not(.display-inline-block),
.row > div > ol:not(.display-inline-block),
.row > div > p:not(.display-inline-block),
.row > div > pre:not(.display-inline-block),
.row > div > section:not(.display-inline-block),
.row > div > table:not(.display-inline-block),
.row > div > ul:not(.display-inline-block),
.row > div > video:not(.display-inline-block),
.col > .display-block > *,
.col > address:not(.display-inline-block) > *,
.col > article:not(.display-inline-block) > *,
.col > aside:not(.display-inline-block) > *,
.col > audio:not(.display-inline-block) > *,
.col > blockquote:not(.display-inline-block) > *,
.col > canvas:not(.display-inline-block) > *,
.col > div:not(.display-inline-block) > *,
.col > dl:not(.display-inline-block) > *,
.col > fieldset:not(.display-inline-block) > *,
.col > figure:not(.display-inline-block) > *,
.col > form:not(.display-inline-block) > *,
.col > h1:not(.display-inline-block) > *,
.col > h1:not(.display-inline-block) > *,
.col > h2:not(.display-inline-block) > *,
.col > h3:not(.display-inline-block) > *,
.col > h4:not(.display-inline-block) > *,
.col > h5:not(.display-inline-block) > *,
.col > h6:not(.display-inline-block) > *,
.col > hr:not(.display-inline-block) > *,
.col > nav:not(.display-inline-block) > *,
.col > ol:not(.display-inline-block) > *,
.col > p:not(.display-inline-block) > *,
.col > pre:not(.display-inline-block) > *,
.col > section:not(.display-inline-block) > *,
.col > table:not(.display-inline-block) > *,
.col > ul:not(.display-inline-block) > *,
.col > video:not(.display-inline-block) > *
{
      -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
  .col-xs-auto > address:not(.display-inline-block),
  .col-xs-auto > article:not(.display-inline-block),
  .col-xs-auto > aside:not(.display-inline-block),
  .col-xs-auto > audio:not(.display-inline-block),
  .col-xs-auto > blockquote:not(.display-inline-block),
  .col-xs-auto > canvas:not(.display-inline-block),
  .col-xs-auto > div:not(.display-inline-block),
  .col-xs-auto > dl:not(.display-inline-block),
  .col-xs-auto > fieldset:not(.display-inline-block),
  .col-xs-auto > figure:not(.display-inline-block),
  .col-xs-auto > form:not(.display-inline-block),
  .col-xs-auto > h1:not(.display-inline-block),
  .col-xs-auto > h1:not(.display-inline-block),
  .col-xs-auto > h2:not(.display-inline-block),
  .col-xs-auto > h3:not(.display-inline-block),
  .col-xs-auto > h4:not(.display-inline-block),
  .col-xs-auto > h5:not(.display-inline-block),
  .col-xs-auto > h6:not(.display-inline-block),
  .col-xs-auto > hr:not(.display-inline-block),
  .col-xs-auto > nav:not(.display-inline-block),
  .col-xs-auto > ol:not(.display-inline-block),
  .col-xs-auto > p:not(.display-inline-block),
  .col-xs-auto > pre:not(.display-inline-block),
  .col-xs-auto > section:not(.display-inline-block),
  .col-xs-auto > table:not(.display-inline-block),
  .col-xs-auto > ul:not(.display-inline-block),
  .col-xs-auto > video:not(.display-inline-block)
  {
    min-width: 100%;
  }
@media (min-width: 769px) {
  .col-sm-auto > address:not(.display-inline-block),
  .col-sm-auto > article:not(.display-inline-block),
  .col-sm-auto > aside:not(.display-inline-block),
  .col-sm-auto > audio:not(.display-inline-block),
  .col-sm-auto > blockquote:not(.display-inline-block),
  .col-sm-auto > canvas:not(.display-inline-block),
  .col-sm-auto > div:not(.display-inline-block),
  .col-sm-auto > dl:not(.display-inline-block),
  .col-sm-auto > fieldset:not(.display-inline-block),
  .col-sm-auto > figure:not(.display-inline-block),
  .col-sm-auto > form:not(.display-inline-block),
  .col-sm-auto > h1:not(.display-inline-block),
  .col-sm-auto > h1:not(.display-inline-block),
  .col-sm-auto > h2:not(.display-inline-block),
  .col-sm-auto > h3:not(.display-inline-block),
  .col-sm-auto > h4:not(.display-inline-block),
  .col-sm-auto > h5:not(.display-inline-block),
  .col-sm-auto > h6:not(.display-inline-block),
  .col-sm-auto > hr:not(.display-inline-block),
  .col-sm-auto > nav:not(.display-inline-block),
  .col-sm-auto > ol:not(.display-inline-block),
  .col-sm-auto > p:not(.display-inline-block),
  .col-sm-auto > pre:not(.display-inline-block),
  .col-sm-auto > section:not(.display-inline-block),
  .col-sm-auto > table:not(.display-inline-block),
  .col-sm-auto > ul:not(.display-inline-block),
  .col-sm-auto > video:not(.display-inline-block)
  {
    min-width: 100%;
  }
}
@media (min-width: 1041px) {
  .col-md-auto > address:not(.display-inline-block),
  .col-md-auto > article:not(.display-inline-block),
  .col-md-auto > aside:not(.display-inline-block),
  .col-md-auto > audio:not(.display-inline-block),
  .col-md-auto > blockquote:not(.display-inline-block),
  .col-md-auto > canvas:not(.display-inline-block),
  .col-md-auto > div:not(.display-inline-block),
  .col-md-auto > dl:not(.display-inline-block),
  .col-md-auto > fieldset:not(.display-inline-block),
  .col-md-auto > figure:not(.display-inline-block),
  .col-md-auto > form:not(.display-inline-block),
  .col-md-auto > h1:not(.display-inline-block),
  .col-md-auto > h1:not(.display-inline-block),
  .col-md-auto > h2:not(.display-inline-block),
  .col-md-auto > h3:not(.display-inline-block),
  .col-md-auto > h4:not(.display-inline-block),
  .col-md-auto > h5:not(.display-inline-block),
  .col-md-auto > h6:not(.display-inline-block),
  .col-md-auto > hr:not(.display-inline-block),
  .col-md-auto > nav:not(.display-inline-block),
  .col-md-auto > ol:not(.display-inline-block),
  .col-md-auto > p:not(.display-inline-block),
  .col-md-auto > pre:not(.display-inline-block),
  .col-md-auto > section:not(.display-inline-block),
  .col-md-auto > table:not(.display-inline-block),
  .col-md-auto > ul:not(.display-inline-block),
  .col-md-auto > video:not(.display-inline-block)
  {
    min-width: 100%;
  }
}
@media (min-width: 1261px) {
  .col-lg-auto > address:not(.display-inline-block),
  .col-lg-auto > article:not(.display-inline-block),
  .col-lg-auto > aside:not(.display-inline-block),
  .col-lg-auto > audio:not(.display-inline-block),
  .col-lg-auto > blockquote:not(.display-inline-block),
  .col-lg-auto > canvas:not(.display-inline-block),
  .col-lg-auto > div:not(.display-inline-block),
  .col-lg-auto > dl:not(.display-inline-block),
  .col-lg-auto > fieldset:not(.display-inline-block),
  .col-lg-auto > figure:not(.display-inline-block),
  .col-lg-auto > form:not(.display-inline-block),
  .col-lg-auto > h1:not(.display-inline-block),
  .col-lg-auto > h1:not(.display-inline-block),
  .col-lg-auto > h2:not(.display-inline-block),
  .col-lg-auto > h3:not(.display-inline-block),
  .col-lg-auto > h4:not(.display-inline-block),
  .col-lg-auto > h5:not(.display-inline-block),
  .col-lg-auto > h6:not(.display-inline-block),
  .col-lg-auto > hr:not(.display-inline-block),
  .col-lg-auto > nav:not(.display-inline-block),
  .col-lg-auto > ol:not(.display-inline-block),
  .col-lg-auto > p:not(.display-inline-block),
  .col-lg-auto > pre:not(.display-inline-block),
  .col-lg-auto > section:not(.display-inline-block),
  .col-lg-auto > table:not(.display-inline-block),
  .col-lg-auto > ul:not(.display-inline-block),
  .col-lg-auto > video:not(.display-inline-block)
  {
    min-width: 100%;
  }
}

.row-wrap {
  display: block !important;
}
.col-align-start {
            -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.col-align-center {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .col-align-start   > *,
  .col-align-center  > *,
  .col-align-end     > *,
  .col-align-between > *,
  .col-align-around  > *
  {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .col-align-end {
              -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .col-align-between {
              -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-align-around {
             -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}
.col-align-start,
.col-align-center,
.col-align-end,
.col-align-between,
.col-align-around,
.col-valign-top,
.col-valign-middle,
.col-valign-bottom
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col-valign-top {
     -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.col-top,
.col-valign-top > *
{
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.col-valign-middle {
     -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.col-middle,
.col-valign-middle > *
{
  -ms-flex-item-align: center;
  -webkit-align-self: center;
          align-self: center;
}
.col-valign-bottom {
     -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
          align-content: flex-end;
       -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.col-bottom,
.col-valign-bottom > *
{
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

/*  ---   Separate Columns   ------------------------------------------------------------  */

.row.tb_separate_columns {
  margin:  0;
  padding: 0;
}
.row.tb_separate_columns > .col {
  margin: 0 !important;
    border-left-width: 1px;
  border-left-style: solid;
  }
.tb_content_fixed > .tb_separate_columns {
  max-width: 1410px;
}
@media (max-width: 768px) {
  .tb_separate_columns > .col {
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  html[dir="ltr"] .tb_separate_columns > .tb_pl_0:first-child:not(:last-child) {
    padding-right: 0;
    padding-bottom: 30px;
  }
  html[dir="rtl"] .tb_separate_columns > .tb_pr_0:first-child:not(:last-child) {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
      .tb_separate_columns > .col.pos-xs-1 + .col,
    .tb_separate_columns > .col.pos-xs-2 + .col,
    .tb_separate_columns > .col.pos-xs-3 + .col,
    .tb_separate_columns > .col.pos-xs-4 + .col,
    .tb_separate_columns > .col.pos-xs-5 + .col,
    .tb_separate_columns > .col.pos-xs-6 + .col,
    .tb_separate_columns > .col:first-child
  {
    border-style: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
      .tb_separate_columns > .col.pos-xs-1 + .col,
    .tb_separate_columns > .col.pos-xs-2 + .col,
    .tb_separate_columns > .col.pos-xs-3 + .col,
    .tb_separate_columns > .col.pos-xs-4 + .col,
    .tb_separate_columns > .col.pos-xs-5 + .col,
    .tb_separate_columns > .col.pos-xs-6 + .col,
    .tb_separate_columns > .col:first-child
  {
    border-style: none;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
      .tb_separate_columns > .col.pos-sm-1 + .col,
    .tb_separate_columns > .col.pos-sm-2 + .col,
    .tb_separate_columns > .col.pos-sm-3 + .col,
    .tb_separate_columns > .col.pos-sm-4 + .col,
    .tb_separate_columns > .col.pos-sm-5 + .col,
    .tb_separate_columns > .col.pos-sm-6 + .col,
    .tb_separate_columns > .col:first-child
  {
    border-style: none;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
      .tb_separate_columns > .col.pos-md-1 + .col,
    .tb_separate_columns > .col.pos-md-2 + .col,
    .tb_separate_columns > .col.pos-md-3 + .col,
    .tb_separate_columns > .col.pos-md-4 + .col,
    .tb_separate_columns > .col.pos-md-5 + .col,
    .tb_separate_columns > .col.pos-md-6 + .col,
    .tb_separate_columns > .col:first-child
  {
    border-style: none;
  }
}
@media (min-width: 1261px) {
    .tb_separate_columns > .col.pos-lg-1 + .col,
    .tb_separate_columns > .col.pos-lg-2 + .col,
    .tb_separate_columns > .col.pos-lg-3 + .col,
    .tb_separate_columns > .col.pos-lg-4 + .col,
    .tb_separate_columns > .col.pos-lg-5 + .col,
    .tb_separate_columns > .col.pos-lg-6 + .col,
    .tb_separate_columns > .col:first-child
  {
    border-style: none;
  }
}

/*** Inner padding ***/

.row.tb_ip_0 > .col:not([class*="tb_pt_"]) {
  padding: 0px;
}
.row.tb_ip_5 > .col:not([class*="tb_pt_"]) {
  padding: 5px;
}
.row.tb_ip_10 > .col:not([class*="tb_pt_"]) {
  padding: 10px;
}
.row.tb_ip_15 > .col:not([class*="tb_pt_"]) {
  padding: 15px;
}
.row.tb_ip_20 > .col:not([class*="tb_pt_"]) {
  padding: 20px;
}
.row.tb_ip_25 > .col:not([class*="tb_pt_"]) {
  padding: 25px;
}
.row.tb_ip_30 > .col:not([class*="tb_pt_"]) {
  padding: 30px;
}
.row.tb_ip_35 > .col:not([class*="tb_pt_"]) {
  padding: 35px;
}
.row.tb_ip_40 > .col:not([class*="tb_pt_"]) {
  padding: 40px;
}
.row.tb_ip_45 > .col:not([class*="tb_pt_"]) {
  padding: 45px;
}
.row.tb_ip_50 > .col:not([class*="tb_pt_"]) {
  padding: 50px;
}
.row.tb_ip_55 > .col:not([class*="tb_pt_"]) {
  padding: 55px;
}
.row.tb_ip_60 > .col:not([class*="tb_pt_"]) {
  padding: 60px;
}
.row.tb_ip_65 > .col:not([class*="tb_pt_"]) {
  padding: 65px;
}
.row.tb_ip_70 > .col:not([class*="tb_pt_"]) {
  padding: 70px;
}
.row.tb_ip_75 > .col:not([class*="tb_pt_"]) {
  padding: 75px;
}
.row.tb_ip_80 > .col:not([class*="tb_pt_"]) {
  padding: 80px;
}
.row.tb_ip_85 > .col:not([class*="tb_pt_"]) {
  padding: 85px;
}
.row.tb_ip_90 > .col:not([class*="tb_pt_"]) {
  padding: 90px;
}
.row.tb_ip_95 > .col:not([class*="tb_pt_"]) {
  padding: 95px;
}
.row.tb_ip_100 > .col:not([class*="tb_pt_"]) {
  padding: 100px;
}

@media (max-width: 1040px) {
    .row.tb_ip_35 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_40 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_45 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_50 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_55 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_60 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_65 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_70 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_75 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_80 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_85 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_90 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_95 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_100 > .col:not([class*="tb_pt_"]),
    .row.tb_ip_105 > .col:not([class*="tb_pt_"])
  {
    padding: 30px;
  }
}


/*  -----------------------------------------------------------------------------------------
    S P A C I N G
-----------------------------------------------------------------------------------------  */

/*  ---   Margin   ----------------------------------------------------------------------  */

.tb_mt_-150 {
  margin-top: -150px;
}
.tb_mt_-145 {
  margin-top: -145px;
}
.tb_mt_-140 {
  margin-top: -140px;
}
.tb_mt_-135 {
  margin-top: -135px;
}
.tb_mt_-130 {
  margin-top: -130px;
}
.tb_mt_-125 {
  margin-top: -125px;
}
.tb_mt_-120 {
  margin-top: -120px;
}
.tb_mt_-115 {
  margin-top: -115px;
}
.tb_mt_-110 {
  margin-top: -110px;
}
.tb_mt_-105 {
  margin-top: -105px;
}
.tb_mt_-100 {
  margin-top: -100px;
}
.tb_mt_-95 {
  margin-top: -95px;
}
.tb_mt_-90 {
  margin-top: -90px;
}
.tb_mt_-85 {
  margin-top: -85px;
}
.tb_mt_-80 {
  margin-top: -80px;
}
.tb_mt_-75 {
  margin-top: -75px;
}
.tb_mt_-70 {
  margin-top: -70px;
}
.tb_mt_-65 {
  margin-top: -65px;
}
.tb_mt_-60 {
  margin-top: -60px;
}
.tb_mt_-55 {
  margin-top: -55px;
}
.tb_mt_-50 {
  margin-top: -50px;
}
.tb_mt_-45 {
  margin-top: -45px;
}
.tb_mt_-40 {
  margin-top: -40px;
}
.tb_mt_-35 {
  margin-top: -35px;
}
.tb_mt_-30 {
  margin-top: -30px;
}
.tb_mt_-25 {
  margin-top: -25px;
}
.tb_mt_-20 {
  margin-top: -20px;
}
.tb_mt_-15 {
  margin-top: -15px;
}
.tb_mt_-10 {
  margin-top: -10px;
}
.tb_mt_-5 {
  margin-top: -5px;
}
.tb_mt_0 {
  margin-top: 0px;
}
.tb_mt_5 {
  margin-top: 5px;
}
.tb_mt_10 {
  margin-top: 10px;
}
.tb_mt_15 {
  margin-top: 15px;
}
.tb_mt_20 {
  margin-top: 20px;
}
.tb_mt_25 {
  margin-top: 25px;
}
.tb_mt_30 {
  margin-top: 30px;
}
.tb_mt_35 {
  margin-top: 35px;
}
.tb_mt_40 {
  margin-top: 40px;
}
.tb_mt_45 {
  margin-top: 45px;
}
.tb_mt_50 {
  margin-top: 50px;
}
.tb_mt_55 {
  margin-top: 55px;
}
.tb_mt_60 {
  margin-top: 60px;
}
.tb_mt_65 {
  margin-top: 65px;
}
.tb_mt_70 {
  margin-top: 70px;
}
.tb_mt_75 {
  margin-top: 75px;
}
.tb_mt_80 {
  margin-top: 80px;
}
.tb_mt_85 {
  margin-top: 85px;
}
.tb_mt_90 {
  margin-top: 90px;
}
.tb_mt_95 {
  margin-top: 95px;
}
.tb_mt_100 {
  margin-top: 100px;
}
.tb_mt_105 {
  margin-top: 105px;
}
.tb_mt_110 {
  margin-top: 110px;
}
.tb_mt_115 {
  margin-top: 115px;
}
.tb_mt_120 {
  margin-top: 120px;
}
.tb_mt_125 {
  margin-top: 125px;
}
.tb_mt_130 {
  margin-top: 130px;
}
.tb_mt_135 {
  margin-top: 135px;
}
.tb_mt_140 {
  margin-top: 140px;
}
.tb_mt_145 {
  margin-top: 145px;
}
.tb_mt_150 {
  margin-top: 150px;
}
.tb_mr_-150 {
  margin-right: -150px;
}
.tb_mr_-145 {
  margin-right: -145px;
}
.tb_mr_-140 {
  margin-right: -140px;
}
.tb_mr_-135 {
  margin-right: -135px;
}
.tb_mr_-130 {
  margin-right: -130px;
}
.tb_mr_-125 {
  margin-right: -125px;
}
.tb_mr_-120 {
  margin-right: -120px;
}
.tb_mr_-115 {
  margin-right: -115px;
}
.tb_mr_-110 {
  margin-right: -110px;
}
.tb_mr_-105 {
  margin-right: -105px;
}
.tb_mr_-100 {
  margin-right: -100px;
}
.tb_mr_-95 {
  margin-right: -95px;
}
.tb_mr_-90 {
  margin-right: -90px;
}
.tb_mr_-85 {
  margin-right: -85px;
}
.tb_mr_-80 {
  margin-right: -80px;
}
.tb_mr_-75 {
  margin-right: -75px;
}
.tb_mr_-70 {
  margin-right: -70px;
}
.tb_mr_-65 {
  margin-right: -65px;
}
.tb_mr_-60 {
  margin-right: -60px;
}
.tb_mr_-55 {
  margin-right: -55px;
}
.tb_mr_-50 {
  margin-right: -50px;
}
.tb_mr_-45 {
  margin-right: -45px;
}
.tb_mr_-40 {
  margin-right: -40px;
}
.tb_mr_-35 {
  margin-right: -35px;
}
.tb_mr_-30 {
  margin-right: -30px;
}
.tb_mr_-25 {
  margin-right: -25px;
}
.tb_mr_-20 {
  margin-right: -20px;
}
.tb_mr_-15 {
  margin-right: -15px;
}
.tb_mr_-10 {
  margin-right: -10px;
}
.tb_mr_-5 {
  margin-right: -5px;
}
.tb_mr_0 {
  margin-right: 0px;
}
.tb_mr_5 {
  margin-right: 5px;
}
.tb_mr_10 {
  margin-right: 10px;
}
.tb_mr_15 {
  margin-right: 15px;
}
.tb_mr_20 {
  margin-right: 20px;
}
.tb_mr_25 {
  margin-right: 25px;
}
.tb_mr_30 {
  margin-right: 30px;
}
.tb_mr_35 {
  margin-right: 35px;
}
.tb_mr_40 {
  margin-right: 40px;
}
.tb_mr_45 {
  margin-right: 45px;
}
.tb_mr_50 {
  margin-right: 50px;
}
.tb_mr_55 {
  margin-right: 55px;
}
.tb_mr_60 {
  margin-right: 60px;
}
.tb_mr_65 {
  margin-right: 65px;
}
.tb_mr_70 {
  margin-right: 70px;
}
.tb_mr_75 {
  margin-right: 75px;
}
.tb_mr_80 {
  margin-right: 80px;
}
.tb_mr_85 {
  margin-right: 85px;
}
.tb_mr_90 {
  margin-right: 90px;
}
.tb_mr_95 {
  margin-right: 95px;
}
.tb_mr_100 {
  margin-right: 100px;
}
.tb_mr_105 {
  margin-right: 105px;
}
.tb_mr_110 {
  margin-right: 110px;
}
.tb_mr_115 {
  margin-right: 115px;
}
.tb_mr_120 {
  margin-right: 120px;
}
.tb_mr_125 {
  margin-right: 125px;
}
.tb_mr_130 {
  margin-right: 130px;
}
.tb_mr_135 {
  margin-right: 135px;
}
.tb_mr_140 {
  margin-right: 140px;
}
.tb_mr_145 {
  margin-right: 145px;
}
.tb_mr_150 {
  margin-right: 150px;
}
.tb_mb_-150 {
  margin-bottom: -150px;
}
.tb_mb_-145 {
  margin-bottom: -145px;
}
.tb_mb_-140 {
  margin-bottom: -140px;
}
.tb_mb_-135 {
  margin-bottom: -135px;
}
.tb_mb_-130 {
  margin-bottom: -130px;
}
.tb_mb_-125 {
  margin-bottom: -125px;
}
.tb_mb_-120 {
  margin-bottom: -120px;
}
.tb_mb_-115 {
  margin-bottom: -115px;
}
.tb_mb_-110 {
  margin-bottom: -110px;
}
.tb_mb_-105 {
  margin-bottom: -105px;
}
.tb_mb_-100 {
  margin-bottom: -100px;
}
.tb_mb_-95 {
  margin-bottom: -95px;
}
.tb_mb_-90 {
  margin-bottom: -90px;
}
.tb_mb_-85 {
  margin-bottom: -85px;
}
.tb_mb_-80 {
  margin-bottom: -80px;
}
.tb_mb_-75 {
  margin-bottom: -75px;
}
.tb_mb_-70 {
  margin-bottom: -70px;
}
.tb_mb_-65 {
  margin-bottom: -65px;
}
.tb_mb_-60 {
  margin-bottom: -60px;
}
.tb_mb_-55 {
  margin-bottom: -55px;
}
.tb_mb_-50 {
  margin-bottom: -50px;
}
.tb_mb_-45 {
  margin-bottom: -45px;
}
.tb_mb_-40 {
  margin-bottom: -40px;
}
.tb_mb_-35 {
  margin-bottom: -35px;
}
.tb_mb_-30 {
  margin-bottom: -30px;
}
.tb_mb_-25 {
  margin-bottom: -25px;
}
.tb_mb_-20 {
  margin-bottom: -20px;
}
.tb_mb_-15 {
  margin-bottom: -15px;
}
.tb_mb_-10 {
  margin-bottom: -10px;
}
.tb_mb_-5 {
  margin-bottom: -5px;
}
.tb_mb_0 {
  margin-bottom: 0px;
}
.tb_mb_5 {
  margin-bottom: 5px;
}
.tb_mb_10 {
  margin-bottom: 10px;
}
.tb_mb_15 {
  margin-bottom: 15px;
}
.tb_mb_20 {
  margin-bottom: 20px;
}
.tb_mb_25 {
  margin-bottom: 25px;
}
.tb_mb_30 {
  margin-bottom: 30px;
}
.tb_mb_35 {
  margin-bottom: 35px;
}
.tb_mb_40 {
  margin-bottom: 40px;
}
.tb_mb_45 {
  margin-bottom: 45px;
}
.tb_mb_50 {
  margin-bottom: 50px;
}
.tb_mb_55 {
  margin-bottom: 55px;
}
.tb_mb_60 {
  margin-bottom: 60px;
}
.tb_mb_65 {
  margin-bottom: 65px;
}
.tb_mb_70 {
  margin-bottom: 70px;
}
.tb_mb_75 {
  margin-bottom: 75px;
}
.tb_mb_80 {
  margin-bottom: 80px;
}
.tb_mb_85 {
  margin-bottom: 85px;
}
.tb_mb_90 {
  margin-bottom: 90px;
}
.tb_mb_95 {
  margin-bottom: 95px;
}
.tb_mb_100 {
  margin-bottom: 100px;
}
.tb_mb_105 {
  margin-bottom: 105px;
}
.tb_mb_110 {
  margin-bottom: 110px;
}
.tb_mb_115 {
  margin-bottom: 115px;
}
.tb_mb_120 {
  margin-bottom: 120px;
}
.tb_mb_125 {
  margin-bottom: 125px;
}
.tb_mb_130 {
  margin-bottom: 130px;
}
.tb_mb_135 {
  margin-bottom: 135px;
}
.tb_mb_140 {
  margin-bottom: 140px;
}
.tb_mb_145 {
  margin-bottom: 145px;
}
.tb_mb_150 {
  margin-bottom: 150px;
}
.tb_ml_-150 {
  margin-left: -150px;
}
.tb_ml_-145 {
  margin-left: -145px;
}
.tb_ml_-140 {
  margin-left: -140px;
}
.tb_ml_-135 {
  margin-left: -135px;
}
.tb_ml_-130 {
  margin-left: -130px;
}
.tb_ml_-125 {
  margin-left: -125px;
}
.tb_ml_-120 {
  margin-left: -120px;
}
.tb_ml_-115 {
  margin-left: -115px;
}
.tb_ml_-110 {
  margin-left: -110px;
}
.tb_ml_-105 {
  margin-left: -105px;
}
.tb_ml_-100 {
  margin-left: -100px;
}
.tb_ml_-95 {
  margin-left: -95px;
}
.tb_ml_-90 {
  margin-left: -90px;
}
.tb_ml_-85 {
  margin-left: -85px;
}
.tb_ml_-80 {
  margin-left: -80px;
}
.tb_ml_-75 {
  margin-left: -75px;
}
.tb_ml_-70 {
  margin-left: -70px;
}
.tb_ml_-65 {
  margin-left: -65px;
}
.tb_ml_-60 {
  margin-left: -60px;
}
.tb_ml_-55 {
  margin-left: -55px;
}
.tb_ml_-50 {
  margin-left: -50px;
}
.tb_ml_-45 {
  margin-left: -45px;
}
.tb_ml_-40 {
  margin-left: -40px;
}
.tb_ml_-35 {
  margin-left: -35px;
}
.tb_ml_-30 {
  margin-left: -30px;
}
.tb_ml_-25 {
  margin-left: -25px;
}
.tb_ml_-20 {
  margin-left: -20px;
}
.tb_ml_-15 {
  margin-left: -15px;
}
.tb_ml_-10 {
  margin-left: -10px;
}
.tb_ml_-5 {
  margin-left: -5px;
}
.tb_ml_0 {
  margin-left: 0px;
}
.tb_ml_5 {
  margin-left: 5px;
}
.tb_ml_10 {
  margin-left: 10px;
}
.tb_ml_15 {
  margin-left: 15px;
}
.tb_ml_20 {
  margin-left: 20px;
}
.tb_ml_25 {
  margin-left: 25px;
}
.tb_ml_30 {
  margin-left: 30px;
}
.tb_ml_35 {
  margin-left: 35px;
}
.tb_ml_40 {
  margin-left: 40px;
}
.tb_ml_45 {
  margin-left: 45px;
}
.tb_ml_50 {
  margin-left: 50px;
}
.tb_ml_55 {
  margin-left: 55px;
}
.tb_ml_60 {
  margin-left: 60px;
}
.tb_ml_65 {
  margin-left: 65px;
}
.tb_ml_70 {
  margin-left: 70px;
}
.tb_ml_75 {
  margin-left: 75px;
}
.tb_ml_80 {
  margin-left: 80px;
}
.tb_ml_85 {
  margin-left: 85px;
}
.tb_ml_90 {
  margin-left: 90px;
}
.tb_ml_95 {
  margin-left: 95px;
}
.tb_ml_100 {
  margin-left: 100px;
}
.tb_ml_105 {
  margin-left: 105px;
}
.tb_ml_110 {
  margin-left: 110px;
}
.tb_ml_115 {
  margin-left: 115px;
}
.tb_ml_120 {
  margin-left: 120px;
}
.tb_ml_125 {
  margin-left: 125px;
}
.tb_ml_130 {
  margin-left: 130px;
}
.tb_ml_135 {
  margin-left: 135px;
}
.tb_ml_140 {
  margin-left: 140px;
}
.tb_ml_145 {
  margin-left: 145px;
}
.tb_ml_150 {
  margin-left: 150px;
}

@media (max-width: 1040px) {
      .tb_mt_35,
    .tb_mt_40,
    .tb_mt_45,
    .tb_mt_50,
    .tb_mt_55,
    .tb_mt_60,
    .tb_mt_65,
    .tb_mt_70,
    .tb_mt_75,
    .tb_mt_80,
    .tb_mt_85,
    .tb_mt_90,
    .tb_mt_95,
    .tb_mt_100,
    .tb_mt_105,
    .tb_mt_110,
    .tb_mt_115,
    .tb_mt_120,
    .tb_mt_125,
    .tb_mt_130,
    .tb_mt_135,
    .tb_mt_140,
    .tb_mt_145,
    .tb_mt_150,
    .tb_mt_105
  {
    margin-top: 30px;
  }
      .tb_mr_35,
    .tb_mr_40,
    .tb_mr_45,
    .tb_mr_50,
    .tb_mr_55,
    .tb_mr_60,
    .tb_mr_65,
    .tb_mr_70,
    .tb_mr_75,
    .tb_mr_80,
    .tb_mr_85,
    .tb_mr_90,
    .tb_mr_95,
    .tb_mr_100,
    .tb_mr_105,
    .tb_mr_110,
    .tb_mr_115,
    .tb_mr_120,
    .tb_mr_125,
    .tb_mr_130,
    .tb_mr_135,
    .tb_mr_140,
    .tb_mr_145,
    .tb_mr_150,
    .tb_mr_105
  {
    margin-right: 30px;
  }
      .tb_mb_35,
    .tb_mb_40,
    .tb_mb_45,
    .tb_mb_50,
    .tb_mb_55,
    .tb_mb_60,
    .tb_mb_65,
    .tb_mb_70,
    .tb_mb_75,
    .tb_mb_80,
    .tb_mb_85,
    .tb_mb_90,
    .tb_mb_95,
    .tb_mb_100,
    .tb_mb_105,
    .tb_mb_110,
    .tb_mb_115,
    .tb_mb_120,
    .tb_mb_125,
    .tb_mb_130,
    .tb_mb_135,
    .tb_mb_140,
    .tb_mb_145,
    .tb_mb_150,
    .tb_mb_105
  {
    margin-bottom: 30px;
  }
      .tb_ml_35,
    .tb_ml_40,
    .tb_ml_45,
    .tb_ml_50,
    .tb_ml_55,
    .tb_ml_60,
    .tb_ml_65,
    .tb_ml_70,
    .tb_ml_75,
    .tb_ml_80,
    .tb_ml_85,
    .tb_ml_90,
    .tb_ml_95,
    .tb_ml_100,
    .tb_ml_105,
    .tb_ml_110,
    .tb_ml_115,
    .tb_ml_120,
    .tb_ml_125,
    .tb_ml_130,
    .tb_ml_135,
    .tb_ml_140,
    .tb_ml_145,
    .tb_ml_150,
    .tb_ml_105
  {
    margin-left: 30px;
  }
        .tb_mt_-150,
    .tb_mt_-145,
    .tb_mt_-140,
    .tb_mt_-135,
    .tb_mt_-130,
    .tb_mt_-125,
    .tb_mt_-120,
    .tb_mt_-115,
    .tb_mt_-110,
    .tb_mt_-105,
    .tb_mt_-100,
    .tb_mt_-95,
    .tb_mt_-90,
    .tb_mt_-85,
    .tb_mt_-80,
    .tb_mt_-75,
    .tb_mt_-70,
    .tb_mt_-65,
    .tb_mt_-60,
    .tb_mt_-55,
    .tb_mt_-50,
    .tb_mt_-45,
    .tb_mt_-40,
    .tb_mt_-35,
    .tb_mt_-105
  {
    margin-top: -30px;
  }
      .tb_mr_-150,
    .tb_mr_-145,
    .tb_mr_-140,
    .tb_mr_-135,
    .tb_mr_-130,
    .tb_mr_-125,
    .tb_mr_-120,
    .tb_mr_-115,
    .tb_mr_-110,
    .tb_mr_-105,
    .tb_mr_-100,
    .tb_mr_-95,
    .tb_mr_-90,
    .tb_mr_-85,
    .tb_mr_-80,
    .tb_mr_-75,
    .tb_mr_-70,
    .tb_mr_-65,
    .tb_mr_-60,
    .tb_mr_-55,
    .tb_mr_-50,
    .tb_mr_-45,
    .tb_mr_-40,
    .tb_mr_-35,
    .tb_mr_-105
  {
    margin-right: -30px;
  }
      .tb_mb_-150,
    .tb_mb_-145,
    .tb_mb_-140,
    .tb_mb_-135,
    .tb_mb_-130,
    .tb_mb_-125,
    .tb_mb_-120,
    .tb_mb_-115,
    .tb_mb_-110,
    .tb_mb_-105,
    .tb_mb_-100,
    .tb_mb_-95,
    .tb_mb_-90,
    .tb_mb_-85,
    .tb_mb_-80,
    .tb_mb_-75,
    .tb_mb_-70,
    .tb_mb_-65,
    .tb_mb_-60,
    .tb_mb_-55,
    .tb_mb_-50,
    .tb_mb_-45,
    .tb_mb_-40,
    .tb_mb_-35,
    .tb_mb_-105
  {
    margin-bottom: -30px;
  }
      .tb_ml_-150,
    .tb_ml_-145,
    .tb_ml_-140,
    .tb_ml_-135,
    .tb_ml_-130,
    .tb_ml_-125,
    .tb_ml_-120,
    .tb_ml_-115,
    .tb_ml_-110,
    .tb_ml_-105,
    .tb_ml_-100,
    .tb_ml_-95,
    .tb_ml_-90,
    .tb_ml_-85,
    .tb_ml_-80,
    .tb_ml_-75,
    .tb_ml_-70,
    .tb_ml_-65,
    .tb_ml_-60,
    .tb_ml_-55,
    .tb_ml_-50,
    .tb_ml_-45,
    .tb_ml_-40,
    .tb_ml_-35,
    .tb_ml_-105
  {
    margin-left: -30px;
  }
  }

/*  ---   Padding   ---------------------------------------------------------------------  */

.tb_p_0 {
  padding: 0px;
}
.tb_p_5 {
  padding: 5px;
}
.tb_p_10 {
  padding: 10px;
}
.tb_p_15 {
  padding: 15px;
}
.tb_p_20 {
  padding: 20px;
}
.tb_p_25 {
  padding: 25px;
}
.tb_p_30 {
  padding: 30px;
}
.tb_p_35 {
  padding: 35px;
}
.tb_p_40 {
  padding: 40px;
}
.tb_p_45 {
  padding: 45px;
}
.tb_p_50 {
  padding: 50px;
}
.tb_p_55 {
  padding: 55px;
}
.tb_p_60 {
  padding: 60px;
}
.tb_p_65 {
  padding: 65px;
}
.tb_p_70 {
  padding: 70px;
}
.tb_p_75 {
  padding: 75px;
}
.tb_p_80 {
  padding: 80px;
}
.tb_p_85 {
  padding: 85px;
}
.tb_p_90 {
  padding: 90px;
}
.tb_p_95 {
  padding: 95px;
}
.tb_p_100 {
  padding: 100px;
}
.tb_pt_0,
.row-wrap.tb_pt_0  > .row {
  padding-top: 0px;
}
.tb_pt_5,
.row-wrap.tb_pt_5  > .row {
  padding-top: 5px;
}
.tb_pt_10,
.row-wrap.tb_pt_10  > .row {
  padding-top: 10px;
}
.tb_pt_15,
.row-wrap.tb_pt_15  > .row {
  padding-top: 15px;
}
.tb_pt_20,
.row-wrap.tb_pt_20  > .row {
  padding-top: 20px;
}
.tb_pt_25,
.row-wrap.tb_pt_25  > .row {
  padding-top: 25px;
}
.tb_pt_30,
.row-wrap.tb_pt_30  > .row {
  padding-top: 30px;
}
.tb_pt_35,
.row-wrap.tb_pt_35  > .row {
  padding-top: 35px;
}
.tb_pt_40,
.row-wrap.tb_pt_40  > .row {
  padding-top: 40px;
}
.tb_pt_45,
.row-wrap.tb_pt_45  > .row {
  padding-top: 45px;
}
.tb_pt_50,
.row-wrap.tb_pt_50  > .row {
  padding-top: 50px;
}
.tb_pt_55,
.row-wrap.tb_pt_55  > .row {
  padding-top: 55px;
}
.tb_pt_60,
.row-wrap.tb_pt_60  > .row {
  padding-top: 60px;
}
.tb_pt_65,
.row-wrap.tb_pt_65  > .row {
  padding-top: 65px;
}
.tb_pt_70,
.row-wrap.tb_pt_70  > .row {
  padding-top: 70px;
}
.tb_pt_75,
.row-wrap.tb_pt_75  > .row {
  padding-top: 75px;
}
.tb_pt_80,
.row-wrap.tb_pt_80  > .row {
  padding-top: 80px;
}
.tb_pt_85,
.row-wrap.tb_pt_85  > .row {
  padding-top: 85px;
}
.tb_pt_90,
.row-wrap.tb_pt_90  > .row {
  padding-top: 90px;
}
.tb_pt_95,
.row-wrap.tb_pt_95  > .row {
  padding-top: 95px;
}
.tb_pt_100,
.row-wrap.tb_pt_100  > .row {
  padding-top: 100px;
}
.tb_pr_0 {
  padding-right: 0px;
}
.tb_pr_5 {
  padding-right: 5px;
}
.tb_pr_10 {
  padding-right: 10px;
}
.tb_pr_15 {
  padding-right: 15px;
}
.tb_pr_20 {
  padding-right: 20px;
}
.tb_pr_25 {
  padding-right: 25px;
}
.tb_pr_30 {
  padding-right: 30px;
}
.tb_pr_35 {
  padding-right: 35px;
}
.tb_pr_40 {
  padding-right: 40px;
}
.tb_pr_45 {
  padding-right: 45px;
}
.tb_pr_50 {
  padding-right: 50px;
}
.tb_pr_55 {
  padding-right: 55px;
}
.tb_pr_60 {
  padding-right: 60px;
}
.tb_pr_65 {
  padding-right: 65px;
}
.tb_pr_70 {
  padding-right: 70px;
}
.tb_pr_75 {
  padding-right: 75px;
}
.tb_pr_80 {
  padding-right: 80px;
}
.tb_pr_85 {
  padding-right: 85px;
}
.tb_pr_90 {
  padding-right: 90px;
}
.tb_pr_95 {
  padding-right: 95px;
}
.tb_pr_100 {
  padding-right: 100px;
}
.tb_pb_0,
.row-wrap.tb_pb_0  > .row {
  padding-bottom: 0px;
}
.tb_pb_5,
.row-wrap.tb_pb_5  > .row {
  padding-bottom: 5px;
}
.tb_pb_10,
.row-wrap.tb_pb_10  > .row {
  padding-bottom: 10px;
}
.tb_pb_15,
.row-wrap.tb_pb_15  > .row {
  padding-bottom: 15px;
}
.tb_pb_20,
.row-wrap.tb_pb_20  > .row {
  padding-bottom: 20px;
}
.tb_pb_25,
.row-wrap.tb_pb_25  > .row {
  padding-bottom: 25px;
}
.tb_pb_30,
.row-wrap.tb_pb_30  > .row {
  padding-bottom: 30px;
}
.tb_pb_35,
.row-wrap.tb_pb_35  > .row {
  padding-bottom: 35px;
}
.tb_pb_40,
.row-wrap.tb_pb_40  > .row {
  padding-bottom: 40px;
}
.tb_pb_45,
.row-wrap.tb_pb_45  > .row {
  padding-bottom: 45px;
}
.tb_pb_50,
.row-wrap.tb_pb_50  > .row {
  padding-bottom: 50px;
}
.tb_pb_55,
.row-wrap.tb_pb_55  > .row {
  padding-bottom: 55px;
}
.tb_pb_60,
.row-wrap.tb_pb_60  > .row {
  padding-bottom: 60px;
}
.tb_pb_65,
.row-wrap.tb_pb_65  > .row {
  padding-bottom: 65px;
}
.tb_pb_70,
.row-wrap.tb_pb_70  > .row {
  padding-bottom: 70px;
}
.tb_pb_75,
.row-wrap.tb_pb_75  > .row {
  padding-bottom: 75px;
}
.tb_pb_80,
.row-wrap.tb_pb_80  > .row {
  padding-bottom: 80px;
}
.tb_pb_85,
.row-wrap.tb_pb_85  > .row {
  padding-bottom: 85px;
}
.tb_pb_90,
.row-wrap.tb_pb_90  > .row {
  padding-bottom: 90px;
}
.tb_pb_95,
.row-wrap.tb_pb_95  > .row {
  padding-bottom: 95px;
}
.tb_pb_100,
.row-wrap.tb_pb_100  > .row {
  padding-bottom: 100px;
}
.tb_pl_0 {
  padding-left: 0px;
}
.tb_pl_5 {
  padding-left: 5px;
}
.tb_pl_10 {
  padding-left: 10px;
}
.tb_pl_15 {
  padding-left: 15px;
}
.tb_pl_20 {
  padding-left: 20px;
}
.tb_pl_25 {
  padding-left: 25px;
}
.tb_pl_30 {
  padding-left: 30px;
}
.tb_pl_35 {
  padding-left: 35px;
}
.tb_pl_40 {
  padding-left: 40px;
}
.tb_pl_45 {
  padding-left: 45px;
}
.tb_pl_50 {
  padding-left: 50px;
}
.tb_pl_55 {
  padding-left: 55px;
}
.tb_pl_60 {
  padding-left: 60px;
}
.tb_pl_65 {
  padding-left: 65px;
}
.tb_pl_70 {
  padding-left: 70px;
}
.tb_pl_75 {
  padding-left: 75px;
}
.tb_pl_80 {
  padding-left: 80px;
}
.tb_pl_85 {
  padding-left: 85px;
}
.tb_pl_90 {
  padding-left: 90px;
}
.tb_pl_95 {
  padding-left: 95px;
}
.tb_pl_100 {
  padding-left: 100px;
}

@media (max-width: 1040px) {
      .tb_pt_35,
  .row-wrap.tb_pt_35  > .row,
    .tb_pt_40,
  .row-wrap.tb_pt_40  > .row,
    .tb_pt_45,
  .row-wrap.tb_pt_45  > .row,
    .tb_pt_50,
  .row-wrap.tb_pt_50  > .row,
    .tb_pt_55,
  .row-wrap.tb_pt_55  > .row,
    .tb_pt_60,
  .row-wrap.tb_pt_60  > .row,
    .tb_pt_65,
  .row-wrap.tb_pt_65  > .row,
    .tb_pt_70,
  .row-wrap.tb_pt_70  > .row,
    .tb_pt_75,
  .row-wrap.tb_pt_75  > .row,
    .tb_pt_80,
  .row-wrap.tb_pt_80  > .row,
    .tb_pt_85,
  .row-wrap.tb_pt_85  > .row,
    .tb_pt_90,
  .row-wrap.tb_pt_90  > .row,
    .tb_pt_95,
  .row-wrap.tb_pt_95  > .row,
    .tb_pt_100,
  .row-wrap.tb_pt_100  > .row,
    .tb_pt_105,
  .row-wrap.tb_pt_105  > .row  {
    padding-top: 30px;
  }
      .tb_pr_35,
    .tb_pr_40,
    .tb_pr_45,
    .tb_pr_50,
    .tb_pr_55,
    .tb_pr_60,
    .tb_pr_65,
    .tb_pr_70,
    .tb_pr_75,
    .tb_pr_80,
    .tb_pr_85,
    .tb_pr_90,
    .tb_pr_95,
    .tb_pr_100,
    .tb_pr_105  {
    padding-right: 30px;
  }
      .tb_pb_35,
  .row-wrap.tb_pb_35  > .row,
    .tb_pb_40,
  .row-wrap.tb_pb_40  > .row,
    .tb_pb_45,
  .row-wrap.tb_pb_45  > .row,
    .tb_pb_50,
  .row-wrap.tb_pb_50  > .row,
    .tb_pb_55,
  .row-wrap.tb_pb_55  > .row,
    .tb_pb_60,
  .row-wrap.tb_pb_60  > .row,
    .tb_pb_65,
  .row-wrap.tb_pb_65  > .row,
    .tb_pb_70,
  .row-wrap.tb_pb_70  > .row,
    .tb_pb_75,
  .row-wrap.tb_pb_75  > .row,
    .tb_pb_80,
  .row-wrap.tb_pb_80  > .row,
    .tb_pb_85,
  .row-wrap.tb_pb_85  > .row,
    .tb_pb_90,
  .row-wrap.tb_pb_90  > .row,
    .tb_pb_95,
  .row-wrap.tb_pb_95  > .row,
    .tb_pb_100,
  .row-wrap.tb_pb_100  > .row,
    .tb_pb_105,
  .row-wrap.tb_pb_105  > .row  {
    padding-bottom: 30px;
  }
      .tb_pl_35,
    .tb_pl_40,
    .tb_pl_45,
    .tb_pl_50,
    .tb_pl_55,
    .tb_pl_60,
    .tb_pl_65,
    .tb_pl_70,
    .tb_pl_75,
    .tb_pl_80,
    .tb_pl_85,
    .tb_pl_90,
    .tb_pl_95,
    .tb_pl_100,
    .tb_pl_105  {
    padding-left: 30px;
  }
  }


.row-wrap:not(#wrapper) {
  padding-top: 0;
  padding-bottom: 0;
}

/*  ---   Responsive   -----------------------------------------------------------------------------  */

@media (max-width: 1490px) {
  #wrapper:not(.container) > .tb_width_fixed,
  #wrapper:not(.container) > .container,
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed) > .tb_width_fixed
  {
    margin-left:  40px;
    margin-right: 40px;
  }
  #wrapper:not(.container) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .row:not(.tb_separate_columns) > .col > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"])
  {
    padding-left:  40px;
    padding-right: 40px;
  }
  #wrapper:not(.container) > .tb_content_fixed,
  #wrapper:not(.container) > :not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > div:not(.tb_separate_columns) .tb_content_fixed
  {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  #wrapper.container {
    margin-left:  10px;
    margin-right: 10px;
  }
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed) > .tb_width_fixed,
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed) > :not(.tb_separate_columns) .tb_width_fixed
  {
    min-width: 0;
    margin-left:  20px !important;
    margin-right: 20px !important;
  }
  #wrapper:not(.container) > .tb_width_fixed,
  #wrapper:not(.container) > .container,
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed) > .tb_width_fixed
  {
    margin-left:  20px;
    margin-right: 20px;
  }
  #wrapper:not(.container) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
  #wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .row:not(.tb_separate_columns) > .col > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"])
  {
    padding-left:  20px;
    padding-right: 20px;
  }
}

/*  -----------------------------------------------------------------------------------------
    S T Y L I N G
-----------------------------------------------------------------------------------------  */

.row,
html[dir="ltr"] .col:first-child,
html[dir="rtl"] div:not(.tb_no_rtl_columns) > .col:last-child,
html[dir="rtl"] .tb_no_rtl_columns > .col:first-child
{
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.row,
html[dir="ltr"] .col:last-child,
html[dir="rtl"] div:not(.tb_no_rtl_columns) > .col:first-child,
html[dir="rtl"] .tb_no_rtl_columns > .col:last-child
{
  border-top-right-radius:    inherit;
  border-bottom-right-radius: inherit;
}
@media (max-width: 480px) {
  html[dir] .col-xs-12:first-child {
    border-top-left-radius:  inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-xs-12:last-child {
    border-bottom-left-radius:  inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-xs-12:not(:first-child) {
    border-top-left-radius:  0;
    border-top-right-radius: 0;
  }
  html[dir] .col-xs-12:not(:last-child) {
    border-bottom-left-radius:  0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  html[dir] .col-sm-12:first-child {
    border-top-left-radius:  inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-sm-12:last-child {
    border-bottom-left-radius:  inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-sm-12:not(:first-child) {
    border-top-left-radius:  0;
    border-top-right-radius: 0;
  }
  html[dir] .col-sm-12:not(:last-child) {
    border-bottom-left-radius:  0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  html[dir] .col-md-12:first-child {
    border-top-left-radius:  inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-md-12:last-child {
    border-bottom-left-radius:  inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-md-12:not(:first-child) {
    border-top-left-radius:  0;
    border-top-right-radius: 0;
  }
  html[dir] .col-md-12:not(:last-child) {
    border-bottom-left-radius:  0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1041px) and (max-width: 1260px) {
  html[dir] .col-lg-12:first-child {
    border-top-left-radius:  inherit;
    border-top-right-radius: inherit;
  }
  html[dir] .col-lg-12:last-child {
    border-bottom-left-radius:  inherit;
    border-bottom-right-radius: inherit;
  }
  html[dir] .col-lg-12:not(:first-child) {
    border-top-left-radius:  0;
    border-top-right-radius: 0;
  }
  html[dir] .col-lg-12:not(:last-child) {
    border-bottom-left-radius:  0;
    border-bottom-right-radius: 0;
  }
}
.table,
.table table,
.table-responsive
{
  border-collapse: separate;
}
.table table,
.table:last-child
{
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table table > thead > tr > th,
.table table > thead > tr > td,
.table table > tbody > tr > th,
.table table > tbody > tr > td,
.table table > tfoot > tr > th,
.table table > tfoot > tr > td
{
  padding: 10px 20px 9px 20px;
    text-align: left;
    border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table table > thead > tr > th,
.table table > thead > tr > td
{
  font-weight: bold;
}
.table > thead > tr > th:not(:first-child),
.table > thead > tr > td:not(:first-child),
.table table > thead > tr > th:not(:first-child),
.table table > thead > tr > td:not(:first-child)
{
    border-left-width: 1px;
  border-left-style: solid;
  }
.table > tbody:last-child > tr:last-child > th,
.table > tbody:last-child > tr:last-child > td,
.table > table > tbody:last-child > tr:last-child > th,
.table > table > tbody:last-child > tr:last-child > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.table > table > tfoot > tr > th,
.table > table > tfoot > tr > td
{
  padding-bottom: 10px;
  border-width: 0;
  border-style: none;
}
.table > thead,
.table > thead > tr,
.table > tbody,
.table > tbody > tr,
.table > tfoot,
.table > tfoot > tr
.table > table > thead,
.table > table > thead > tr,
.table > table > tbody,
.table > table > tbody > tr,
.table > table > tfoot,
.table > table > tfoot > tr
{
  border-radius: inherit;
}
.table > thead > tr:first-child,
.table > thead > tr:first-child > th:first-child,
.table > table > thead > tr:first-child,
.table > table > thead > tr:first-child > th:first-child
{
  border-top-left-radius: inherit;
}
.table > thead > tr:first-child,
.table > thead > tr:first-child > th:last-child,
.table > table > thead > tr:first-child,
.table > table > thead > tr:first-child > th:last-child
{
  border-top-right-radius: inherit;
}
.table > tbody:last-child > tr:last-child,
.table > tbody:last-child > tr:last-child > th:first-child,
.table > table > tbody:last-child > tr:last-child,
.table > table > tbody:last-child > tr:last-child > th:first-child
{
  border-bottom-left-radius: inherit;
}
.table > tbody:last-child > tr:last-child,
.table > tbody:last-child > tr:last-child > th:last-child,
.table > table > tbody:last-child > tr:last-child,
.table > table > tbody:last-child > tr:last-child > th:last-child
{
  border-bottom-right-radius: inherit;
}

/*  -----------------------------------------------------------------------------------------
    C O N D E N S E D   T A B L E
-----------------------------------------------------------------------------------------  */

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > table > thead > tr > th,
.table-condensed > table > thead > tr > td,
.table-condensed > table > tbody > tr > th,
.table-condensed > table > tbody > tr > td,
.table-condensed > table > tfoot > tr > th,
.table-condensed > table > tfoot > tr > td
{
  padding: 5px 10px 4px 10px;
}
.table-condensed > tbody:last-child > tr:last-child > th,
.table-condensed > tbody:last-child > tr:last-child > td,
.table-condensed > table > tbody:last-child > tr:last-child > th,
.table-condensed > table > tbody:last-child > tr:last-child > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > table > tfoot > tr > th,
.table-condensed > table > tfoot > tr > td
{
  padding-bottom: 5px;
}

/*  -----------------------------------------------------------------------------------------
    M I N I M A L   T A B L E
-----------------------------------------------------------------------------------------  */

.table-minimal > thead > tr > th,
.table-minimal > thead > tr > td,
.table-minimal > table > thead > tr > th,
.table-minimal > table > thead > tr > td
{
  background-color: transparent !important;
  border-right: 0px none !important;
  border-left:  0px none !important;
  border-bottom-width: 2px;
}
.table-minimal > thead > tr:first-child > *,
.table-minimal > table > thead > tr:first-child > *,
.table-minimal > tbody:first-child > tr:first-child > *,
.table-minimal > table > tbody:first-child > tr:first-child > *
{
  padding-top: 0;
}
.table-minimal > tfoot > tr:last-child > *,
.table-minimal > table > tfoot > tr:last-child > *,
.table-minimal > tbody:last-child > tr:last-child > *,
.table-minimal > table > tbody:last-child > tr:last-child > *
{
  padding-bottom: 0 !important;
}
.table-minimal > thead > tr > th:first-child,
.table-minimal > thead > tr > td:first-child,
.table-minimal > tbody > tr > th:first-child,
.table-minimal > tbody > tr > td:first-child,
.table-minimal > tfoot > tr > th:first-child,
.table-minimal > tfoot > tr > td:first-child,
.table-minimal > table > thead > tr > th:first-child,
.table-minimal > table > thead > tr > td:first-child,
.table-minimal > table > tbody > tr > th:first-child,
.table-minimal > table > tbody > tr > td:first-child,
.table-minimal > table > tfoot > tr > th:first-child,
.table-minimal > table > tfoot > tr > td:first-child
{
  padding-left: 0 !important;
}
.table-minimal > thead > tr > th:last-child,
.table-minimal > thead > tr > td:last-child,
.table-minimal > tbody > tr > th:last-child,
.table-minimal > tbody > tr > td:last-child,
.table-minimal > tfoot > tr > th:last-child,
.table-minimal > tfoot > tr > td:last-child,
.table-minimal > table > thead > tr > th:last-child,
.table-minimal > table > thead > tr > td:last-child,
.table-minimal > table > tbody > tr > th:last-child,
.table-minimal > table > tbody > tr > td:last-child,
.table-minimal > table > tfoot > tr > th:last-child,
.table-minimal > table > tfoot > tr > td:last-child
{
  padding-right: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    B O R D E R E D   T A B L E
-----------------------------------------------------------------------------------------  */

.table-bordered {
  border-width: 1px;
  border-style: solid;
}
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td,
.table-bordered > table > thead > tr:first-child > th,
.table-bordered > table > thead > tr:first-child > td
{
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding-top: 9px;
}
.table-bordered.table-condensed > thead > tr:first-child > th,
.table-bordered.table-condensed > thead > tr:first-child > td,
.table-bordered.table-condensed > table > thead > tr:first-child > th,
.table-bordered.table-condensed > table > thead > tr:first-child > td
{
  padding-top: 4px;
}

/*  -----------------------------------------------------------------------------------------
    S I Z I N G
-----------------------------------------------------------------------------------------  */

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/*** Spacing ***/

@media (max-width: 768px) {
  .table thead th,
  .table > tbody td
  {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*  -----------------------------------------------------------------------------------------
    R E S P O N S I V E   T A B L E S
-----------------------------------------------------------------------------------------  */

.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0.01%;
}
.table-responsive > .table {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled]
{
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
  -webkit-appearance: none;
}


fieldset {
  margin-bottom: 30px;
  border: 0 none;
}
fieldset legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
fieldset legend + * {
  clear: both;
}
fieldset + fieldset {
  margin-top: 30px;
}
fieldset + fieldset legend {
  position: relative;
  padding-top: 30px;
}
fieldset:last-child,
fieldset > :last-child
{
  margin-bottom: 0;
  padding-bottom: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=color],
input[type=password],
input[type=search],
select,
textarea,
.input-group,
.form-control
{
  width: 220px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  resize: none;
}
.tb_full .form-control {
  width: 100%;
}
.ui-spinner {
  height: 40px;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=color],
input[type=password],
input[type=search],
select,
textarea,
.input-group
{
  height:        40px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       9px 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
textarea:not([style*="height"]) {
  height: auto;
}
select {
  padding-left:  9px;
  padding-right: 9px;
}
input.input-sm,
select.input-sm,
textarea.input-sm,
.input-group-sm,
.input-group-sm input,
.form-group-sm .form-control
{
  height:        30px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       4px 5px;
  font-size:     12px;
}
select.input-sm,
.form-group-sm select.form-control
{
  padding-left:  4px;
  padding-right: 4px;
}
.form-group-sm .control-label {
  font-size:     11px;
}

input.input-lg,
select.input-lg,
textarea.input-lg,
.input-group-lg,
.input-group-lg input,
.form-group-lg .form-control
{
  height:        50px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       14px 15px;
  font-size:     17px;
}
select.input-lg,
.form-group-lg select.form-control
{
  padding-left:  14px;
  padding-right: 14px;
}
.form-group-lg .control-label {
  font-size:     17px;
}
input.input-xl,
select.input-xl,
textarea.input-xl,
.input-group-xl,
.input-group-xl input,
.form-group-xl .form-control
{
  height:        60px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       19px 20px;
  font-size:     19px;
}
select.input-xl,
.form-group-xl select.form-control
{
  padding-left:  19px;
  padding-right: 19px;
}
.form-group-xl .control-label {
  font-size:     19px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input,
select,
textarea
{
  width: 220px;
}
input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=file],
input[type=image],
input[size]
{
  width: auto;
}
table:not(.form) input:not([type=radio]):not([type=checkbox]):not([size]),
table:not(.form) select,
table:not(.form) textarea,
table:not(.form) button,
table:not(.form) .ui-spinner,
table:not(.form) .input-group
{
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
input + button,
input + .btn,
input + .button,
input + .btn
{
  vertical-align: top;
}
input[type=radio],
input[type=checkbox],
input[type=image]
{
  height: auto;
  vertical-align: middle;
}
input[type=radio],
input[type=checkbox]
{
  width:  14px;
  height: 14px;
}
img[src*="captcha"] {
  vertical-align: top;
}
textarea {
  width: 350px;
  padding-bottom: 10px !important;
  resize: vertical;
  vertical-align: top;
}
select[size],
textarea[rows]
{
  height: auto !important;
}
button {
  height: 40px;
  border: none;
  background: #ddd;
}
input[type=hidden],
.help-block:empty
{
  display: none;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
button:hover,
button:focus
{
  outline: 0 none !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill
{
  background-color: transparent;
}



label.tb_disabled, label.tb_disabled * {
  color: #999 !important;
}
label .tb_legend {
  margin: 0 !important;
  padding-top: 0;
  line-height: 11px;
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline
{
  position: relative;
      -ms-flex: 0 0 auto !important;
  -webkit-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 40px;
  padding-top:    10px;
  padding-bottom: 10px;
    padding-left: 1.4em;
  text-align: left;
    font-weight: normal;
}
.checkbox:before,
.radio:before,
label.checkbox-inline:before,
label.radio-inline:before
{
  content: '';
  display: none;
}
.checkbox,
.radio
{
  display: block;
  width: auto;
}
.checkbox-inline,
.radio-inline
{
  width: auto !important;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline
{
    margin-left: 15px;
  }
.checkbox input,
.radio input,
.checkbox-inline input,
.radio-inline input
{
  position: absolute;
    left: 0;
    top: 50%;
  margin: -6px 0 0 0 !important;
}
.checkbox label,
.radio label
{
  vertical-align: top !important;
}
label.checkbox input,
label.checkbox-inline input
{
  margin: -6px 0 0 0 !important;
}
label.tb_image {
  overflow: hidden;
  display: table;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
label.tb_image img {
    float: left;
  margin-right: 10px;
    max-width: none;
}
label.tb_image .tb_label {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.form-group {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-group[class*="col-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.form-group:first-child,
input[type="hidden"]:first-child + .form-group,
input[type="hidden"]:first-child + input[type="hidden"] + .form-group,
input[type="hidden"]:first-child + input[type="hidden"] + input[type="hidden"] + .form-group,
input[type="hidden"]:first-child + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + .form-group
{
  margin-top: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group:after
{
  content: '';
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group[style*="display: none"],
fieldset[style*="display: none"]
{
  overflow: hidden;
  clear: both;
  display: block !important;
  height: 0;
  margin-top:    0 !important;
  margin-bottom: 0 !important;
}
.form-group[style*="display: none"]
{
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
fieldset[style*="display: none"] {
  margin-top: -30px;
}
.form-group > label {
  vertical-align: baseline;
  padding-bottom: 10px;
}
.form-group.form-group-sm > label {
  padding-bottom: 5px;
}
.form-group.form-group-lg > label {
  padding-bottom: 15px;
}
.form-group.form-group-xl > label {
  padding-bottom: 20px;
}
.form-group > label[class*="col-"] {
  display: block;
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-top:    10px;
}
.form-group.form-group-sm > label[class*="col-"] {
  padding-top:    5px;
}
.form-group.form-group-lg > label[class*="col-"] {
  padding-top:    15px;
}
.form-group.form-group-xl > label[class*="col-"] {
  padding-top:    20px;
}

.form-group > label[class*="col-"] + div[class*="col-"] {
  display: block;
}
.form-group > label[class*="col-"] + div[class*="col-"] .input-group {
  display: inline-table;
  display: -webkit-inline-flex;
  display: inline-flex;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  vertical-align: top;
}
.form-group > label + div[class*="col-"]:after {
  content: '';
  display: table;
  clear: both;
}
.form-group > div > input[type="radio"],
.form-group > div > input[type="checkbox"]
{
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.form-group select + .help-block,
.form-group textarea + .help-block
{
  padding-top: 10px;
  font-size: 11.9px;
}
.form-group .help-block .text-danger {
  min-width: 0;
  margin: 0;
  padding: 0;
}
.checkbox > label,
.radio > label
{
  display: inline-block;
  float: none;
  width: auto !important;
  margin-left: 0;
  margin-right: 0;
}
.checkbox.image > label > *,
.radio.image > label > *
{
  vertical-align: middle;
}
.required > label:before {
  content: "* ";
  /*
  -ms-flex-item-align: start;
   -webkit-align-self: flex-start;
           align-self: flex-start;
  */
    margin-right: 0.3em;
    font-weight: bold;
  color: #f00;
}
.product-info .form-group > label + div {
  overflow: hidden;
}

/*** Horizontal form ***/

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline
{
  margin-top:    0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top:  0;
  margin-left: 0;
}
.form-horizontal .form-group > label,
.form-horizontal .form-group > [class*="col-"]
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: 1 1 0px !important;
  -webkit-flex: 1 1 0px !important;
          flex: 1 1 0px !important;
  width: auto;
  margin-top:  0;
  margin-left: 0;
}
.form-horizontal .form-group > label {
  -ms-flex-item-align: start;
   -webkit-align-self: flex-start;
           align-self: flex-start;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width:     150px;
  max-width: 150px;
  min-width: 100px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
    padding-right: 5px;
  }
.form-horizontal .form-group.form-group-sm > label {
  padding-top:    5px;
}
.form-horizontal .form-group.form-group-lg > label {
  padding-top:    15px;
}
.form-horizontal .form-group.form-group-xl > label {
  padding-top:    20px;
}
.form-horizontal .form-group > div[class*="col-"] {
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form-horizontal .form-group > div[class*="col-"] > * {
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.form-horizontal .form-group > div[class*="col-"] > *:not(:last-child) {
    margin-right: 10px;
  }
.form-horizontal .form-group > .checkbox,
.form-horizontal .form-group > .radio
{
      -ms-flex: 1 1 100% !important;
  -webkit-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
  width:        100% !important;
  max-width:    100%;
  margin-left:  0;
}

@media (min-width: 769px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
  }
}

/*** Vertical form ***/

.form-vertical .form-group > label {
  display: block;
  float: none;
  width: 100%;
  padding-top: 0;
  font-weight: bold;
}
.form-vertical .form-group > label,
.form-vertical .form-group input:not([type=radio]):not([type=checkbox]),
.form-vertical .form-group select,
.form-vertical .form-group textarea,
.form-vertical .form-group .ui-spinner,
.form-vertical .form-group .input-group
{
    margin-right: 0;
  }
.form-vertical .form-group > .col-xs-12 {
  width: 100%;
  max-width: none;
}
@media (min-width: 769px) {
  .form-vertical .form-group > .col-sm-12 {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1041px) {
  .form-vertical .form-group > .col-md-12 {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1261px) {
  .form-vertical .form-group > .col-lg-12 {
    width: 100%;
    max-width: none;
  }
}

.form-vertical .form-group > .col-sm-12
{
  margin-top: 0;
  margin-left: 0;
}
.form-vertical .help-block {
  margin-bottom: 0;
}

.form-inline label:not(.btn) {
  width: auto;
  margin-right: 0.5em;
  padding: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-static {
  display: inline-block;
}
.form-inline .input-group {
  display: inline-table;
  display: inline-flex;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
.form-inline .form-group {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .form-inline .form-group + .btn {
    width: 100%;
    margin-top: 20px;
  }
}

/*** BurnEngine ***/

.text-danger,
.error
{
  display: inline-block;
  min-width: 260px;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  color: red;
  vertical-align: top;
}
.text-danger:before,
.error:before
{
  content: '\f00d\0020\0020';
  font-family: "FontAwesome";
  font-size: 12px;
  vertical-align: top;
}
.text-danger:empty,
.error:empty
{
  display: none;
}
div:not(.input-group) + .text-danger {
  display: block;
  clear: both;
}
.tb_blocked {
  position: relative;
  min-height: 160px;
}
.tb_blocked:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #fff;
  opacity: 0.8;
}

/*  -----------------------------------------------------------------------------------------
    M O B I L E   max-width: 767px
-----------------------------------------------------------------------------------------  */

@media (max-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=date],
  input[type=datetime],
  input[type=color],
  input[type=password],
  input[type=search],
  select,
  .input-group
  {
    height: 40px;
    padding: 9px;
  }
  select {
    padding: 8px;
  }
  textarea {
    width: 100%;
    padding: 9px;
  }
  input[type=checkbox],
  input[type=radio]
  {
    margin-left: 0;
    margin-right: 0;
  }
  input[type=checkbox]:first-child + label ~ label,
  input[type=radio]:first-child + label ~ label
  {
    display: inline-block;
    margin-top: 10px;
  }
  input[type=checkbox] + label + br,
  input[type=radio] + label + br
  {
    display: block;
  }
  input[type=checkbox] + label + br:last-child,
  input[type=radio] + label + br:last-child
  {
    margin-bottom: 10px !important;
  }
  table.radio {
    width: 100%;
  }
  .text-danger,
  .error
  {
    min-width: 0;
  }

  .form-horizontal [class*="col-"] > input:not([type=radio]):not([type=checkbox]):not([type=button]),
  .form-horizontal [class*="col-"] > select,
  .form-horizontal [class*="col-"] > textarea,
  .form-horizontal [class*="col-"] > .input-group,
  .form-vertical .form-group [class*="col-"]
  {
    width: 100%;
  }
  .form-horizontal [class*="col-"] > select:not(:last-child) {
        margin-right: -60px;
      }
}

/*  -----------------------------------------------------------------------------------------
    M O B I L E   max-width: 480px
-----------------------------------------------------------------------------------------  */

@media (max-width: 480px) {
  label,
  input:not([type=radio]):not([type=checkbox]),
  select,
  textarea,
  #country_id,
  #zone_id,
  select[name="customer_group_id"]
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  label {
    width:      auto !important;
    max-width:  none !important;
    min-height: 0 !important;
  }
  input[type=checkbox] + label + br:last-child,
  input[type=radio] + label + br:last-child
  {
    display: none;
  }
  select:not(:last-child) {
        margin-right: -60px;
      }
  .form-group > label + div[class*="col-"]:not([class*="col-xs"]),
  .form-group > label + div[class*="col-"]:not([class*="col-xs"]) > div
  {
    clear: both;
      -ms-flex: 1 0 auto !important;
  -webkit-flex: 1 0 auto !important;
          flex: 1 0 auto !important;
      -ms-flex: 1 1 auto !important;
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
    width: auto;
    max-width: none;
  }
  .form-horizontal .form-group {
    display: block;
    margin-top: 0;
  }
  .form-horizontal .form-group > label,
  .form-group > label + div[class*="col-"]:not([class*="col-xs"])
  {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .form-horizontal .form-group > label {
    margin-bottom: 10px;
  }
  .form-inline .form-group {
    display: block;
    margin-right: 0 !important;
    margin-left:  0 !important;
  }
}
.btn,
.button,
button,
[type=button],
[type=submit]
{
  position: relative;
  display: inline-block;
  height:        40px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  20px;
  padding-right: 20px;
  line-height:   40px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s, opacity 0.2s;
          transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s, opacity 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.btn a,
.button a
{
  color: inherit !important;
}

/*** Button Sizes ***/

.btn.btn-xs,
.btn-group-xs > .btn,
.input-group-xs > .input-group-btn > .btn
{
  height:        20px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  10px;
  padding-right: 10px;
  line-height:   20px;
  font-size:     12px;
}
.btn.btn-sm,
.btn-group-sm > .btn,
.input-group-sm > .input-group-btn > .btn
{
  height:        30px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  15px;
  padding-right: 15px;
  line-height:   30px;
  font-size:     14px;
}
.btn.btn-lg,
.btn-group-lg > .btn,
.input-group-lg > .input-group-btn > .btn
{
  height:        50px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  25px;
  padding-right: 25px;
  line-height:   50px;
  font-size:     19px;
}
.btn.btn-xl,
.btn-group-xl > .btn,
.input-group-xl > .input-group-btn > .btn
{
  height:        60px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  30px;
  padding-right: 30px;
  line-height:   60px;
  font-size:     20px;
}
.btn.btn-xxl,
.btn-group-xxl > .btn,
.input-group-xxl > .input-group-btn > .btn
{
  height:        70px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  35px;
  padding-right: 35px;
  line-height:   70px;
  font-size:     21px;
}

/*** Block buttons ***/

.btn-block {
  width: 100%;
}
.btn-block + .btn-block,
.btn-block + .btn-block.btn-xs
{
  margin-top: 20px;
}
.btn-block + .btn-block.btn-sm {
  margin-top: 20px;
}
.btn-block + .btn-block.btn-lg {
  margin-top: 20px;
}
.btn-block + .btn-block.btn-xl {
  margin-top: 20px;
}
.btn-block + .btn-block.btn-xxl {
  margin-top: 20px;
}

/*** Icon / Empty / Square Buttons ***/

.btn.tb_no_text {
  display: inline-block !important;
  width: 30px;
  padding: 0 !important;
}
.btn.tb_no_text:before {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.btn:not(input):empty, .btn.tb_no_text                 { width: 40px; padding: 0; }
.btn:not(input).btn-xs:empty,  .btn.tb_no_text.btn-xs  { width: 20px; }
.btn:not(input).btn-sm:empty,  .btn.tb_no_text.btn-sm  { width: 30px; }
.btn:not(input).btn-lg:empty,  .btn.tb_no_text.btn-lg  { width: 50px; }
.btn:not(input).btn-xl:empty,  .btn.tb_no_text.btn-xl  { width: 60px; }
.btn:not(input).btn-xxl:empty, .btn.tb_no_text.btn-xxl { width: 70px; }

.tb_no_text > span[data-tooltip] {
  overflow: hidden;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0;
  margin: 0 -80px 0 -80px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.tb_no_text:hover > span[data-tooltip] {
  overflow: visible;
  display: block;
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}
.tb_no_text > span[data-tooltip]:before {
  content: attr(data-tooltip);
  display: inline-block;
  margin-bottom: 2px;
  padding: 0.1em 0.6em;
  line-height: 2em;
  text-transform: none;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 2px;
  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);
}
.tb_no_text > span[data-tooltip]:after {
  content: '';
  z-index: 60;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  margin-left: -5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: content-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*** BurnEngine ***/

.btn,
.button,
button,
[type=button],
[type=submit]
{
  border: none;
  border-radius: 3px;
  cursor: pointer !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-plain {
  border-radius: 0;
  box-shadow: none;
}



/*  -----------------------------------------------------------------------------------------
    B O O T S T R A P   C O M P O N E N T S
-----------------------------------------------------------------------------------------  */

.dropdown {
  position: relative;
}
.dropdown > a,
.nav-stacked .tb_link > a
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dropdown > a > .tb_text {
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
    margin-right: 0.3em;
    word-wrap: break-word;
  text-rendering: initial;
  font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
  font-kerning: initial;
}
.dropdown > a:not(.tb_no_caret):after,
.dropdown-toggle:after
{
  direction: ltr;
  content: '\f0d7';
  -ms-flex-item-align: center;
   -webkit-align-self: center;
           align-self: center;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0.3;
  cursor: pointer;
}
.nav.tb_nocaret .dropdown > a:after,
.nav.tb_nocaret .dropdown-toggle:after
{
  content: none;
}
.nav.tb_nocaret .dropdown > a > .tb_text {
  margin-left:  0;
  margin-right: 0;
}
.dropdown-toggle:after {
    margin: 0 0 0 0.5em;
  }
.dropdown-toggle .sr-only {
  position: static;
  display: inline-block;
  width: 0;
  height: 100%;
    margin-right: -0.5em;
    vertical-align: top;
}
.dropdown:hover > a:after,
.dropdown-toggle:hover:after
{
  opacity: 1;
}
.nav-stacked .dropdown > a > .tb_text,
.dropdown-menu .dropdown > a > .tb_text,
.tb_list_1 > .dropdown > a > .tb_text
{
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
}
.nav-stacked .dropdown > a:after,
.dropdown-menu .dropdown > a:after,
.tb_list_1 > .dropdown > a:after
{
    content: '\a0 \f0da';
  }

/*** Dropdown menu ***/

.dropdown-menu {
  overflow-x: visible;
  position: absolute;
  top: 100%;
    left: 0;
    display: none;
  min-width: 200px;
    text-align: left;
    list-style: none !important;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.tb_hovered > .dropdown-menu,
.open > .dropdown-menu
{
  z-index: 50;
  display: block;
}
.no_touch .dropdown:hover > .dropdown-menu {
  opacity: 0;
  display: block;
}
.dropdown:not(.tb_hovered):not(.open):hover > .dropdown-menu {
  left: -10000px;
  top: -10000px;
}
.open > .dropdown-menu,
.tb_hovered > .dropdown-menu
{
  opacity: 1 !important;
}
.open > .dropdown-menu {
  -webkit-transform: none !important;
          transform: none !important;
}
.dropdown-menu.tb_ip_xs { padding: 10px; }
.dropdown-menu.tb_ip_sm { padding: 15px; }
.dropdown-menu.tb_ip_lg { padding: 25px; }
.dropdown-menu.tb_ip_xl { padding: 30px; }
.dropdown-menu.tb_vsep_xs { padding-top: 18px; padding-bottom: 18px; }
.dropdown-menu.tb_vsep_sm { padding-top: 15px; padding-bottom: 15px; }
.dropdown-menu.tb_vsep_md { padding-top: 10px; padding-bottom: 10px; }
.dropdown-menu.tb_ip_xs.tb_vsep_xs { padding-top: 8px; padding-bottom: 8px; }
.dropdown-menu.tb_ip_xs.tb_vsep_sm { padding-top: 5px; padding-bottom: 5px; }
.dropdown-menu.tb_ip_xs.tb_vsep_md { padding-top: 0; padding-bottom: 0; }
.dropdown-menu.tb_ip_sm.tb_vsep_xs { padding-top: 14.8px; padding-bottom: 14.8px; }
.dropdown-menu.tb_ip_sm.tb_vsep_sm { padding-top: 10px; padding-bottom: 10px; }
.dropdown-menu.tb_ip_sm.tb_vsep_md { padding-top: 5px; padding-bottom: 5px; }
.dropdown-menu.tb_ip_md.tb_vsep_xs { padding-top: 24.8px; padding-bottom: 24.8px; }
.dropdown-menu.tb_ip_md.tb_vsep_sm { padding-top: 20px; padding-bottom: 20px; }
.dropdown-menu.tb_ip_md.tb_vsep_md { padding-top: 15px; padding-bottom: 15px; }
.dropdown-menu.tb_ip_lg.tb_vsep_xs { padding-top: 28px; padding-bottom: 28px; }
.dropdown-menu.tb_ip_lg.tb_vsep_sm { padding-top: 25px; padding-bottom: 25px; }
.dropdown-menu.tb_ip_lg.tb_vsep_md { padding-top: 20px; padding-bottom: 20px; }

.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu:not(.nav-stacked) > li,
.dropdown-menu:not(.nav-stacked) > li > a,
.tb_multicolumn.tb_list_1 > li,
.tb_multicolumn.tb_list_1 > li > a
{
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu > li > a {
  clear: both;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
}
.dropdown-menu:not(.nav-stacked) > li > a,
.tb_multicolumn.tb_list_1 > li > a
{
  margin-top: -5px;
  margin-bottom: -5px;
}
.dropdown > a > img,
.dropdown-menu > li > a > img
{
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.dropdown-menu:not(.nav-stacked) > li:first-child {
  margin-top: -5px;
}
.dropdown-menu:not(.nav-stacked) > li:last-child {
  margin-bottom: -5px;
}
.dropdown-menu > .divider {
  overflow: hidden;
  height: 0;
  margin: 10px -20px 0 -20px;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  border-top: 1px solid;
  opacity: 0.2;
}
.dropdown-menu .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.dropdown-header {
  opacity: 0.5;
  text-transform: uppercase;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-header:before,
.divider:before
{
  content: none !important;
}
.nav-justified-dropdown > .dropdown:not(.tb_megamenu) > .dropdown-menu {
  left: 0;
  right: 0;
  width: auto;
  min-width: 0;
}

/*** Inner dropdown ***/

.dropdown-menu .dropdown-menu,
.nav-stacked .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu
{
  top: 0;
    left: calc(100% - 1px);
  }
.dropdown-menu .dropdown-menu {
    margin-left:  21px;
  }

/*** Megamenu ***/

.tb_megamenu > .dropdown-menu {
  width: 1000px;
}
.dropdown-menu > .tb_ip_20 {
  margin: -20px;
}
@media (max-width: 768px) {
  .dropdown-menu > .tb_ip_20 {
    margin: 0;
  }
}
.nav:not(.nav-stacked) > .tb_megamenu > .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

/*** Style ***/

.dropdown:after {
  z-index: 60;
  position: absolute;
  top: 100%;
    left: 0;
  right: auto;
    display: none !important;
  width: 10px;
  height: 10px;
  margin-top: -6px;
    margin-left: 12px;
    border: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.15);
  background: #fff;
  background-clip: content-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.tb_hidden_menu:after {
  content: none !important;
  display: none !important;
}
.dropdown:hover:after,
.dropdown.tb_hovered:after
{
  content: '';
  opacity: 0;
  display: block !important;
}
.dropdown:hover:after {
  opacity: 0;
}
.dropdown.tb_hovered:after {
  opacity: 1;
}
.dropdown-menu {
  margin-left: 1px;
  margin-right: 1px;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  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);
}
.nav:not(.nav-stacked) > .dropdown {
  margin-bottom: -10px;
  padding-bottom: 10px;
}
.nav-justified-dropdown > .dropdown:not(.tb_megamenu) > .dropdown-menu {
    margin-right: 1px !important;
  }
.nav-stacked .dropdown:after,
.dropdown-menu .dropdown:after,
.tb_list_1 > .dropdown:after
{
  top: 0;
    left: calc(100% - 1px);
    margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: content-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-stacked .dropdown:after,
.tb_list_1 > .dropdown:after
{
    margin-left: -6px;
  }
.dropdown-menu .dropdown:after
{
    margin-left: 15px;
  }
.dropdown-menu .dropdown-menu
{
    margin-left: 21px;
  }
.dropdown-menu .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu
{
  margin-top: -15px;
}
.dropdown-menu.nav-stacked > .dropdown > .dropdown-menu {
  margin-top: -20px;
}
.dropdown-menu.nav-stacked > .dropdown:after {
  margin-top: 5px;
}

/*  -----------------------------------------------------------------------------------------
    A C C E N T   L A B E L
-----------------------------------------------------------------------------------------  */

.dropdown-menu .tb_accent_label,
.tb_list_1 > li > a > .tb_accent_label
{
  top: auto !important;
  left: auto;
  right: auto;
  margin-top: -3px !important;
}

/*  -----------------------------------------------------------------------------------------
    C U S T O M   M E N U   T Y P E S
-----------------------------------------------------------------------------------------  */

.nav .tb_text,
.dropdown .tb_text
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.nav .tb_text > img.tb_icon,
.dropdown .tb_text > img.tb_icon
{
  -ms-flex-item-align: center;
   -webkit-align-self: center;
           align-self: center;
}
.btn-group,
.btn-toolbar
{
  position: relative;
  display: inline-block;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
      -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .btn-group,
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group
{
  position: relative;
  display: inline-block;
  float: left;
  flex: 0 0 auto;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active
{
  z-index: 2;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*** Button Toolbar ***/

.btn-toolbar {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
}

/*** Vertical Buttons ***/

.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  border-right: none;
  border-left: none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group > .btn
{
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*** Justified Buttons ***/

.btn-group-justified {
  display: table;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group
{
  display: table-cell;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: none;
  width: 1%;
  flex: 1 1 auto;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*** BurnEngine ***/

.btn-group > .btn,
.btn-group > .btn-group > .btn:first-child
{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group > .btn + .btn,
.btn-group > .btn + .btn-group,
.btn-group > .btn-group + .btn,
.btn-group > .btn-group + .btn-group
{
    margin-left: -1px;
  }
.btn-group > .btn:first-child {
    border-left: 0 none;
  }
.btn-group > .btn-group:last-child > :last-child {
    border-right: 0 none;
  }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group > .btn {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn-group:first-child > .btn:first-child {
  border-top: none;
}
.btn-group-vertical > .btn:last-child,
.btn-group-vertical > .btn-group:last-child > .btn:last-child
{
  border-bottom: none;
}
.btn-group-vertical > .btn:not(:last-child):not(.active),
.btn-group-vertical > .btn-group:not(:last-child) > .btn:not(.active)
{
  box-shadow: none;
}
.btn-group-vertical > * {
  margin: 0;
}
.btn-group-vertical > * + * {
  margin-top: -1px;
}
.btn.active,
.btn-group.open .dropdown-toggle
{
  border-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow:
    inset 0 3px 5px rgba(0, 0, 0, 0.05),
    inset 0 0 0 40px rgba(0, 0, 0, 0.2)
    !important;
}
.input-group {
  position: relative;
  display: table;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
      -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  padding: 0;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group > * {
  display: flex !important;
  min-width: 0;
  margin-top:    -1px !important;
  margin-bottom: -1px !important;
}
.input-group > :first-child:not(input):not(:last-child) {
    margin-left:  -1px;
  }
.input-group > :last-child:not(input):not(:first-child) {
    margin-right: -1px;
  }
.input-group > input,
.input-group > select
{
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 0 none !important;
  border: 0 none !important;
  background-color: transparent !important;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control
{
  display: table-cell;
}
.input-group-addon,
.input-group-btn
{
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn
{
  position: relative;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 1%;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn,
.input-group-addon
{
  min-width: 40px;
  border-radius: inherit;
}
.input-group-addon {
  padding:   5px 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.07);
  background-origin: border-box;
}
.input-group-sm .input-group-btn,
.input-group-sm .input-group-addon
{
  min-width: 30px;
}
.input-group-lg .input-group-btn,
.input-group-lg .input-group-addon
{
  min-width: 50px;
}
.input-group-xl .input-group-btn,
.input-group-xl .input-group-addon
{
  min-width: 60px;
}
.input-group-addon:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
.input-group-addon:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio]
{
  margin-top: -0.075em;
  vertical-align: middle;
  align-self: center;
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}
.input-group-btn > .btn:first-child {
    border-left: 0 none;
  }
.input-group-btn > .btn:last-child {
    border-right: 0 none;
  }
.input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:active
{
  z-index: 2;
}

@media (max-width: 768px) {
  .input-group-btn > .btn {
    height: 40px;
    line-height: 40px;
  }
  .input-group-btn > .btn.tb_no_text {
    width: 40px;
  }
}.nav,
.dropdown.tb_hovered > .nav.dropdown-menu
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dropdown > .nav.dropdown-menu {
  display: none;
}
.nav > li,
.nav > li > a
{
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
          transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.nav > li {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0px;
  vertical-align: top;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}
.nav > li:before {
  display: inline-block;
    margin-left: 0 !important;
    text-align: center;
  vertical-align: top;
}
.nav > li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.nav > li > a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav > li > a > img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.nav .tb_icon > i {
    margin-right: 0.4em;
  }

.nav .tb_megamenu > .dropdown-menu .row-wrap > .row > .col:first-child {
  border-radius: 3px 0 0 3px;
}
.nav .tb_megamenu > .dropdown-menu .row-wrap > .row > .col:last-child {
  border-radius: 0 3px 3px 0;
}
.nav .tb_megamenu > .dropdown-menu .tb_separate_columns > .row {
  margin: 0 !important;
}
.nav .tb_megamenu > .nav .row-wrap {
  max-height: none !important;
}
.nav .tb_megamenu .tb_listing > li > ul {
  margin-bottom: 0;
}
.nav .tb_accent_label {
  position: absolute;
    margin-left: -13px;
    height: 12px;
  padding: 0 3px;
  line-height: 13px;
  white-space: nowrap;
  font-size: 8px;
  font-weight: bold;
  font-family: Arial;
}
.nav .tb_accent_label {
  top: 0;
  margin-top: -12px;
}
.nav > li > a > .tb_accent_label,
.nav > li > span > .tb_accent_label
{
    right: 0;
  }
.nav > li.dropdown > a > .tb_accent_label {
    margin-left: -20px;
  }
.nav .dropdown-menu .tb_accent_label {
  top: 50%;
  margin-top: -12px;
    margin-left: 4px;
  }
@media (max-width: 768px) {
  .nav > li > a > .tb_accent_label,
  .nav > li > span > .tb_accent_label
  {
    position: static;
        margin: 0 0 0 0.7em !important;
      }
}

/*** Horizontal navigation ***/

.nav-horizontal > li:before {
    margin-left: 0 !important;
  border-right: 0 none !important;
  }
.nav-horizontal > li:first-child:before {
  content: '' !important;
}
.nav-horizontal > .dropdown:after {
    right: auto !important;
  }
.nav-justified > .dropdown:after {
  left: 50% !important;
  right: auto !important;
  margin-left: -5px !important;
  margin-right: 0 !important;
}
.nav-horizontal > .divider {
  border-right-width: 1px;
  border-right-style: solid;
}
.tb_pl_0 > nav > .nav-horizontal > li:first-child,
.tb_pl_0 > nav > .nav-horizontal > li:first-child > a
{
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/*** Stacked (vertical) navigation ***/

.nav-stacked > li {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.nav-stacked > li.divider {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_pt_0 > nav > .nav-stacked > li:first-child,
.tb_pt_0 > nav > .nav-stacked > li:first-child > a
{
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.tb_pb_0 > nav > .nav-stacked > li:last-child,
.tb_pb_0 > nav > .nav-stacked > li:last-child > a
{
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.nav-stacked > li > a > .tb_text {
  display: block;
}
.nav-stacked > li > .dropdown-menu,
.nav-stacked > li > .hidden ~ ul > li > .dropdown-menu
{
  max-width: calc(1410px - 100%);
}

/*** Justified navigation ***/

.nav.nav-justified > li:not(.divider) {
      -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
          flex: 1 0 0px;
}
.nav.nav-justified > li > a,
.nav.nav-justified > li > a > .tb_text
{
  text-align: center;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.nav.nav-justified > li > a {
      -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
.nav.nav-justified > li > a > .tb_text {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav.nav-justified:before,
.nav.nav-justified:after
{
  content: none !important;
}
@media (max-width: 768px) {
  .nav.nav-justified > li:not(.divider) {
        -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .nav.nav-justified.nav-responsive > li > a {
              -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}

/*** Tabs ***/

.nav-tabs {
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.nav-tabs:before {
  display: flex;
}
.nav-tabs > li {
  position: relative;
  z-index: 30;
  vertical-align: top;
}
.nav-tabs > li:hover,
.nav-tabs > li.tb_hovered
{
  z-index: 31;
  margin: 0;
  padding: 0;
}
.nav-tabs > li.active,
.nav-tabs > li.ui-state-active
{
  z-index: 32;
}
.nav-tabs > li > a {
  display: block;
  float: left;
  width: 100%;
  outline: none;
}
.nav-tabs > li > a:not([class*="tb_pl"]) {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-tabs:not(.tb_style_2) > li > a {
  color: inherit !important;
}
.nav-tabs > li > a span.tb_icon {
  text-align: center;
}
.nav-tabs > li > a span.tb_icon:last-child,
.nav-tabs > li > a span.tb_icon:last-child:before
{
  margin-left: 0;
  margin-right: 0;
}
.nav-tabs > li.dropdown:not(.active):after,
.nav-tabs > li.dropdown:not(.active) > .dropdown-menu
{
  top: calc(100% + 1px);
}
.tab-content {
  clear: both;
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  /* float: left;
  width: 100%; */
  min-width: 0;
}
.tab-content.tb_loading {
  position: relative;
}
.tab-content > span.tb_title {
  display: none;
}
.tab-content > div {
  display: none;
  overflow: visible !important;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content > div:first-child:not(.tab-pane),
.tab-content > span.tb_title:first-child + div
{
  display: block;
}

/*** Vertical Tabs ***/

.nav-tabs.vtabs {
  clear: both;
  -ms-flex: 0 0 0px;
  -webkit-flex: 0 0 0px;
          flex: 0 0 0px;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.nav-tabs.vtabs,
.nav-tabs.vtabs ~ .tab-content
{
  display: block;
  float: none;
  direction: ltr;
}
.nav-tabs.vtabs ~ .tab-content {
  width: 100%;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}
.nav-tabs.vtabs {
  text-align: inherit !important;
  vertical-align: top;
  border-bottom: 0;
}
.nav-tabs.vtabs > li,
.nav-tabs.vtabs > li > a
{
  display: block !important;
  height: auto !important;
}
.nav-tabs.vtabs > li {
  display: block;
  float: none !important;
}
.nav-tabs.vtabs > li > a {
  float: none;
  white-space: normal;
}
.nav-tabs.vtabs > li.active,
.nav-tabs.vtabs > li.ui-state-active
{
  margin-bottom:  0;
  padding-bottom: 0;
}

/*** Tabs align ***/

.nav-tabs-align-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.nav-tabs-align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

/*** Style 1 ***/

.nav-tabs:after {
  content: '';
  clear: both;
  display: table;
}
.nav-tabs.tb_style_2:after,
.nav-tabs.tb_style_3:after,
.nav-tabs.tb_style_4:after
{
  content: none;
}
.nav-tabs ~ .tab-content,
.nav-tabs > li
{
  border-width: 1px;
  border-style: solid;
}
.nav-tabs.tb_style_2 ~ .tab-content,
.nav-tabs.tb_style_2 > li,
.nav-tabs.tb_style_3 ~ .tab-content,
.nav-tabs.tb_style_3 > li
{
  border-width: 0;
  border-style: none;
}
.nav-tabs > li {
  display: block;
}
.nav-tabs > li > a {
  padding-top:    9px;
  padding-bottom: 9px;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}

/*** Style 1 horizontal ***/

.nav-tabs > li,
.nav-tabs > li:hover,
.nav-tabs.htabs.tb_style_1 > li
{
    margin-right: -1px;
    border-bottom-width: 0;
  border-bottom-style: none;
}
.nav-tabs > li:first-child,
.nav-tabs.htabs.tb_style_1 > li:first-child
{
  border-top-left-radius: inherit;
}
.nav-tabs > li:last-child,
.nav-tabs.htabs.tb_style_1 > li:last-child
{
    margin-right: 0;
  }
.nav-tabs.nav-justified > li:last-child,
.nav-tabs.htabs.nav-justified.tb_style_1 > li:last-child
{
  border-top-right-radius: inherit;
}
.nav-tabs > li.active,
.nav-tabs.htabs.tb_style_1 > li.active,
.nav-tabs.htabs.tb_style_1 > li.ui-tabs-active
{
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.nav-tabs ~ .tab-content,
.nav-tabs.htabs.tb_style_1 ~ .tab-content
{
  border-top-width: 0;
  border-top-style: none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

/*** Style 1 vertical ***/

.tabs-right > .nav-tabs.vtabs.tb_style_1 {
  border-left-width: 1px;
  border-left-style: solid;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tabs-left > .nav-tabs.vtabs.tb_style_1 {
  border-right-width: 1px;
  border-right-style: solid;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.nav-tabs.vtabs.tb_style_1 ~ .tab-content {
  border-top-width: 1px;
  border-top-style: solid;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 ~ .tab-content {
  border-right: 0 none;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tabs-left  > .nav-tabs.vtabs.tb_style_1 ~ .tab-content {
  border-left: 0 none;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.nav-tabs.vtabs.tb_style_1 > li {
  float: none;
  margin-top:  -1px;
  margin-left:  0;
  margin-right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.nav-tabs.vtabs.tb_style_1 > li:first-child {
  margin-top: 0;
}
.nav-tabs.vtabs.tb_style_1 > li > a {
  padding-top: 10px;
}
.nav-tabs.vtabs.tb_style_1 > li:first-child > a {
  padding-top: 9px;
}
.tabs-left  > .nav-tabs.vtabs.tb_style_1 > li {
  border-right: none !important;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li {
  border-left: none !important;
}
.tabs-left  > .nav-tabs.vtabs.tb_style_1 > li:first-child {
  border-top-left-radius: inherit;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li:first-child {
  border-top-right-radius: inherit;
}
.tabs-left  > .nav-tabs.vtabs.tb_style_1 > li.active,
.tabs-left  > .nav-tabs.vtabs.tb_style_1 > li.ui-tabs-active
{
  margin-right: -1px;
  padding-right: 1px;
}
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li.active,
.tabs-right > .nav-tabs.vtabs.tb_style_1 > li.ui-tabs-active
{
  margin-left: -1px;
  padding-left: 1px;
}

/*** Style 2 ***/

.nav-tabs.tb_style_2,
.nav-tabs.tb_style_2 > li,
.nav-tabs.tb_style_2 > li > a
{
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-tabs.tb_style_2 {
  border-color: transparent !important;
}
.nav-tabs.tb_style_2 > li,
.nav-tabs.tb_style_2 > li > a
{
  display: inline-block;
  float: none;
  vertical-align: top;
}
.nav-tabs.tb_style_2 > li {
  white-space: nowrap;
  margin-right: 0;
  margin-left:  0;
}
.nav-tabs.tb_style_2 > li > a {
  padding-top:    0;
  padding-bottom: 0;
  -webkit-transition: none;
          transition: none;
}
.nav-tabs.tb_style_2 > li:first-child > a {
    padding-left: 0 !important;
  }
.nav-tabs.tb_style_2 > li:last-child > a {
    padding-right: 0 !important;
  }
#wrapper .nav-tabs.tb_style_2 > li,
#wrapper .nav-tabs.tb_style_2 > li:hover,
#wrapper .nav-tabs.tb_style_2 > li.active,
#wrapper .nav-tabs.tb_style_2 > li.ui-state-hover,
#wrapper .nav-tabs.tb_style_2 > li.ui-state-active
{
  color: inherit !important;
}
.nav-tabs.tb_style_2 > li:before {
  content: '\00a0/';
  vertical-align: top;
  font-weight: normal;
  font-size: 80%;
  color: inherit;
  opacity: 0.3;
}
.nav-tabs.tb_style_2 > li:first-child:before {
  content: none;
}
.nav-tabs.tb_style_2 ~ .tab-content,
.nav-tabs.tb_style_2 ~ .tab-content > div > .panel-body
{
  padding: 0 !important;
}

.nav-tabs.vtabs.tb_style_2 > li:not(:last-child) {
  margin-bottom: 10px;
}
.nav-tabs.vtabs.tb_style_2 > li > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-tabs.vtabs.tb_style_2 > li:before {
  content: '';
  display: none;
}

/*** Style 3 ***/

.nav-tabs.tb_style_3 {
  border: none !important;
  background: transparent !important;
}
.nav-tabs.tb_style_3 > li {
  border-radius: 2px;
  -webkit-transition: color 0.4s, background-color 0.4s;
          transition: color 0.4s, background-color 0.4s;
}
.nav-tabs.tb_style_3 > li,
.nav-tabs.tb_style_3 > li.active
{
  margin:  0;
  padding: 0;
}
.nav-tabs.tb_style_3 > li > a {
  padding-top:    5px;
  padding-bottom: 5px;
}
.panel-heading + .tb_tabs .nav-tabs:not(.vtabs) {
  position: absolute;
  top: 0;
  margin-top: -5px;
}
.panel-heading.text-left + .tb_tabs .nav-tabs:not(.vtabs) {
  right: 0;
}
.panel-heading.text-right + .tb_tabs .nav-tabs:not(.vtabs) {
  left: 0;
}
@media (max-width: 768px) {
  .panel-heading + .tb_tabs .nav-tabs:not(.vtabs) {
    position: static;
  }
}

/*** Style 4 (minimal) ***/

.tb_tabs_minimal .nav.nav-tabs.htabs.tb_style_1 > li {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.tb_tabs_minimal .tabs-right > .nav.nav-tabs.vtabs.tb_style_1 > li {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tb_tabs_minimal .tabs-left > .nav.nav-tabs.vtabs.tb_style_1 > li {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/*** Theme wrapper ***/

.tb_tabs,
.tb_tabs:before,
.tb_tabs:after
{
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: inherit;
}
.tb_tabs.tabs-left {
  direction: ltr;
}
.tb_tabs.tabs-right {
  direction: rtl;
}

/*** Margin defaults ***/

.nav:not([class*="tb_mb_"]),
.dropdown.tb_hovered > .nav.dropdown-menu
{
  margin-bottom: 0;
}
.nav-tabs:not([class*="tb_mb_"]) {
  margin-bottom: 20px;
}

/*** Animation ***/

.tbAnimated .tab-pane.in:not(.tb_loading) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/*  -----------------------------------------------------------------------------------------
    R E S P O N S I V E   configurable width
-----------------------------------------------------------------------------------------  */

/*  -----------------------------------------------------------------------------------------
    M O B I L E   max-width: 767px
-----------------------------------------------------------------------------------------  */

@media (max-width: 768px) {

  /*  Menu  -----------------------------------------------------------------------------  */

  .nav-responsive,
  .nav-responsive > li
  {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .nav-responsive,
  .nav-responsive > li,
  .nav-responsive > li > a,
  .nav-responsive > li > ul > .tb_link,
  .nav-responsive .dropdown,
  .nav-responsive .dropdown > a,
  .nav-responsive .dropdown-menu > li,
  .nav-responsive .dropdown-menu > li > a
  {
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-responsive > li:not(:last-child),
  .nav-responsive .dropdown:not(:last-child),
  .nav-responsive .dropdown-menu.tb_list_1 > li:not(:last-child)
  {
    margin-bottom: 10px !important;
  }
  .nav-responsive > li > a,
  .nav-responsive .dropdown > a,
  .nav-responsive .dropdown-menu > li > a
  {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .nav-responsive li:before,
  .nav-responsive .dropdown:after,
  .nav-responsive .dropdown > a:after,
  .nav-responsive > li:first-child:before
  {
    content: none !important;
    display: none !important;
  }
  .nav-responsive .dropdown > .tb_toggle {
    display: block;
  }
  .nav-responsive .dropdown > a > .tb_text {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .nav-responsive .dropdown-menu,
  .nav-responsive .dropdown > .hidden + ul
  {
    position: static;
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 10px 0 0 0 !important;
    padding: 0;
    background: transparent none;
    border: none;
    box-shadow: none;
    -webkit-transition: none !important;
            transition: none !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .nav-responsive .dropdown-menu .dropdown-menu {
    margin: 10px 0 !important;
  }
  .dropdown.tb_hovered > .dropdown-menu,
  .dropdown.tb_active  > .dropdown-menu,
  .dropdown.tb_hovered > .hidden + ul,
  .dropdown.tb_active  > .hidden + ul
  {
    display: block !important;
    width: 100% !important;
  }
  .nav-responsive .dropdown-menu > .row-wrap {
    margin: 10px 0 0 0;
  }
  .nav-responsive .dropdown > .tb_toggle {
    position: absolute;
    z-index: 1;
    top: 0;
        right: 0;
        display: block !important;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    line-height: 30px !important;
    text-align: center;
    font-size: 18px;
    font-family: Arial, sans-serif !important;
    font-weight: normal !important;
    cursor: pointer;
  }
  .nav-responsive .dropdown > .tb_toggle:before {
    content: '+';
  }
  .nav-responsive .dropdown > .tb_toggle.tb_active:before {
    content: '-';
  }
  .nav-responsive .dropdown > .tb_toggle + a {
        margin-right: 40px !important;
      }
  .nav-responsive .tb_separate_columns > .col.col.col {
    margin-top: 20px;
    padding: 0;
  }
  .nav-responsive .tb_separate_columns > .col:first-child {
    margin-top:  0;
    padding-top: 0;
  }
  .nav-responsive .tb_separate_columns > .col > [class*="tb_ml_-"] {
    margin-left: 0;
  }
  .nav-responsive .tb_separate_columns > .col > [class*="tb_mr_-"] {
    margin-right: 0;
  }
  .nav-responsive .tb_link > .hidden {
    display: block !important;
    visibility: visible !important;
  }

  /*  Tabs Inline Style  ----------------------------------------------------------------  */

  .htabs.tb_style_2 {
    display: block;
  }
  .htabs.tb_style_2 > li,
  .htabs.tb_style_2 > a
  {
    display: block;
  }
  .htabs.tb_style_2 > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .htabs.tb_style_2 > li:not(:first-child):before {
    content: '____' !important;
    display: block;
    margin-bottom: 10px;
    text-align: initial;
    line-height: 10px;
    letter-spacing: -0.25em;
    opacity: 0.3;
  }

}.pagination {
  position: relative;
  overflow: hidden;
  clear: both;
}
.pagination:empty {
  display: none;
}
.pagination .results {
    float: right;
    font-size: 12px;
}
.pagination .links {
    float: left;
    margin-bottom: 0;
}
.pagination .links > *,
.pagination .links a,
.pagination .links li > span
{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
  border-radius: 2px;
}
.pagination .links > * {
    margin-right: 3px;
  }

/*** Theme ***/

.pagination .links a {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.table + .pagination {
  margin-top: -30px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .pagination {
    text-align: center;
  }
  .pagination * {
    float: none !important;
  }
  .pagination .links {
    float: none;
    margin-bottom: 10px;
  }
}
.alert {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 60px;
  margin-bottom: 30px;
  padding: 19px;
}
.alert > .fa {
      -ms-flex: 0 1 auto !important;
  -webkit-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
    margin-right: 0.5em !important;
  }
.alert:last-child {
  margin-bottom: 0;
}
.alert h4 {
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert[class] a.close,
.alert[class] button.close
{
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  line-height: 30px !important;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 24px;
  font-family: Open Sans, Arial, sans-serif;
  color: inherit !important;
  opacity: 0.6;
  background-color: transparent !important;
  box-shadow: none;
}
.alert[class] .close:hover {
  opacity: 1;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/*** Colors ***/

.alert-success {
  color: green;
  background: #f4fbe4;
  border: 1px solid #dff1ba;
}
.alert-info {
  color: #39688a;
  background: #e9f6ff;
  border: 1px solid #d5e4ef;
}
.alert-warning {
  color: #726300;
  background: #fffcd9;
  border: 1px solid #f3e59a;
}
.alert-danger {
  color: #d60000;
  background: #ffede5;
  border: 1px solid #ffd8c3;
}

/*** Colors ***/

.alert .mdi {
  vertical-align: top;
}.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.tb_wt > .panel-heading > h2,
.tb_wt > .panel-heading > h3,
.tb_wt > .panel-heading > h4,
.tb_wt > .panel-heading > .panel-title
{
  margin-bottom: 0;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  text-transform: inherit !important;
  font: inherit !important;
  color: inherit !important;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin: 0;
  padding: 0;
}
:not(.tb_wt) > .panel-heading:not([class*="tb_mb"]) {
  margin-bottom: 20px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body {
      -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.thumbnail {
  position: relative;
    float: left;
  }
.thumbnail,
.thumbnail img,
.thumbnail a img
{
  display: block;
}
img.thumbnail,
.thumbnail img
{
  margin-left: auto;
  margin-right: auto;
}

.image-holder,
.image-holder span
{
  display: block;
  font-size: 0;
  margin-left:  auto;
  margin-right: auto;
}
.image-holder span {
  width: 100%;
  height: 0;
}
.image-holder img[src*="BurnEngine/image/pixel.gif"] {
  max-height: 100%;
}.label {
  display: inline-block;
  padding: 0 .6em;
  font-size: 85%;
  font-weight: 600;
  line-height: inherit;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
          transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/*** Rotate clockwise ***/

@-webkit-keyframes tb_rotate {
  from {transform: rotate(0deg);}
  to   {transform: rotate(359deg);}
}
@keyframes tb_rotate {
  from {transform: rotate(0deg);}
  to   {transform: rotate(359deg);}
}



/*  -----------------------------------------------------------------------------------------
    B O O T S T R A P   J S   C O M P O N E N T S
-----------------------------------------------------------------------------------------  */

.modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
[data-toggle="modal"] {
  cursor: pointer !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-30px);
          transform: translate(0,-30px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 20px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 2px;
  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);
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.fade.in {
  opacity: 0.6;
}

/*** Header ***/

.modal-header {
  position: relative;
  padding: 20px 30px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.modal-header .close,
.modal-header .close:before,
.modal-body > .close,
.modal-body > .close:before
{
  position: absolute;
  top: 50%;
    right: 18px;
    display: block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  padding: 0;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 20px;
  color: inherit;
  background-color: transparent !important;
  box-shadow: none !important;
}
.modal-header .close,
.modal-body > .close
{
  opacity: 0.6;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.modal-header .close:before,
.modal-body > .close:before
{
  left: 0;
  right: 0;
  content: '\274c';
  content: '\2716';
  content: '\2715';
  font-family: FontAwesome;
}
.modal-header .close:hover,
.modal-body > .close:hover
{
  opacity: 1;
}
.modal-header .close span,
.modal-header .close svg,
.modal-body > .close span,
.modal-body > .close svg
{
  display: none;
}
.modal-title {
  margin: 0;
  color: inherit;
}

/*** Body ***/

.modal-body {
  position: relative;
  padding: 30px;
}
.modal-body > .close {
  top: 26px;
  right: 26px;
  margin: 0;
}

/*** Footer ***/

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1041px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 10px;
  font-weight: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0 0.5em 1px 0.5em;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/*** Custom ***/

.ui-tooltip {
  width: auto !important;
  max-width: 300px !important;
}
.ui-tooltip .tooltip-inner {
  max-width: none;
  color: inherit !important;
  background: transparent !important;
}
/*  -----------------------------------------------------------------------------------------
    U T I L I T I E S
-----------------------------------------------------------------------------------------  */

/*  -----------------------------------------------------------------------------------------
    Floats
-----------------------------------------------------------------------------------------  */

.z-index-1            { z-index: 1; }
.z-index-2            { z-index: 2; }
.z-index-3            { z-index: 3; }
.z-index-4            { z-index: 4; }
.z-index-5            { z-index: 5; }

/*  -----------------------------------------------------------------------------------------
    Floats
-----------------------------------------------------------------------------------------  */

.clear                { clear: both; }
.pull-right           { float: right !important; }
.pull-left            { float: left !important;  }
.nofloat              { float: none !important;  }
.center-block         { display: block; float: none; margin-left: auto; margin-right: auto; }

/*  -----------------------------------------------------------------------------------------
    Content toggle
-----------------------------------------------------------------------------------------  */

.hide,
.ui-tabs-hide         { display: none !important; }
.show,
.block,
.display-block        { display: block !important;        }
.display-inline       { display: inline !important;       }
.display-inline-block { display: inline-block !important; }
.display-table        { display: table !important;        }
.display-table-row    { display: table-row !important;    }
.display-table-cell   { display: table-cell !important;   }
.invisible            { visibility: hidden; }
.flex-fill            {     -ms-flex: 1 1 auto;
                        -webkit-flex: 1 1 auto;
                                flex: 1 1 auto;
                      }
.flex-basis-0         {
                            -ms-flex-basis: 0px;
                        -webkit-flex-basis: 0px;
                                flex-basis: 0px;
                      }
.flex-nowrap.flex-nowrap
                      {
                            -ms-flex-wrap: nowrap;
                        -webkit-flex-wrap: nowrap;
                                flex-wrap: nowrap;
                      }

.row-wrap.force_fullwidth:not(.tb_width_fixed) {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.row-wrap.force_fullwidth.tb_content_fixed > .row {
  margin-right: auto;
  margin-left:  auto;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/*  -----------------------------------------------------------------------------------------
    Affix plugin
-----------------------------------------------------------------------------------------  */

.affix    { position: fixed; }

/*  -----------------------------------------------------------------------------------------
    Clearfix
-----------------------------------------------------------------------------------------  */

.clearfix:before,
.clearfix:after,
.tb_wt:before,
.tb_wt:after
{
  content: "";
  display: table;
}
.clearfix:after,
.tb_wt:after
{
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 480px) {
.pos-xs-1 {
  -ms-flex-order: 1;
   -webkit-order: 1;
           order: 1;
}
.pos-xs-2 {
  -ms-flex-order: 2;
   -webkit-order: 2;
           order: 2;
}
.pos-xs-3 {
  -ms-flex-order: 3;
   -webkit-order: 3;
           order: 3;
}
.pos-xs-4 {
  -ms-flex-order: 4;
   -webkit-order: 4;
           order: 4;
}
.pos-xs-5 {
  -ms-flex-order: 5;
   -webkit-order: 5;
           order: 5;
}
.pos-xs-6 {
  -ms-flex-order: 6;
   -webkit-order: 6;
           order: 6;
}
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
    .col-xs-none,
  .hidden-xs  {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-xs-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-xs + .col
  {
    border-top: none;
  }
  }
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
    .col-xs-none,
  .hidden-xs  {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-xs-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-xs + .col
  {
    border-top: none;
  }
    .pos-xs-1 {
    -ms-flex-order: 1;
     -webkit-order: 1;
             order: 1;
  }
    .pos-xs-2 {
    -ms-flex-order: 2;
     -webkit-order: 2;
             order: 2;
  }
    .pos-xs-3 {
    -ms-flex-order: 3;
     -webkit-order: 3;
             order: 3;
  }
    .pos-xs-4 {
    -ms-flex-order: 4;
     -webkit-order: 4;
             order: 4;
  }
    .pos-xs-5 {
    -ms-flex-order: 5;
     -webkit-order: 5;
             order: 5;
  }
    .pos-xs-6 {
    -ms-flex-order: 6;
     -webkit-order: 6;
             order: 6;
  }
    }
@media (min-width: 769px) and (max-width: 1040px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
    .col-sm-none,
  .hidden-sm  {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-sm-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-sm + .col
  {
    border-top: none;
  }
    .pos-sm-1 {
    -ms-flex-order: 1;
     -webkit-order: 1;
             order: 1;
  }
    .pos-sm-2 {
    -ms-flex-order: 2;
     -webkit-order: 2;
             order: 2;
  }
    .pos-sm-3 {
    -ms-flex-order: 3;
     -webkit-order: 3;
             order: 3;
  }
    .pos-sm-4 {
    -ms-flex-order: 4;
     -webkit-order: 4;
             order: 4;
  }
    .pos-sm-5 {
    -ms-flex-order: 5;
     -webkit-order: 5;
             order: 5;
  }
    .pos-sm-6 {
    -ms-flex-order: 6;
     -webkit-order: 6;
             order: 6;
  }
    }
@media (min-width: 1041px) and (max-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
    .col-md-none,
  .hidden-md  {
    display: none !important;
  }
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .col-md-none + .col,
  .row-wrap:not(.row-reverse) > .tb_separate_columns > .hidden-md + .col
  {
    border-top: none;
  }
    .pos-md-1 {
    -ms-flex-order: 1;
     -webkit-order: 1;
             order: 1;
  }
    .pos-md-2 {
    -ms-flex-order: 2;
     -webkit-order: 2;
             order: 2;
  }
    .pos-md-3 {
    -ms-flex-order: 3;
     -webkit-order: 3;
             order: 3;
  }
    .pos-md-4 {
    -ms-flex-order: 4;
     -webkit-order: 4;
             order: 4;
  }
    .pos-md-5 {
    -ms-flex-order: 5;
     -webkit-order: 5;
             order: 5;
  }
    .pos-md-6 {
    -ms-flex-order: 6;
     -webkit-order: 6;
             order: 6;
  }
    }

@media (min-width: 1261px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
     display: inline-block !important;
   }
  .hidden-lg,
  .hidden-xl
  {
    display: none !important;
  }
    .pos-lg-1 {
    -ms-flex-order: 1;
     -webkit-order: 1;
             order: 1;
  }
    .pos-lg-2 {
    -ms-flex-order: 2;
     -webkit-order: 2;
             order: 2;
  }
    .pos-lg-3 {
    -ms-flex-order: 3;
     -webkit-order: 3;
             order: 3;
  }
    .pos-lg-4 {
    -ms-flex-order: 4;
     -webkit-order: 4;
             order: 4;
  }
    .pos-lg-5 {
    -ms-flex-order: 5;
     -webkit-order: 5;
             order: 5;
  }
    .pos-lg-6 {
    -ms-flex-order: 6;
     -webkit-order: 6;
             order: 6;
  }
  }

/*  -----------------------------------------------------------------------------------------
    O P E N C A R T
-----------------------------------------------------------------------------------------  */

/*  -----------------------------------------------------------------------------------------
    C O M P O N E N T S
-----------------------------------------------------------------------------------------  */

/*  Listing options   -------------------------------------------------------------------  */

.tb_listing_options {
  position: relative;
  clear: both;
  border-bottom: 1px solid transparent;
}
.tb_listing_options h4,
.tb_listing_options label
{
  float: none;
  margin: 0;
}
.tb_listing_options select {
  height: 24px;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 3px;
    margin-left: 2px;
    padding: 1px;
}
.product-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -20px;
}
.product-filter b {
  font-weight: normal;
}
.product-filter > * {
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top;
  line-height: 30px;
  padding-left: 20px;
}
.product-filter .display {
      -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: -10px;
}
.product-filter .display > * {
  margin-left: 10px;
}
.product-filter .display .fa {
  font-size: 14px;
  vertical-align: top;
}
.product-filter .display .fa:before {
  margin-top: 0.07em;
  margin-bottom: -1px;
}
.product-filter .product-compare {
      -ms-flex: 1000 0 auto;
  -webkit-flex: 1000 0 auto;
          flex: 1000 0 auto;
}
.product-filter .limit select,
.product-filter .sort select
{
  width: auto;
}
.product-filter .limit select {
  min-width: 50px;
}
.product-filter .sort select {
  min-width: 120px;
}

/*** Responsive ***/

.tb_max_w_650 .product-filter,
.tb_max_w_350 .product-filter
{
  display: block !important;
  margin: -20px 0 0;
}
.tb_max_w_650 .product-filter:after,
.tb_max_w_350 .product-filter:after
{
  content: '';
  clear: both;
  display: table;
}
.tb_max_w_650 .product-filter > *,
.tb_max_w_350 .product-filter > *
{
  margin-top: 20px;
  padding: 0 !important;
}
.tb_max_w_650 .product-filter > * {
    float : left;
    min-width: 50%;
}
.tb_max_w_350 .product-filter > *
{
  display: block;
}
.tb_max_w_350 .product-filter select {
  width: 55%;
}

/*  Products table   --------------------------------------------------------------------  */

.cart-info table {
  margin-bottom: 0;
  table-layout: auto;
}
.cart-info td:not(.name) {
  width: 1px;
}
.cart-info td.model {
  min-width: 110px;
}
.cart-info thead td:not(.name) {
  white-space: nowrap;
}
.cart-info img {
  display: inline-block;
  vertical-align: top;
}
.cart-info .return,
.cart-info .image
{
  width: 10px;
}
.cart-info .return img
{
  vertical-align: text-top;
}
.cart-info tbody td {
  padding: 20px 10px !important;
}
.cart-info tbody td:first-child {
    padding-left: 20px;
  }
.cart-info tbody td:last-child {
    padding-right: 20px;
  }
.cart-info .image img {
  max-width: 80px;
}
.cart-info .name {
    text-align: left;
  }
.cart-info .name > a {
  font-size: 15px;
  font-weight: bold;
}
.cart-info .name div,
.cart-info .name > small
{
  line-height: 1.2em;
  font-size: 14px;
}
.cart-info .name div {
  margin-top: 5px;
}
.cart-info .name > small {
  opacity: 0.6;
}
.cart-info .name .text-danger {
  margin-top:    0;
  margin-bottom: 0;
}
.cart-info .name .text-danger:before {
  content: none;
}
.cart-info .quantity input[type=text],
.cart-info .quantity input[type=number]
{
  width: 40px;
  text-align: center;
}
.cart-info .quantity .ui-spinner {
  margin-left: 0;
  margin-right: 0;
}
.cart-info .quantity input[type="image"] {
  margin-top: -0.25em;
    margin-left: 10px;
    background-color: transparent;
}
.cart-info .action a {
    margin-left: 10px;
  }
.cart-info span.stock {
  color: red;
  font-weight: bold;
}
.cart-info + .cart-total {
  margin-top: 20px;
}
.cart-total {
    text-align: right;
  }
.cart-total table {
  display: inline-table;
  max-width: 300px;
}
.cart-total table td {
  padding: 0 !important;
  vertical-align: top;
}
.cart-total td:first-child {
    text-align: left;
  }
.cart-total td:first-child + td {
    text-align: right;
  }
.cart-total tr td:last-child {
  min-width: 130px;
}
.cart-total tr:last-child td {
  padding-top: 10px !important;
  line-height: 30px;
  font-size: 19px;
}

/*** Mini ***/

.mini-cart-info {
  margin-bottom: 20px;
}
.mini-cart-info table {
  table-layout: auto;
}
.mini-cart-info th:first-child,
.mini-cart-info td:first-child {
    padding-left: 0 !important;
  }
.mini-cart-info tbody:first-child tr:first-child td {
  padding-top: 0 !important;
}
.mini-cart-info th:last-child,
.mini-cart-info td:last-child
{
    padding-right: 0 !important;
  }
.mini-cart-info .image img {
  max-width: 60px;
}
.mini-cart-info .name > a {
  font-size: 14px !important;
}
.mini-cart-info td {
  padding-top: 10px;
  padding-bottom: 9px;
}
.mini-cart-total {
  position: relative;
  margin-top: -20px !important;
  padding-top: 20px;
}
.mini-cart-total table {
  float: none !important;
  max-width: none;
}
.mini-cart-total tr:last-child td {
  line-height: 20px;
  font-size: 16.1px;
}
.mini-cart-total tr td:last-child {
  min-width: 100px;
}
.mini-cart-info ~ .buttons {
  display: block;
  text-align: center;
}
.mini-cart-info ~ .buttons .btn {
  margin-top: 0 !important;
}
.mini-cart-info ~ .buttons .btn:first-child {
  margin-right: 10px;
}


/*** Responsive ***/

.cart-info.tb_max_w_500 thead,
.cart-info.tb_max_w_500 .model,
.cart-info.tb_max_w_500 .price,
.cart-info.tb_max_w_300 thead,
.cart-info.tb_max_w_300 .model,
.cart-info.tb_max_w_300 .price
{
  display: none !important;
}
.cart-info.tb_max_w_500 table,
.cart-info.tb_max_w_500 tbody,
.cart-info.tb_max_w_500 tr,
.cart-info.tb_max_w_500 th,
.cart-info.tb_max_w_500 td,
.cart-info.tb_max_w_300 table,
.cart-info.tb_max_w_300 tbody,
.cart-info.tb_max_w_300 tr,
.cart-info.tb_max_w_300 th,
.cart-info.tb_max_w_300 td
{
  display: block;
  padding: 0;
  text-align: initial;
  border-width: 0;
  border-style: none;
  box-shadow: none;
}
.cart-info.tb_max_w_500 tr,
.cart-info.tb_max_w_300 tr
{
  position: relative;
  margin-bottom: 20px;
    padding: 0 130px 20px 0;
  }
.cart-info.tb_max_w_500 tr:not(:last-child),
.cart-info.tb_max_w_300 tr:not(:last-child)
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cart-info.tb_max_w_500 tr:last-child,
.cart-info.tb_max_w_300 tr:last-child
{
  margin-bottom: 0;
}
.cart-info.tb_max_w_500 tr:after,
.cart-info.tb_max_w_300 tr:after
{
  content: '';
  clear: both;
  display: table;
}
.cart-info.tb_max_w_500 .total,
.cart-info.tb_max_w_300 .total,
.wishlist-info.tb_max_w_500 td.price
{
  font-size: 17.5px;
}
.cart-info.tb_max_w_500 td,
.cart-info.tb_max_w_300 td
{
  padding: 0 !important;
}
.mini-cart-info.tb_max_w_500 ~ .cart-total table,
.mini-cart-info.tb_max_w_300 ~ .cart-total table
{
  width: 100%;
}
.mini-cart-info.tb_max_w_500 tr,
.mini-cart-info.tb_max_w_300 tr
{
    padding-right: 50px;
  }

/*** Min width 500px ***/

.cart-info.tb_min_w_500 tbody:last-child > tr:last-child > td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/*** Max width 500px ***/

.cart-info.tb_max_w_500 .image {
  width: auto;
    float: left;
  margin-right: 20px;
    padding: 0 !important;
}
.cart-info.tb_max_w_500 .name,
.cart-info.tb_max_w_500 .total,
.wishlist-info.tb_max_w_500 .price
{
  width: auto;
    padding-left: 20px !important;
  }
.cart-info.tb_max_w_500 table tbody .name strong:after {
  content: attr(data-quantity);
  font-weight: normal;
}
.cart-info.tb_max_w_500 .quantity,
.cart-info.tb_max_w_500 .action,
.cart-info.tb_max_w_500 .return
{
  position: absolute;
  top: 0;
    right: 0;
  text-align: right;
    width: 40px;
}
.cart-info.tb_max_w_500 .action,
.cart-info.tb_max_w_500 .quantity
{
  width: auto;
}
.cart-info.tb_max_w_500 .quantity input {
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
}
.cart-info.tb_max_w_500 .quantity input[type=image] {
  display: none;
}
.cart-info.tb_max_w_500 .return {
  top: 30px;
}
.cart-info.tb_max_w_500 .total,
.wishlist-info.tb_max_w_500 table tbody .price
{
  display: block !important;
}
.cart-info.tb_max_w_500 .total,
.wishlist-info.tb_max_w_500 td.price
{
  padding-top: 10px !important;
}
.cart-info.tb_max_w_500 .remove {
  position: absolute;
  top: 30px;
    right: 0;
    width: auto;
}
.cart-info.tb_max_w_500 .remove > * {
  margin: 0;
}

/*** Max width 330px ***/

.cart-info.tb_max_w_300 td {
  padding: 0 !important;
}
.cart-info.tb_max_w_300 tbody tr {
  padding-left: 0;
  padding-right: 0;
}
.cart-info.tb_max_w_300 .image,
.cart-info.tb_max_w_300 .name,
.cart-info.tb_max_w_300 .total,
.wishlist-info.tb_max_w_300 td.price,
.cart-info.tb_max_w_300 .quantity,
.cart-info.tb_max_w_300 .stock,
.cart-info.tb_max_w_300 .action
{
  position: static;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center !important;
}
.cart-info.tb_max_w_300 td[class]:not(:first-child) {
  margin-top: 10px;
}
.cart-info.tb_max_w_300 .name {
  margin-top: 20px;
}
.cart-info.tb_max_w_300 .image,
.cart-info.tb_max_w_300 .stock,
.cart-info.tb_max_w_300 .total,
.wishlist-info td.price
{
  margin-top: 0;
}
.cart-info.tb_max_w_300 .image img {
  max-width: none;
}
.cart-info.tb_max_w_300 .quantity {
  padding-top: 10px;
}
.cart-info.tb_max_w_300 .quantity {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.cart-info.tb_max_w_300 .remove {
  position: absolute;
  top: 0;
    right: 0;
    width: auto;
}

/*** Margins ***/

.cart-info + .buttons {
  margin-top: -30px;
}
.cart-info + .buttons:before {
  content: none;
}

/*  Reviews   ---------------------------------------------------------------------------  */

.tb_review {
  overflow: hidden;
}
.tb_review .tb_meta {
  line-height: 0;
  text-align: justify;
}
.tb_review .tb_meta:after {
  content: ' ';
  display: inline-block;
  width: 90%;
  height: 0;
  line-height: 0;
  vertical-align: top;
}
.tb_review .tb_author,
.tb_review .rating
{
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.tb_review .tb_author {
  margin-bottom: 10px;
}
.tb_review > p:first-child {
  margin-bottom: 0;
}
.tb_review > p + .tb_meta {
    padding-left: 35px;
  }
.tb_review > p + .tb_meta,
.tb_review > p + .tb_meta .tb_author
{
  margin-bottom: 0;
}
.tb_review > p + .tb_meta .tb_author {
  margin-top: 10px;
    margin-right: 10px;
  }
.tb_review > p + .tb_meta .rating {
  vertical-align: bottom;
}
.tb_review .tb_author small {
  margin-left: 4px;
  font-size: 10px;
  color: #999;
}
.tb_review > p {
  clear: both;
    text-align: left;
  }
.tb_review > p:first-child {
  position: relative;
    padding-left: 35px;
    font-style: italic;
}
.tb_review > p:first-child:before,
.tb_review > p:first-child:after
{
  position: absolute;
  width: 30px;
  height: 24px;
  line-height: 55px;
  font-family: Arial;
  font-size: 60px;
  font-style: italic;
  color: #000;
  opacity: 0.2;
}
.tb_review > p:first-child:before {
    content: '\201C';
  left: 0;
    top: 0;
  text-indent: -7px;
}
.tb_listing > .tb_review:not(:first-child) {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

/*  Submit Buttons   --------------------------------------------------------------------  */

.buttons {
  position: relative;
  z-index: 1;
  clear: both;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}
.buttons:last-child {
  margin-bottom: 0;
}
.buttons {
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.buttons > .row {
      -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
}
.buttons table {
  width: 100%;
}
.buttons .left,
.buttons .right,
.buttons .pull-left,
.buttons .pull-right
{
  display: table-cell;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  float: none !important;
  vertical-align: middle;
}
.buttons .right,
.buttons .pull-right
{
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl),
.buttons .button,
.buttons button,
.buttons [type=button],
.buttons [type=submit],
#button-cart,
#product_buy_quantity,
#product_buy #input-quantity
{
  height:        50px;
  line-height:   50px !important;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  25px;
  padding-right: 25px;
  font-size:     17px;
}
.buttons .button,
.buttons .btn
{
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.pagination + .buttons,
.table-bordered + .buttons,
.pagination + .buttons:before,
.table-bordered + .buttons:before
{
  padding-top: 0;
  border-top-width: 0;
}
.tb_sep + .buttons,
fieldset + .buttons
{
  margin-top: 0;
}

/*** Mobile ***/

@media (max-width: 768px) {
  .buttons {
    display: block;
    text-align: inherit;
    margin-top: 20px;
    padding-top: 20px;
  }
  .buttons .left,
  .buttons .right,
  .buttons .pull-left,
  .buttons .pull-right
  {
    display: block;
    width: 100%;
    text-align: initial;
  }
  .buttons > * + * {
    margin-top: 25px;
  }
  .buttons .checkbox,
  .buttons .radio
  {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .buttons i.fa.fa-circle-o-notch.fa-spin,
  .buttons i.fa.fa-circle-o-notch.fa-spin
  {
        margin-left: 10px;
        vertical-align: middle;
  }
  .buttons .tb_button_forgotten {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .buttons input[type=submit],
  .buttons input[type=button],
  .buttons button
  {
    line-height: 30px !important;
    -webkit-appearance: none;
  }
}
@media (max-width: 480px) {
  .buttons .btn,
  .buttons .button
  {
    display: block;
    width: 100%;
  }
  .buttons .btn + .btn,
  .buttons .btn + .button,
  .buttons .button + .btn,
  .buttons .button + .button,
  .buttons .left + .right,
  .buttons .pull-left + .pull-right
  {
    margin-top: 10px !important;
  }
}



/*  -----------------------------------------------------------------------------------------
    M O D U L E S
-----------------------------------------------------------------------------------------  */

/*  Banner   ----------------------------------------------------------------------------  */

.tb_module_banner .banner {
  margin: 0 auto;
}
.tb_module_banner .banner > div {
  display: none;
}
.tb_module_banner .banner > div:first-child {
  position: static !important;
  display: block !important;
}

/*  Carousel   --------------------------------------------------------------------------  */

.tb_module_carousel a,
.tb_module_carousel img
{
  display: block;
  margin: 0 auto;
}

/*  Category   --------------------------------------------------------------------------  */

.tb_module_category li > ul {
  display: none;
}
.tb_module_category li > .active {
  font-weight: bold;
}
.tb_module_category li > .active + ul {
  display: block;
}

/*  -----------------------------------------------------------------------------------------
    P A G E S
-----------------------------------------------------------------------------------------  */

/*  Account   ---------------------------------------------------------------------------  */

.login-content .content,
#new_customer
{
  min-height: 180px;
}
#login_form fieldset,
.account-login form fieldset,
.affiliate-login form fieldset
{
  min-width: 0;
  min-height: 140px;
}
@media (max-width: 768px) {
  #content .login-content > .left + .right {
    position: relative;
    padding-top: 30px;
  }
  #content .login-content > .left + .right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    opacity: 0.2;
  }
  #new_customer,
  #new_customer fieldset,
  #login_form fieldset,
  #content .login-content .content,
  #content .account-login form fieldset,
  #content .affiliate-login form fieldset
  {
    min-height: 0;
  }
  #content .login-content .buttons {
    padding-top: 0;
  }
  #content .login-content .buttons:before {
    content: none;
  }
}

.tb_reward_points th.date,
.tb_transactions th.date {
  white-space: nowrap;
}
.tb_reward_points_total,
.tb_balance_total
{
  display: inline-block;
  margin-top: -0.07em;
  vertical-align: top;
  font-size: 21px;
}

.tb_order_info .tb_products tfoot td {
  border: none;
  box-shadow: none;
}
.tb_order_info .tb_products tfoot > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}
.tb_order_info .tb_products tfoot > tr:first-child > td {
  padding-top: 20px;
}
.tb_order_info .tb_products tfoot > tr:last-child > td {
  padding-top: 10px;
  padding-bottom: 20px;
}
.tb_order_info .tb_products tfoot tr:last-child td {
  font-size: 150%;
}


.tb_product_row {
  position: relative;
  clear: both;
}
#return-product .tb_product_row:first-child {
  margin-top: 0 !important;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  #new_customer fieldset,
  #login_form fieldset
  {
    min-height: 0;
  }
  #login_form .tb_button_forgotten {
    display: table-footer-group;
    float: none;
  }
  #login_form .btn {
    display: table-header-group;
    float: none;
  }
}


/*  ---   Brands   ----------------------------------------------------------------------  */

.tb_alphabet_index {
  padding: 10px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_alphabet_index p > * {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.tb_alphabet_index p > b {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 11px;
  color: #999;
}
.tb_alphabet_index a {
  padding: 0 5px;
  text-align: center;
  font-size: 15px;
}
.manufacturer-list {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 20px 0;
}
.manufacturer-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  opacity: 0.1;
}
.manufacturer-list:last-child:after {
  border-bottom: none;
}
.manufacturer-heading {
    float: left;
  margin-right: 20px;
    width: 50px;
  text-align: center;
  font-size: 24px;
}
.manufacturer-content {
  overflow: hidden;
}
.manufacturer-content ul {
  display: inline-block;
  width: 24.99999%;
  margin-bottom: 0;
  vertical-align: top;
}

@media (min-width: 481px) and (max-width: 767px) {
  .manufacturer-content ul,
  .manufacturer-content ul > li
  {
    display: inline-table !important;
    width: auto !important;
    vertical-align: top;
  }
  .manufacturer-content ul:not(:last-child),
  .manufacturer-content ul > li:not(:last-child)
  {
        margin-right: 1em;
      }
}
@media (max-width: 479px) {
  .manufacturer-content ul {
    display: block;
    width: auto !important;
  }
}

/*  ---   Cart   ---------------------------------------------------------------  */

#cart_modules {
  margin-bottom: 30px;
}
#cart_modules .ui-state-default,
#cart_modules .ui-state-default *
{
  color: inherit !important;
}
#cart_modules .ui-accordion-content {
  margin: 0;
  padding: 30px 0;
}
#cart_modules .ui-accordion-content-active:last-child {
  padding-bottom: 30px;
}
#cart_modules > h2,
#cart_modules > div
{
  border-top-color:  transparent !important;
  border-left-color:  transparent !important;
  border-right-color: transparent !important;
}
#cart_modules form > label {
  display: block;
  float: none;
  width: auto;
    margin-right: 10px;
  }
#cart_modules form > input[type=text] {
  margin-top: 10px;
    margin-right: 10px;
  }
#cart_modules form > .button,
#cart_modules form > .btn
{
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 30px;
  vertical-align: bottom;
}
#shipping_quote table.radio {
  width: 100% !important;
  max-width: 500px;
}
#shipping_quote .button,
#shipping_quote .btn
{
  margin-top: 0;
}

/*** Mobile ***/

@media (max-width: 768px) {
  .cart-content {
    width: 100%;
  }
  .cart-total,
  .cart-total table {
    float: none;
    width: 100%;
  }
}

/*  ---   Checkout   --------------------------------------------------------------------  */

.checkout #confirm + .error {
  margin-top: -20px !important;
}
.checkout-heading
{
  position: relative;
  cursor: default !important;
}
.checkout-heading a {
  position: absolute;
    right: 20px;
    text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.tb_new_customer_box,
.tb_login_box
{
  min-height: 220px;
}
.checkout select[size] {
  width: 100%;
  margin-bottom: 10px;
}
.checkout > div:last-child .checkout-content {
  padding-bottom: 0;
}

/*** Mobile ***/

@media (max-width: 768px) {
  .checkout-heading a {
    display: block;
    position: static;
  }
  .payment table {
    font-size: 12px;
  }
  .payment td {
    padding-bottom: 10px;
  }
  .payment input[type=text],
  .payment input[type=password],
  .payment select
  {
    display: inline-block;
  }
}

/*  ---   Compare   ---------------------------------------------------------------------  */

.compare-info tbody td:first-child {
  text-align: inherit;
  font-weight: bold;
}
.compare-info tbody:last-child td {
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-info .description {
  white-space: normal !important;
}
.tb_compare_total .tb_items {
  margin-left:  0.15em;
  margin-right: 0.15em;
}
.tb_compare_total .tb_items:before {
  content: '(';
}
.tb_compare_total .tb_items:after {
  content: ')';
}

/*  ---   Payments   --------------------------------------------------------------------  */

.cart-discounts > div {
  padding: 20px;
  border-width: 5px;
  border-style: solid;
}

/*  ---   Product   ---------------------------------------------------------------------  */

#product {
  position: relative;
}
#review .pagination {
  overflow: visible;
  margin-bottom: 0;
}
#review .pagination > * {
  padding-top: 20px;
}
#review .pagination .links {
    margin-right: 20px;
  }
#review .pagination .results:first-child:last-child {
    float: left;
    padding-top: 25px;
}
#review + .btn {
    clear: right;
  float: right;
    margin-top: 20px;
}
#review .tb_empty {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/*** Product images ***/

#product_images .tb_zoom_box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.is_touch #product_images .tb_zoom_box {
  display: none;
}
@media (max-width: 1040px) {
  #product_images .tb_zoom_box {
    display: none;
  }
}
#product_images .tb_zoom_click {
  cursor: url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/image/cursor_zoom.cur'), auto !important;
}
#product_images .tb_zoom_click.tb_zoomed {
  z-index: 6;
  cursor: url('https://www.e-aquajazz.lt/catalog/view/theme/BurnEngine/image/cursor_zoom_out.cur'), auto !important;
}
#product_images .tb_zoom_mouseover:hover,
#product_images .tb_zoom_drag:hover
{
  z-index: 4;
}
#product_images .tb_zoom_mouseover {
  cursor: move;
}
#product_images .mSCover {
  background-size: contain !important;
}

/*** Product reviews ***/

@media (max-width: 768px) {
  .tb_product_reviews {
    text-align: center;
  }
  .tb_product_reviews .tbAddReviewButton {
    margin-top: 20px;
  }
}


/*  ---  Returns  -----------------------------------------------------------------------  */

.return-product,
.return-detail
{
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 30px;
}
.return-product:after,
.return-detail:after
{
  content: '';
  display: table;
  clear: both;
}
.return-product > *,
.return-detail > *
{
    float: left;
    width: 33.3333%;
  padding-left: 30px;
}
.return-reason table {
  margin-top: 5px;
}
.return-reason input[type=radio] {
    margin-right: 0.5em;
  }
.return-opened b {
  display: inline-block;
  margin-bottom: 5px;
}

/*** Mobile ***/

@media (max-width: 768px) {
  #return_request_info table {
    font-size: 11px;
  }
  .return-product > *,
  .return-detail > *
  {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .return-product:after,
  .return-detail:after
  {
    content: none;
  }
}

/*  ---   Sitemap   ---------------------------------------------------------------------  */

.tb_sitemap {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 768px) {
  #sitemap .tb_list_1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

/*  ---   Wishlist   --------------------------------------------------------------------  */

.account-wishlist .tb_system_page_content table td:first-child {
  width: 1px;
}
.wishlist_total .tb_items {
  margin-left:  0.15em;
  margin-right: 0.15em;
}
.wishlist_total .tb_items:before {
  content: '(';
}
.wishlist_total .tb_items:after {
  content: ')';
}
/*  -----------------------------------------------------------------------------------------
    C O M M O N
-----------------------------------------------------------------------------------------  */

td .btn + .btn {
    margin-left: 0.5em;
  }
.form-horizontal .col-sm-offset-2 .g-recaptcha {
    padding-left: 180px;
  }

/*  -----------------------------------------------------------------------------------------
    P A G E S
-----------------------------------------------------------------------------------------  */

/*  Account & Affiliate   ---------------------------------------------------------------  */

.tb_page_account_login .tb_system_page_content .row > div,
#collapse-checkout-option .row > div,
.tb_page_account_login .tb_system_page_content .well
{
  display:  -ms-flexbox !important;
  display: -webkit-flex !important;
  display:         flex !important;
}
.tb_page_account_login .tb_system_page_content .well,
#collapse-checkout-option .row > div,
#collapse-checkout-option .tb_new_customer_box
{
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
   -webkit-align-self: stretch;
           align-self: stretch;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.tb_page_account_login .tb_system_page_content .well #new_customer,
.tb_page_checkout_checkout .tb_system_page_content .tb_new_customer_box,
#collapse-checkout-option .tb_new_customer_box
{
      -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
#collapse-checkout-option .buttons {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.account-login form fieldset label,
.affiliate-login form fieldset label
{
  display: block;
  font-weight: bold;
}

@media (max-width: 768px) {
  .tb_page_account_login .tb_system_page_content .row > div,
  .tb_page_affiliate_login .tb_system_page_content .row > div,
  #collapse-checkout-option .row > div
  {
    width: 100%;
  }
}

.account-account .tb_system_page_content .list-unstyled + h2,
.affiliate-account .tb_system_page_content .list-unstyled + h2
{
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
.account-order      .tb_system_page_content td:nth-child(7),
.account-order-info .tb_system_page_content td:nth-child(6),
.account-recurring  .tb_system_page_content td:nth-child(5),
.account-return     .tb_system_page_content td:nth-child(6),
.account-wishlist   .tb_system_page_content td:nth-child(6),
.account-address    .tb_system_page_content td:nth-child(2)
{
  width: 1px;
  white-space: nowrap;
}
.account-address    .tb_system_page_content td:nth-child(2) {
  vertical-align: top;
}
.account-address .tb_system_page_content td:first-child:first-line {
  font-weight: bold;
}
body[class*="account"]   td .btn i,
body[class*="account"]   td .btn i:before,
body[class*="affiliate"] td .btn i,
body[class*="affiliate"] td .btn i:before
{
  margin: 0;
}
@media (min-width: 769px) {
  .account-order-info tfoot td:not([colspan]),
  #collapse-checkout-confirm td:not([colspan])
  {
    max-width: 200px;
  }
}
.account-order-info tfoot tr:not(:first-child) > td,
#collapse-checkout-confirm tfoot tr:not(:first-child) > td
{
  padding-top: 0;
}
.account-order-info tfoot tr:not(:last-child) > td,
#collapse-checkout-confirm tfoot tr:not(:last-child) > td
{
  padding-bottom: 0;
}
.account-order-info tfoot tr:last-child > td,
#collapse-checkout-confirm tfoot tr:last-child > td
{
  padding-top: 10px !important;
  line-height: 30px;
  font-size: 19px;
}
#collapse-checkout-confirm .buttons {
  margin-top: 0;
}

/*  Cart & Checkout   -------------------------------------------------------------------  */

.checkout-cart .tb_system_page_content .panel-group .panel-heading a,
.checkout-cart .tb_system_page_content .panel-group .panel-heading a[class],
.checkout-checkout .tb_system_page_content .panel-group .panel-heading a,
.checkout-checkout .tb_system_page_content .panel-group .panel-heading a[class]
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: inherit !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.checkout-cart .tb_system_page_content .panel-group .panel-heading a i,
.checkout-cart .tb_system_page_content .panel-group .panel-heading a i:before,
.checkout-checkout .tb_system_page_content .panel-group .panel-heading a i,
.checkout-checkout .tb_system_page_content .panel-group .panel-heading a i:before
{
  margin: 0;
}
.checkout-cart .tb_system_page_content .panel-group .panel-heading a.collapsed i,
.checkout-cart .tb_system_page_content .panel-group .panel-heading a:not([aria-expanded]) i,
.checkout-checkout .tb_system_page_content .panel-group .panel-heading a.collapsed i
{
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.checkout-cart .tb_system_page_content .panel-group .panel-heading a:before,
.checkout-checkout .tb_system_page_content .panel-group .panel-heading a:before
{
  content: none !important;
}
.checkout-cart .tb_system_page_content .panel-group .panel .panel-collapse,
.checkout-checkout .tb_system_page_content .panel-group .panel-collapse
{
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.checkout-cart .tb_system_page_content .panel-group .panel:not(:last-child) .panel-collapse:not(.in),
.checkout-checkout .tb_system_page_content .panel-group .panel-collapse
{
  border-bottom-color: transparent !important;
}
.checkout-checkout .tb_system_page_content .panel-group .panel:last-child .panel-body {
  padding-bottom: 0 !important;
}
#payment-existing select,
#shipping-existing select
{
  width: 100%;
  margin-bottom: 20px;
}
#shipping_quote p:not(:first-child),
#shipping_quote .radio + h2,
#collapse-shipping-method p:not(:first-child),
#collapse-shipping-method .radio + h2,
#collapse-payment-method p:not(:first-child),
#collapse-payment-method .radio + h2
{
  margin-top: 20px;
}
#shipping_quote p + .radio,
#collapse-shipping-method p + .radio
{
  margin-top: -20px;
}
#collapse-shipping-method textarea,
#collapse-payment-method textarea
{
  width: 100%;
}
#button-shipping {
  margin-top: 20px !important;
}
#cart_form + h2,
#cart_form + h2 + p
{
  display: none;
}
#cart_form .name .label {
  margin-top: 10px;
  vertical-align: bottom;
}
.checkout-cart .tb_system_page_content .cart-total {
  margin-top: 30px;
}
#collapse-coupon label,
#collapse-reward label,
#collapse-voucher label
{
  display: block;
  float: none;
  width: auto;
  max-width: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#collapse-coupon .input-group,
#collapse-reward .input-group,
#collapse-voucher .input-group
{
  width: 350px;
}

/*  -----------------------------------------------------------------------------------------
    C O M P O N E N T S
-----------------------------------------------------------------------------------------  */

/*  Autocomplete   ----------------------------------------------------------------------  */

.autocomplete-menu {
  z-index: 2;
}
.autocomplete-menu a {
  -webkit-transition: none;
          transition: none;
}
.autocomplete-menu a:hover,
.autocomplete-menu a:focus
{
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow:
    inset 0 -1px 0 rgba(0, 0, 0, 0.05),
    inset 0  1px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: color 0.3s, background 0.3s;
          transition: color 0.3s, background 0.3s;
}

/*  Breadcrumbs   -----------------------------------------------------------------------  */

.breadcrumb li:first-child a:before {
  content: 'Sākums';
}
.breadcrumb i.fa {
  display: none;
}

/*  Datetimepicker   --------------------------------------------------------------------  */

.bootstrap-datetimepicker-widget {
  opacity: 1 !important;
  display: block;
  padding: 0 !important;
}
.bootstrap-datetimepicker-widget[style*="display: none"],
.bootstrap-datetimepicker-widget[style*="display:none"],
.bootstrap-datetimepicker-widget:not([style*="absolute"])
{
  opacity: 0 !important;
  display: none !important;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after
{
  content: none !important;
}
.bootstrap-datetimepicker-widget * {
  border-radius: inherit;
}
.bootstrap-datetimepicker-widget th {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget td span
{
  padding: 0 !important;
  border-radius: 0 !important;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
          transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}
.bootstrap-datetimepicker-widget td span {
  margin: 2px !important;
  border-radius: 0 !important;
}
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next,
.bootstrap-datetimepicker-widget .picker-switch
{
  line-height: 30px;
}
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next
{
  width: 30px;
  padding-bottom: 0.12em !important;
  line-height: 10px;
  font-family: "Open Sans", Tahoma, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
}
.bootstrap-datetimepicker-widget thead .prev:hover,
.bootstrap-datetimepicker-widget thead .next:hover,
.bootstrap-datetimepicker-widget thead .picker-switch:hover
{
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.bootstrap-datetimepicker-widget table {
  display: block;
}
.bootstrap-datetimepicker-widget table thead,
.bootstrap-datetimepicker-widget table tbody
{
  display: table;
  width: 100%;
  padding: 10px;
  border-collapse: separate;
  border-spacing: 3px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bootstrap-datetimepicker-widget table tbody:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.bootstrap-datetimepicker-widget .datepicker .dow {
  padding-top: px;
  opacity: 0.7;
}
.bootstrap-datetimepicker-widget .datepicker .day {
  height: 30px;
}
.bootstrap-datetimepicker-widget .datepicker-years td,
.bootstrap-datetimepicker-widget .datepicker-years td:hover,
.bootstrap-datetimepicker-widget .datepicker-months td,
.bootstrap-datetimepicker-widget .datepicker-months td:hover,
.bootstrap-datetimepicker-widget .timepicker-picker td,
.bootstrap-datetimepicker-widget .timepicker-picker td:hover
{
  background-color: transparent !important;
}
.bootstrap-datetimepicker-widget .old,
.bootstrap-datetimepicker-widget .new
{
  opacity: 0.5 !important;
  background-color: transparent !important;
}
.bootstrap-datetimepicker-widget .datepicker-months tbody,
.bootstrap-datetimepicker-widget .datepicker-years tbody
{
  padding: 7px 0;
}
.bootstrap-datetimepicker-widget .collapse:not(:last-child) table tbody {
  padding-bottom: 0;
}
.bootstrap-datetimepicker-widget .collapse:last-child table tbody {
  padding-top: 0;
}
.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
  padding: 10px;
}
body .bootstrap-datetimepicker-widget .btn[class] {
  height: auto !important;
  font-size: 17px;
  color: inherit !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
body .bootstrap-datetimepicker-widget .btn[class]:hover {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}
body .bootstrap-datetimepicker-widget .btn[class] span,
body .bootstrap-datetimepicker-widget .btn[class] span:hover
{
  color: inherit !important;
  background-color: transparent !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker tr td a.btn {
  width: 54px;
}
.bootstrap-datetimepicker-widget .timepicker-picker tr:first-child td,
.bootstrap-datetimepicker-widget .timepicker-picker tr:first-child td span,
.bootstrap-datetimepicker-widget .timepicker-picker tr:last-child td,
.bootstrap-datetimepicker-widget .timepicker-picker tr:last-child td span
{
  height: 30px !important;
  line-height: 30px !important;
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   P A G E
-----------------------------------------------------------------------------------------  */

/*  Info   ------------------------------------------------------------------------------  */

.tb_wt_product_info_system dl dt,
.tb_wt_product_info_system dl dd
{
  float: none;
  clear: none;
  display: inline;
}
.tb_wt_product_info_system dl dt {
    margin-right: 5px;
  }
.tb_wt_product_info_system dl dd:after {
  content: '';
  display: block;
}

/*  Images   ----------------------------------------------------------------------------  */

.product-info .thumbnails {
  display: none;
}

/*  Options   ---------------------------------------------------------------------------  */

.options .form-group {
  margin-top:  0;
  margin-left: 0;
}
.options .form-group > label,
.options .form-group > div
{
  margin-top:  0 !important;
  margin-left: 0 !important;
}
.options .form-group > label {
  width:     120px;
  max-width: 120px;
}
.options.options .form-group > div {
  max-width: none;
      -ms-flex-basis: 160px !important;
  -webkit-flex-basis: 160px !important;
          flex-basis: 160px !important;
}
.options .tb_style_1 .image + .image {
  margin-top: 10px;
}
.options .checkbox.image > label input,
.options .radio.image > label input,
.options .checkbox.image > label img,
.options .radio.image > label img
{
    margin-right: 5px;
  }
.options .tb_style_1 .checkbox.image,
.options .tb_style_1 .radio.image
{
  padding-top: 0;
  padding-bottom: 0;
}

/*** Custom Style ***/

.options .tb_style_2 > div {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.options .tb_style_2 .control-label {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.options .tb_style_2 > div > div:not(.text-danger) {
  margin-top: -10px;
  margin-left: -10px;
}
.options .tb_style_2 > div > div:after {
  content: '';
  clear: both;
  display: table;
}

/*** Custom style - button checkbox / radio ***/

.options .tb_style_2 .checkbox,
.options .tb_style_2 .radio
{
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
    float: left;
    margin-top: 10px;
  margin-left: 10px;
  padding: 0 !important;
}
.options .tb_style_2 .checkbox > label,
.options .tb_style_2 .radio > label
{
  display: block;
  height: 40px;
  min-width: 40px;
  margin: 0 !important;
  padding: 0 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.options .tb_style_2 .checkbox > label span span,
.options .tb_style_2 .radio    > label span span,
.options .tb_style_2 .checkbox > label img ~ span,
.options .tb_style_2 .radio    > label img ~ span,
.options .tb_style_2 .checkbox.image > label div,
.options .tb_style_2 .checkbox > label input[type=checkbox],
.options .tb_style_2 .radio > label input[type=radio]
{
  display: none;
}

/*** Custom style - image checkbox / radio ***/

.options .tb_style_2 .checkbox.image > label,
.options .tb_style_2 .radio.image > label
{
  width: auto;
  height: auto;
  min-width: 0;
  padding: 3px;
  line-height: normal !important;
  cursor: pointer;
}
.options .tb_style_2 .checkbox.image > label img,
.options .tb_style_2 .radio.image > label img
{
  margin: 0;
  padding: 1px;
  vertical-align: top;
  background: #fff;
}

/*** Mobile ***/

.tb_max_w_300 .option b,
.tb_max_w_300 .option .required
{
  float: none;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.tb_max_w_300 .option .required {
    padding-right: 0;
  }
.tb_max_w_300 .option b {
  max-width: none;
}
.tb_max_w_300 .tb_checkbox_row .tb_group,
.tb_max_w_300 .tb_radio_row .tb_group
{
  padding-top: 0;
  padding-bottom: 0;
}
.tb_max_w_300 .option .tb_group,
.tb_max_w_300 #profile-description
{
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.tb_max_w_300 .option + .error,
.tb_max_w_300 .option > .error
{
    margin-left: 0;
  padding-left: 0;
  }
.tb_max_w_300 .option input[type=button] {
  float: none;
}

/*  ---   Search   ----------------------------------------------------------------------  */

#adv_search_box > div {
  width: auto;
}
#adv_search_box > div:last-child {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}
.tb_max_w_550 #adv_search_box > div {
  width: calc(100% - 20px);
  max-width: none;
}
.tb_max_w_550 #adv_search_box > div:not(:first-child) {
  margin-top: 20px;
}
.tb_min_w_550 #adv_search_box input[type=text],
.tb_min_w_550 #adv_search_box select
{
  width: 250px;
}
#adv_search_box .btn {
  width: 80px;
  margin-left: 0;
}
#adv_search_box .tb_button_1 .tb_text {
  text-align: center;
}
#adv_search_box > :last-child {
  margin-bottom: 0;
}



/*  -----------------------------------------------------------------------------------------
    B U R N   E N G I N E   C O M P O N E N T S
-----------------------------------------------------------------------------------------  */

/*** Accordion ***/

.tb_accordion > * {
  margin: 0;
}
.tb_accordion_content > div {
  display: none;
}
.tb_accordion_content > span.tb_title:first-child + div,
.tb_accordion > h2:first-child + div
{
  display: block;
}
.panel-group > .panel > .panel-heading {
  margin-bottom: 0;
}
.tb_accordion .tb_title,
.tb_accordion > h2,
.checkout-heading,
.panel-group > .panel > .panel-heading .panel-title,
.panel-group > .panel > .panel-heading .panel-title [data-parent]
{
  position: relative;
  z-index: 30;
  display: block;
  outline: none !important;
  cursor: pointer;
}
.panel-group > .panel > .panel-heading .panel-title:not([data-parent]) {
  cursor: default;
}
.tb_accordion .ui-accordion-header .ui-icon,
.checkout-heading:before,
.panel-group > .panel > .panel-heading [data-toggle]:before
{
  display: inline-block;
  width: 0.8em;
  text-align: center;
  font-weight: normal;
  font-family: "FontAwesome";
  vertical-align: top;
}
.tb_accordion .ui-accordion-header .ui-icon:before,
.checkout-heading:before,
.panel-group > .panel > .panel-heading [data-toggle]:not(.has_icon):before
{
    content: '\f105';
    float: none;
  /*
  margin-bottom: -0.056em;
  padding-top: 0.055em;
  */
  margin-top: -0.055em;
  vertical-align: top;
}
.checkout-heading:before,
.panel-group > .panel > .panel-heading [data-toggle]:before
{
    margin-right: 5px;
    padding-top: 0;
}
.tb_accordion .ui-accordion-header.ui-state-active .ui-icon:before,
.panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):before,
.checkout-heading.tb_opened:before
{
    -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
    margin-top: 0;
}
.tb_accordion .tb_wt {
  margin-bottom: 0;
}

/*** Accordion style 1 ***/

.tb_accordion.tb_style_1:not(.panel-group) {
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_accordion.tb_style_1 .tb_title,
.tb_accordion.tb_style_1 > h2,
.tb_accordion.tb_style_1 .tb_title + div,
.tb_accordion.tb_style_1 > h2 + div,
.panel-group:not(.tb_style_2) > .panel > .panel-heading > .panel-title,
.panel-group:not(.tb_style_2) > .panel > .panel-heading [data-toggle],
.panel-group:not(.tb_style_2) > .panel > .panel-collapse,
.checkout-heading
{
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.tb_accordion.tb_style_1 .tb_title,
.tb_accordion.tb_style_1 > h2,
.checkout-heading,
.panel-group:not(.tb_style_2) > .panel > .panel-heading .panel-title,
.panel-group:not(.tb_style_2) > .panel > .panel-heading [data-toggle]
{
  padding: 9px 19px;
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}
.panel-group:not(.tb_style_2) > .panel > .panel-heading [data-toggle]:not(.panel-title) {
  margin: -10px -20px;
}
.tb_accordion.tb_style_1 .tb_title:not(:first-child),
.tb_accordion.tb_style_1 .tb_title + div > div,
.tb_accordion.tb_style_1 .ui-accordion-content[style*="display: none"] + .ui-accordion-header,
.panel-group:not(.tb_style_2) > .panel:not(:first-child) > .panel-heading .panel-title,
.panel-group:not(.tb_style_2) > .panel:not(:first-child) > .panel-heading [data-toggle]
{
  border-top-color: transparent !important;
}
.tb_accordion.tb_style_1 .ui-accordion-header.last:not(.ui-accordion-header-active) {
  border-bottom-color: transparent !important;
}
.tb_accordion .tb_title + div,
.panel-group:not(.tb_style_2) > .panel > .panel-collapse
{
  border-top: none !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
}
.tb_accordion:not(.tb_style_2) .tb_accordion_content > div > .panel-body,
.panel-group:not(.tb_style_2) > .panel > .panel-collapse > .panel-body
{
  margin: 0 -1px;
}
.tb_accordion:not(.tb_style_2) .tb_accordion_content > div > .panel-body:not([class*="tb_pt_"]),
.panel-group:not(.tb_style_2) > .panel > .panel-collapse > .panel-body:not([class*="tb_pt_"])
{
  padding-top: 30px;
  padding-bottom: 30px;
}
.panel-group.tb_style_1 > .panel:last-child > .panel-collapse {
  margin-bottom: -1px;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

/*** Accordion style 2 ***/

.tb_accordion.tb_style_2 .tb_title,
.tb_accordion.tb_style_2 > h2,
.panel-group.tb_style_2 > .panel > .panel-title
{
  padding-top: 5px;
  padding-bottom: 5px;
}
.tb_accordion.tb_style_2 .ui-accordion-header,
.panel-group.tb_style_2 > .panel > .panel-title,
.panel-group.tb_style_2 > .panel > .panel-heading [data-toggle]
{
  background-color: transparent !important;
}
.panel-group.tb_style_2 > .panel > .panel-collapse > .panel-body:not([class*="tb_pt_"]) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tb_accordion.tb_style_2 > div > .panel-body,
.panel-group.tb_style_2 > .panel:last-child > .panel-collapse > .panel-body
{
  padding-bottom: 0 !important;
}
.tb_counter {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
       -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  text-align: center;
}
h4 + .tb_counter.tb_style_1 {
  margin: 20px 0 10px 0 !important;
}
.tb_listing .tb_counter.tb_style_1 {
  margin-top: 20px !important;
}
.tb_counter.tb_style_1 .tb_counter_label,
.tb_counter.tb_style_1 .tb_counter_time
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
            -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}
.tb_counter.tb_style_1 .tb_counter_label {
      -ms-flex: 19 1 0px;
  -webkit-flex: 19 1 0px;
          flex: 19 1 0px;
  min-width: 80px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.tb_counter.tb_style_1:hover .tb_counter_label {
  top: -30px;
}
.tb_counter.tb_style_1 .tb_counter_time {
  position: relative;
  z-index: 2;
      -ms-flex: 81 1 200px;
  -webkit-flex: 81 1 200px;
          flex: 81 1 200px;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tb_counter.tb_style_1 .tb_counter_time > span,
.tb_counter.tb_style_1 .tb_counter_time > span:after
{
  display: block;
  text-align: center;
}
.tb_counter.tb_style_1 .tb_counter_time > span {
      -ms-flex: 25 1 0px;
  -webkit-flex: 25 1 0px;
          flex: 25 1 0px;
  min-width: 50px;
  padding: 0.7em 0.1em 0.5em 0.1em !important;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
}
.tb_counter.tb_style_1 .tb_counter_time > span:after {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial;
  opacity: 0.5;
}
.tb_counter.tb_style_1 .tb_counter_days:after    { content: 'Dienos'; }
.tb_counter.tb_style_1 .tb_counter_hours:after   { content: 'Val.'; }
.tb_counter.tb_style_1 .tb_counter_minutes:after { content: 'Min.'; }
.tb_counter.tb_style_1 .tb_counter_seconds:after { content: 'Sek.'; }.tb_overlay,
.tb_flip
{
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.tb_flip {
  background: transparent !important;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.tb_flip:hover {
  z-index: 4;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tb_overlay .tb_front,
.tb_overlay .tb_back,
.tb_flip .tb_front,
.tb_flip .tb_back
{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tb_overlay .tb_front,
.tb_overlay .tb_back
{
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
}
.tb_flip .tb_front,
.tb_flip .tb_back
{
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.tb_overlay .tb_front,
.tb_flip .tb_front
{
  z-index: 3;
  position: relative;
}
.tb_overlay .tb_back,
.tb_flip .tb_back
{
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.tb_overlay:hover .tb_back,
.tb_flip:hover .tb_back
{
  z-index: 4;
}
.tb_overlay:not(:hover) .tb_back *,
.tb_flip:not(:hover) .tb_back *
{
  pointer-events: none;
}
/*.tb_overlay:hover .tb_front,*/
.tb_overlay .tb_back
{
  opacity: 0;
}
.tb_overlay .tb_front,
.tb_overlay:hover .tb_back
{
  opacity: 1;
}
.tb_flip .tb_front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.tb_flip:hover .tb_front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.tb_flip .tb_back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.tb_flip:hover .tb_back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.tb_preload,
.tb_loading
{
  position: relative;
}
.tb_preload > * {
  transition: opacity 0.5s;
  transition-delay: 0.3s;
}
.tb_loading {
  overflow: hidden;
}
.tb_loading:before {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
}
.tb_loading * {
  pointer-events: none;
}
.tb_loading > * {
  opacity: 0;
}
.tb_loading > span.wait,
.tb_loading > i.fa.fa-circle-o-notch.fa-spin,
.tb_loading > .tb_loading_bar
{
  opacity: 1;
}
.tb_preload:not(.tb_loading) > * {
  opacity: 1;
}
.tb_preload:not(.tb_loading) > .tb_loading_bar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
span.wait,
i.fa.fa-circle-o-notch.fa-spin,
.tb_loading_bar
{
  position: relative;
  display: inline-block;
  transition-delay: 0s !important;
}
span.wait,
i.fa.fa-circle-o-notch.fa-spin
{
  width: 18px;
  height: 18px;
  line-height: 16px;
}
.tb_loading_bar {
  width: 30px;
  height: 30px;
}
span.wait:before,
span.wait:after,
i.fa.fa-circle-o-notch.fa-spin:before,
i.fa.fa-circle-o-notch.fa-spin:after,
.tb_loading_bar:before,
.tb_loading_bar:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 !important;
  border-radius: 50%;
}
span.wait:after,
i.fa.fa-circle-o-notch.fa-spin:after,
.tb_loading_bar:after
{
  border: 2px solid;
  opacity: 0.15;
}
span.wait:before,
i.fa.fa-circle-o-notch.fa-spin:before,
.tb_loading_bar:before
{
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid  transparent;
  border-collapse: collapse;
  opacity: 0.7;
  -webkit-animation-name: tb_rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: tb_rotate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
span.wait:before,
i.fa.fa-circle-o-notch.fa-spin:before
{
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.tb_loading > span.wait,
.tb_loading > i.fa.fa-circle-o-notch.fa-spin,
.tb_loading > .tb_loading_bar
{
  z-index: 100;
  position: absolute;
  left: 50%;
}
.tb_loading > .tb_loading_bar {
  top: 100px;
  margin-left: -15px;
}
.tb_loading > span.wait,
.tb_loading > i.fa.fa-circle-o-notch.fa-spin
{
  top: 50%;
  margin: -8px 0 0 -8px;
}
.tb_loading:not(.tb_preload) > *:not(.fa):not(.wait),
.tb_loading:not(.tb_preload) > *:not(.fa):not(.wait)
{
  overflow: hidden;
  visibility: hidden;
  /*
  height: 0;
  margin: 0;
  padding: 0;
  */
}
.tb_loading:not(.tb_preload) .btn
{
  opacity: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/*  Position   --------------------------------------------------------------------------  */

span.wait,
i.fa.fa-circle-o-notch.fa-spin
{
    margin-right: 10px;
    vertical-align: middle;
}
select + span.wait,
select + i.fa.fa-circle-o-notch.fa-spin
{
    margin-left: 10px;
    margin-top: -0.2em;
}
.button + span.wait,
.btn + span.wait,
.btn + i.fa.fa-circle-o-notch.fa-spin
{
    margin-left: 10px;
  }
.btn span.wait,
.btn i.fa.fa-circle-o-notch.fa-spin
{
  margin: -0.1em 0 0 0;
}.rating * {
  display: inline-block;
  vertical-align: top;
}
.rating .tb_bar {
  position: relative;
}
.rating .tb_bar {
  white-space: nowrap;
  font-size: 15px;
}
.rating .tb_bar .tb_base,
.rating .tb_bar .tb_percent
{
  display: inline-block;
  letter-spacing: 0.15em;
  font-family: FontAwesome;
}
.rating .tb_bar .tb_base:before {
  content: '\f006\f006\f006\f006\f006';
}
.rating .tb_bar .tb_percent {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.rating .tb_bar .tb_percent:before {
  content: '\f005\f005\f005\f005\f005';
}
.rating .tb_bar:not(:last-child) {
    margin-right: 0.2em;
  }
.rating .tb_average {
  margin-top: -1px;
  letter-spacing: 1px;
  vertical-align: top;
  font-weight: bold;
}
.tb_grid_view .rating .tb_average {
  display: none;
}
.tb_compact_view .rating .tb_average {
  display: inline-block;
}
.rating .tb_total {
  display: inline-block;
  margin-top: -1px;
}
.rating .tb_total,
.rating + .tb_total
{
  letter-spacing: 0;
  font-weight: normal;
  font-size: 11px;
  vertical-align: top;
  opacity: 0.6;
}
.rating .tb_review_write {
    margin-left: 5px;
  padding-left: 7px;
  border-left-width: 1px;
  border-left-style: solid;
  }

/*** Small ***/

.rating.tb_max_w_320 .tb_review_write {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  border: none;
}

.tb_item:after {
  content: '';
  clear: both;
  display: table;
}
.tb_listing {
  position: relative;
  clear: both;
  margin-bottom: 30px;
}
/*
.tb_listing:hover {
  z-index: 3;
}
*/
.tb_listing:after {
  clear: both;
}
.tb_listing:last-child {
  margin-bottom: 0;
}

/*  -----------------------------------------------------------------------------------------
    G R I D   V I E W
-----------------------------------------------------------------------------------------  */

.tb_grid_view,
.tb_grid_view > div,
.tb_grid_view > li,
.tb_grid_view > span,
.tb_grid_view .tb_item,
.tb_grid_view .tb_flip,
.tb_grid_view .tb_overlay,
.tb_grid_view .tb_item_info_active,
.tb_grid_view .tb_item_info_hover
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 0;
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}
.tb_grid_view {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.tb_grid_view[class*="tb_size_"] {
  opacity: 1;
}
.tb_grid_view > div,
.tb_grid_view > li,
.tb_grid_view > span
{
  position: relative;
    float: left;
  }
.tb_grid_view .tb_item {
  width: 100%;
  text-align: center;
}
.tb_grid_view .tb_item,
.tb_grid_view .tb_item > *
{
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.tb_grid_view .tb_flip:not(.image),
.tb_grid_view .tb_item_info_hover
{
  width: 100%;
  height: 100%;
}
.tb_grid_view.tb_gut_0 {
  margin-left: -0px;
  margin-right: -0px;
  padding-right: 0px;
}
.tb_grid_view.tb_gut_0 > div,
.tb_grid_view.tb_gut_0 > li,
.tb_grid_view.tb_gut_0 > span
{
  margin-bottom: 0px;
  padding-left: 0px;
}
.tb_grid_view.tb_gut_10 {
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 10px;
}
.tb_grid_view.tb_gut_10 > div,
.tb_grid_view.tb_gut_10 > li,
.tb_grid_view.tb_gut_10 > span
{
  margin-bottom: 10px;
  padding-left: 10px;
}
.tb_grid_view.tb_gut_20 {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
}
.tb_grid_view.tb_gut_20 > div,
.tb_grid_view.tb_gut_20 > li,
.tb_grid_view.tb_gut_20 > span
{
  margin-bottom: 20px;
  padding-left: 20px;
}
.tb_grid_view.tb_gut_30 {
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 30px;
}
.tb_grid_view.tb_gut_30 > div,
.tb_grid_view.tb_gut_30 > li,
.tb_grid_view.tb_gut_30 > span
{
  margin-bottom: 30px;
  padding-left: 30px;
}
.tb_grid_view.tb_gut_40 {
  margin-left: -40px;
  margin-right: -40px;
  padding-right: 40px;
}
.tb_grid_view.tb_gut_40 > div,
.tb_grid_view.tb_gut_40 > li,
.tb_grid_view.tb_gut_40 > span
{
  margin-bottom: 40px;
  padding-left: 40px;
}
.tb_grid_view.tb_gut_50 {
  margin-left: -50px;
  margin-right: -50px;
  padding-right: 50px;
}
.tb_grid_view.tb_gut_50 > div,
.tb_grid_view.tb_gut_50 > li,
.tb_grid_view.tb_gut_50 > span
{
  margin-bottom: 50px;
  padding-left: 50px;
}

.tb_grid_view.tb_size_1  > div,
.tb_grid_view.tb_size_1  > li,
.tb_grid_view.tb_size_1  > span
{
  height: auto !important;
}
.tb_grid_view.tb_size_1 > div,
.tb_grid_view.tb_size_1 > li,
.tb_grid_view.tb_size_1 > span
{
  width: 100%;
  max-width: 100%;
      -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}
.tb_grid_view.tb_size_2 > div,
.tb_grid_view.tb_size_2 > li,
.tb_grid_view.tb_size_2 > span
{
  width: 50%;
  max-width: 50%;
      -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
}
.tb_grid_view.tb_size_3 > div,
.tb_grid_view.tb_size_3 > li,
.tb_grid_view.tb_size_3 > span
{
  width: 33.33333333%;
  max-width: 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
  -webkit-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
}
.tb_grid_view.tb_size_4 > div,
.tb_grid_view.tb_size_4 > li,
.tb_grid_view.tb_size_4 > span
{
  width: 25%;
  max-width: 25%;
      -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
}
.tb_grid_view.tb_size_5 > div,
.tb_grid_view.tb_size_5 > li,
.tb_grid_view.tb_size_5 > span
{
  width: 20%;
  max-width: 20%;
      -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
}
.tb_grid_view.tb_size_6 > div,
.tb_grid_view.tb_size_6 > li,
.tb_grid_view.tb_size_6 > span
{
  width: 16.66666666%;
  max-width: 16.66666666%;
      -ms-flex: 0 0 16.66666666%;
  -webkit-flex: 0 0 16.66666666%;
          flex: 0 0 16.66666666%;
}
.tb_grid_view.tb_size_7 > div,
.tb_grid_view.tb_size_7 > li,
.tb_grid_view.tb_size_7 > span
{
  width: 14.28571428%;
  max-width: 14.28571428%;
      -ms-flex: 0 0 14.28571428%;
  -webkit-flex: 0 0 14.28571428%;
          flex: 0 0 14.28571428%;
}
.tb_grid_view.tb_size_8 > div,
.tb_grid_view.tb_size_8 > li,
.tb_grid_view.tb_size_8 > span
{
  width: 12.5%;
  max-width: 12.5%;
      -ms-flex: 0 0 12.5%;
  -webkit-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}
.tb_grid_view.tb_size_9 > div,
.tb_grid_view.tb_size_9 > li,
.tb_grid_view.tb_size_9 > span
{
  width: 11.11111111%;
  max-width: 11.11111111%;
      -ms-flex: 0 0 11.11111111%;
  -webkit-flex: 0 0 11.11111111%;
          flex: 0 0 11.11111111%;
}
.tb_grid_view.tb_size_10 > div,
.tb_grid_view.tb_size_10 > li,
.tb_grid_view.tb_size_10 > span
{
  width: 10%;
  max-width: 10%;
      -ms-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
          flex: 0 0 10%;
}
.tb_grid_view.tb_size_11 > div,
.tb_grid_view.tb_size_11 > li,
.tb_grid_view.tb_size_11 > span
{
  width: 9.09090909%;
  max-width: 9.09090909%;
      -ms-flex: 0 0 9.09090909%;
  -webkit-flex: 0 0 9.09090909%;
          flex: 0 0 9.09090909%;
}
.tb_grid_view.tb_size_12 > div,
.tb_grid_view.tb_size_12 > li,
.tb_grid_view.tb_size_12 > span
{
  width: 8.33333333%;
  max-width: 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
  -webkit-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
}
.tb_grid_view.tb_size_2 > .tb_size_2_last,
.tb_grid_view.tb_size_3 > .tb_size_3_last,
.tb_grid_view.tb_size_4 > .tb_size_4_last,
.tb_grid_view.tb_size_5 > .tb_size_5_last,
.tb_grid_view.tb_size_6 > .tb_size_6_last,
.tb_grid_view.tb_size_7 > .tb_size_7_last,
.tb_grid_view.tb_size_8 > .tb_size_8_last,
.tb_grid_view.tb_size_9 > .tb_size_9_last,
.tb_grid_view.tb_size_10 > .tb_size_10_last,
.tb_grid_view.tb_size_11 > .tb_size_11_last,
.tb_grid_view.tb_size_12 > .tb_size_12_last,
.tb_grid_view[class] > :last-child,
.tb_grid_view[class] > [class]:last-child
{
  margin-bottom: 0;
}

/*** Max rows ***/

.tb_size_1.tb_max_rows_1 > div:nth-child(n + 2),
.tb_size_1.tb_max_rows_2 > div:nth-child(n + 3),
.tb_size_1.tb_max_rows_3 > div:nth-child(n + 4),
.tb_size_1.tb_max_rows_4 > div:nth-child(n + 5),
.tb_size_1.tb_max_rows_5 > div:nth-child(n + 6),
.tb_size_1.tb_max_rows_6 > div:nth-child(n + 7),
.tb_size_1.tb_max_rows_7 > div:nth-child(n + 8),
.tb_size_1.tb_max_rows_8 > div:nth-child(n + 9),
.tb_size_1.tb_max_rows_9 > div:nth-child(n + 10),
.tb_size_1.tb_max_rows_10 > div:nth-child(n + 11),
.tb_size_2.tb_max_rows_1 > div:nth-child(n + 3),
.tb_size_2.tb_max_rows_2 > div:nth-child(n + 5),
.tb_size_2.tb_max_rows_3 > div:nth-child(n + 7),
.tb_size_2.tb_max_rows_4 > div:nth-child(n + 9),
.tb_size_2.tb_max_rows_5 > div:nth-child(n + 11),
.tb_size_2.tb_max_rows_6 > div:nth-child(n + 13),
.tb_size_2.tb_max_rows_7 > div:nth-child(n + 15),
.tb_size_2.tb_max_rows_8 > div:nth-child(n + 17),
.tb_size_2.tb_max_rows_9 > div:nth-child(n + 19),
.tb_size_2.tb_max_rows_10 > div:nth-child(n + 21),
.tb_size_3.tb_max_rows_1 > div:nth-child(n + 4),
.tb_size_3.tb_max_rows_2 > div:nth-child(n + 7),
.tb_size_3.tb_max_rows_3 > div:nth-child(n + 10),
.tb_size_3.tb_max_rows_4 > div:nth-child(n + 13),
.tb_size_3.tb_max_rows_5 > div:nth-child(n + 16),
.tb_size_3.tb_max_rows_6 > div:nth-child(n + 19),
.tb_size_3.tb_max_rows_7 > div:nth-child(n + 22),
.tb_size_3.tb_max_rows_8 > div:nth-child(n + 25),
.tb_size_3.tb_max_rows_9 > div:nth-child(n + 28),
.tb_size_3.tb_max_rows_10 > div:nth-child(n + 31),
.tb_size_4.tb_max_rows_1 > div:nth-child(n + 5),
.tb_size_4.tb_max_rows_2 > div:nth-child(n + 9),
.tb_size_4.tb_max_rows_3 > div:nth-child(n + 13),
.tb_size_4.tb_max_rows_4 > div:nth-child(n + 17),
.tb_size_4.tb_max_rows_5 > div:nth-child(n + 21),
.tb_size_4.tb_max_rows_6 > div:nth-child(n + 25),
.tb_size_4.tb_max_rows_7 > div:nth-child(n + 29),
.tb_size_4.tb_max_rows_8 > div:nth-child(n + 33),
.tb_size_4.tb_max_rows_9 > div:nth-child(n + 37),
.tb_size_4.tb_max_rows_10 > div:nth-child(n + 41),
.tb_size_5.tb_max_rows_1 > div:nth-child(n + 6),
.tb_size_5.tb_max_rows_2 > div:nth-child(n + 11),
.tb_size_5.tb_max_rows_3 > div:nth-child(n + 16),
.tb_size_5.tb_max_rows_4 > div:nth-child(n + 21),
.tb_size_5.tb_max_rows_5 > div:nth-child(n + 26),
.tb_size_5.tb_max_rows_6 > div:nth-child(n + 31),
.tb_size_5.tb_max_rows_7 > div:nth-child(n + 36),
.tb_size_5.tb_max_rows_8 > div:nth-child(n + 41),
.tb_size_5.tb_max_rows_9 > div:nth-child(n + 46),
.tb_size_5.tb_max_rows_10 > div:nth-child(n + 51),
.tb_size_6.tb_max_rows_1 > div:nth-child(n + 7),
.tb_size_6.tb_max_rows_2 > div:nth-child(n + 13),
.tb_size_6.tb_max_rows_3 > div:nth-child(n + 19),
.tb_size_6.tb_max_rows_4 > div:nth-child(n + 25),
.tb_size_6.tb_max_rows_5 > div:nth-child(n + 31),
.tb_size_6.tb_max_rows_6 > div:nth-child(n + 37),
.tb_size_6.tb_max_rows_7 > div:nth-child(n + 43),
.tb_size_6.tb_max_rows_8 > div:nth-child(n + 49),
.tb_size_6.tb_max_rows_9 > div:nth-child(n + 55),
.tb_size_6.tb_max_rows_10 > div:nth-child(n + 61),
.tb_size_7.tb_max_rows_1 > div:nth-child(n + 8),
.tb_size_7.tb_max_rows_2 > div:nth-child(n + 15),
.tb_size_7.tb_max_rows_3 > div:nth-child(n + 22),
.tb_size_7.tb_max_rows_4 > div:nth-child(n + 29),
.tb_size_7.tb_max_rows_5 > div:nth-child(n + 36),
.tb_size_7.tb_max_rows_6 > div:nth-child(n + 43),
.tb_size_7.tb_max_rows_7 > div:nth-child(n + 50),
.tb_size_7.tb_max_rows_8 > div:nth-child(n + 57),
.tb_size_7.tb_max_rows_9 > div:nth-child(n + 64),
.tb_size_7.tb_max_rows_10 > div:nth-child(n + 71),
.tb_size_8.tb_max_rows_1 > div:nth-child(n + 9),
.tb_size_8.tb_max_rows_2 > div:nth-child(n + 17),
.tb_size_8.tb_max_rows_3 > div:nth-child(n + 25),
.tb_size_8.tb_max_rows_4 > div:nth-child(n + 33),
.tb_size_8.tb_max_rows_5 > div:nth-child(n + 41),
.tb_size_8.tb_max_rows_6 > div:nth-child(n + 49),
.tb_size_8.tb_max_rows_7 > div:nth-child(n + 57),
.tb_size_8.tb_max_rows_8 > div:nth-child(n + 65),
.tb_size_8.tb_max_rows_9 > div:nth-child(n + 73),
.tb_size_8.tb_max_rows_10 > div:nth-child(n + 81),
.tb_size_9.tb_max_rows_1 > div:nth-child(n + 10),
.tb_size_9.tb_max_rows_2 > div:nth-child(n + 19),
.tb_size_9.tb_max_rows_3 > div:nth-child(n + 28),
.tb_size_9.tb_max_rows_4 > div:nth-child(n + 37),
.tb_size_9.tb_max_rows_5 > div:nth-child(n + 46),
.tb_size_9.tb_max_rows_6 > div:nth-child(n + 55),
.tb_size_9.tb_max_rows_7 > div:nth-child(n + 64),
.tb_size_9.tb_max_rows_8 > div:nth-child(n + 73),
.tb_size_9.tb_max_rows_9 > div:nth-child(n + 82),
.tb_size_9.tb_max_rows_10 > div:nth-child(n + 91),
.tb_size_10.tb_max_rows_1 > div:nth-child(n + 11),
.tb_size_10.tb_max_rows_2 > div:nth-child(n + 21),
.tb_size_10.tb_max_rows_3 > div:nth-child(n + 31),
.tb_size_10.tb_max_rows_4 > div:nth-child(n + 41),
.tb_size_10.tb_max_rows_5 > div:nth-child(n + 51),
.tb_size_10.tb_max_rows_6 > div:nth-child(n + 61),
.tb_size_10.tb_max_rows_7 > div:nth-child(n + 71),
.tb_size_10.tb_max_rows_8 > div:nth-child(n + 81),
.tb_size_10.tb_max_rows_9 > div:nth-child(n + 91),
.tb_size_10.tb_max_rows_10 > div:nth-child(n + 101),
.tb_size_11.tb_max_rows_1 > div:nth-child(n + 12),
.tb_size_11.tb_max_rows_2 > div:nth-child(n + 23),
.tb_size_11.tb_max_rows_3 > div:nth-child(n + 34),
.tb_size_11.tb_max_rows_4 > div:nth-child(n + 45),
.tb_size_11.tb_max_rows_5 > div:nth-child(n + 56),
.tb_size_11.tb_max_rows_6 > div:nth-child(n + 67),
.tb_size_11.tb_max_rows_7 > div:nth-child(n + 78),
.tb_size_11.tb_max_rows_8 > div:nth-child(n + 89),
.tb_size_11.tb_max_rows_9 > div:nth-child(n + 100),
.tb_size_11.tb_max_rows_10 > div:nth-child(n + 111),
.tb_size_12.tb_max_rows_1 > div:nth-child(n + 13),
.tb_size_12.tb_max_rows_2 > div:nth-child(n + 25),
.tb_size_12.tb_max_rows_3 > div:nth-child(n + 37),
.tb_size_12.tb_max_rows_4 > div:nth-child(n + 49),
.tb_size_12.tb_max_rows_5 > div:nth-child(n + 61),
.tb_size_12.tb_max_rows_6 > div:nth-child(n + 73),
.tb_size_12.tb_max_rows_7 > div:nth-child(n + 85),
.tb_size_12.tb_max_rows_8 > div:nth-child(n + 97),
.tb_size_12.tb_max_rows_9 > div:nth-child(n + 109),
.tb_size_12.tb_max_rows_10 > div:nth-child(n + 121),
.tb_grid_view.tb_size_13.tb_max_rows_11
{
  display: none;
}

/*  -----------------------------------------------------------------------------------------
    L I S T   V I E W
-----------------------------------------------------------------------------------------  */

.tb_list_view > div,
.tb_list_view > li,
.tb_list_view > span
{
  position: relative;
  clear: both;
  margin-top: 30px;
}
.tb_list_view > div:first-child,
.tb_list_view > li:first-child,
.tb_list_view > span:first-child
{
  margin-top: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    C O M P A C T   V I E W
-----------------------------------------------------------------------------------------  */

.tb_compact_view > div,
.tb_compact_view > li,
.tb_compact_view > span
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 !important;
  background: transparent;
}
.tb_compact_view > div + div,
.tb_compact_view > li + li,
.tb_compact_view > span + span
{
  margin-top: 20px;
}
.tb_compact_view .image,
.tb_compact_view .thumbnail
{
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 !important;
}
.tb_compact_view .image:not(:last-child),
.tb_compact_view .thumbnail:not(:last-child)
{
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 !important;
    margin-right: 15px !important;
  }
.tb_compact_view .image + div,
.tb_compact_view .thumbnail + div
{
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 100px;
}
.tb_compact_view h3,
.tb_compact_view h4,
.tb_compact_view .name,
.tb_compact_view.tb_compact_view .price
{
  margin: 0;
  line-height: 20px;
  font-size: 14px;
}
.tb_compact_view h3 a,
.tb_compact_view h4 a,
.tb_compact_view .name a
{
  display: block;
}

/*  -----------------------------------------------------------------------------------------
    P A G I N A T I O N
-----------------------------------------------------------------------------------------  */

.tb_listing + .pagination {
  border-top-width: 1px;
  border-top-style: solid;
}

/*  -----------------------------------------------------------------------------------------
    S I M P L E   G R I D
-----------------------------------------------------------------------------------------  */

.tb_grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top:  -30px;
  margin-left: -30px;
}
.tb_grid > div,
.tb_grid > li,
.tb_grid > span
{
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
  margin-top:   30px;
  padding-left: 30px;
}
.tb_grid > :empty {
  display: block !important;
  height: 0;
  margin: 0 !important;
  border-top:    none;
  border-bottom: none;
}
.tb_slider {
  overflow: hidden;
  position: static;
  display: block !important;
  float: none;
  margin: -60px 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 60px;
  padding-bottom: 60px;
  direction: ltr;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.swiper-container {
  overflow: visible;
  display: block !important;
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  contain: layout;
}
.swiper-container:before {
  content: none !important;
}
.swiper-container > .swiper-wrapper {
  box-sizing: content-box;
}
.swiper-container,
.swiper-container > .swiper-wrapper,
.swiper-container > .swiper-wrapper > .swiper-slide
{
  max-width: none !important;
  height: auto !important;
}
.swiper-container > .swiper-wrapper > .swiper-slide {
  direction: ltr;
  width: auto !important;
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}
.swiper-container > .swiper-wrapper > .swiper-slide > * {
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
}
.tb_slider_controls {
  z-index: 40;
  position: absolute;
  top: 0;
  direction: ltr;
}
.tb_slider_controls a {
  position: relative;
  display: inline-block;
  width: 20px;
    margin-left: 5px;
    line-height : inherit;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  vertical-align: top;
}
.tb_slider_controls a:before {
  content: '>';
  position: relative;
  z-index: 1;
  display: block;
  opacity: 0;
}
.tb_slider_controls a.tb_prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tb_slider_controls svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  max-width: none;
  max-height: none;
  margin: -12px 0 0 -12px;
}
.tb_slider_controls .tb_disabled {
  opacity: 0.5;
}
.has_slider.tb_side_nav .tb_grid_view.tb_style_bordered.tb_multiline,
:not(.panel-body) > .has_slider.no_title .tb_grid_view.tb_multiline:not(.tb_slider),
.tb_side_nav .tb_slider
{
  margin-left:  40px !important;
  margin-right: 40px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_0.tb_multiline:not(.tb_slider) {
  margin-left:  40px !important;
  margin-right: 40px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_10.tb_multiline:not(.tb_slider) {
  margin-left:  30px !important;
  margin-right: 30px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_20.tb_multiline:not(.tb_slider) {
  margin-left:  20px !important;
  margin-right: 20px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_30.tb_multiline:not(.tb_slider) {
  margin-left:  10px !important;
  margin-right: 10px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_40.tb_multiline:not(.tb_slider) {
  margin-left:  0px !important;
  margin-right: 0px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_50.tb_multiline:not(.tb_slider) {
  margin-left:  -10px !important;
  margin-right: -10px !important;
}

.has_slider .tb_grid_view.tb_multiline > * {
  margin-bottom: 0;
}

.tb_side_nav .tb_slider_controls {
  position: static;
  visibility: hidden;
}
.tb_side_nav .tb_slider_controls a {
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
}
.tb_slider_controls .tb_prev { left: -3px; }
.tb_slider_controls .tb_next { right: -3px; }


.tb_slider_pagination {
  overflow: hidden;
  text-align: center;
  min-height: 20px;
  margin: 20px 0 0 0;
}
.tb_slider_pagination.tb_compact {
  margin: 10px 0 0 0;
}
.tb_slider_pagination span {
  position: relative;
  z-index: 20;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  background: #e3e3e3;
}
.tb_slider_pagination span:hover {
  background: #d9d9d9;
}
.tb_slider_pagination span + span {
    margin-left: 7px;
  }
.tb_slider_pagination span.tb_active {
  background: #bbb;
}
.tb_slider_pagination .swiper-active-switch {
  padding: 0;
}


.swiper-slide > * {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  vertical-align: top;
}
.tb_listing.tb_gut_10 > .swiper-container { margin-left: -10px; }
.tb_listing.tb_gut_20 > .swiper-container { margin-left: -20px; }
.tb_listing.tb_gut_30 > .swiper-container { margin-left: -30px; }
.tb_listing.tb_gut_40 > .swiper-container { margin-left: -40px; }
.tb_listing.tb_gut_50 > .swiper-container { margin-left: -50px; }
.tb_listing.tb_gut_10 .swiper-slide { padding-left: 10px; }
.tb_listing.tb_gut_20 .swiper-slide { padding-left: 20px; }
.tb_listing.tb_gut_30 .swiper-slide { padding-left: 30px; }
.tb_listing.tb_gut_40 .swiper-slide { padding-left: 40px; }
.tb_listing.tb_gut_50 .swiper-slide { padding-left: 50px; }

.tb_listing.tb_size_1 .swiper-slide { width: 100%; }
.tb_listing.tb_size_2 .swiper-slide { width: 50%; }
.tb_listing.tb_size_3 .swiper-slide { width: 33.33333333%; }
.tb_listing.tb_size_4 .swiper-slide { width: 25%; }
.tb_listing.tb_size_5 .swiper-slide { width: 20%; }
.tb_listing.tb_size_6 .swiper-slide { width: 16.66666666%; }
.tb_listing.tb_size_7 .swiper-slide { width: 14.28571428%; }
.tb_listing.tb_size_8 .swiper-slide { width: 12.5%; }
.tb_listing.tb_size_9 .swiper-slide { width: 11.11111111%; }
.tb_listing.tb_size_10 .swiper-slide { width: 10%; }
.tb_listing.tb_size_11 .swiper-slide { width: 9.09090909%; }
.tb_listing.tb_size_12 .swiper-slide { width: 8.33333333%; }

/*** Carousel Init ***/

.swiper-container.tb_slider_init > .swiper-wrapper,
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide,
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide > *
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide > * {
  width: 100% !important;
}
.swiper-container.tb_slider_init > .swiper-wrapper > .swiper-slide > * > * {
  max-width: 100%;
}

/*** Carousel Before Init ***/

.has_slider .tb_grid_view.tb_size_1 > :nth-child(n+2),
.has_slider .tb_grid_view.tb_size_2 > :nth-child(n+3),
.has_slider .tb_grid_view.tb_size_3 > :nth-child(n+4),
.has_slider .tb_grid_view.tb_size_4 > :nth-child(n+5),
.has_slider .tb_grid_view.tb_size_5 > :nth-child(n+6),
.has_slider .tb_grid_view.tb_size_6 > :nth-child(n+7),
.has_slider .tb_grid_view.tb_size_7 > :nth-child(n+8),
.has_slider .tb_grid_view.tb_size_8 > :nth-child(n+9),
.has_slider .tb_grid_view.tb_size_9 > :nth-child(n+10),
.has_slider .tb_grid_view.tb_size_10 > :nth-child(n+11),
.has_slider .tb_grid_view.tb_size_11 > :nth-child(n+12),
.has_slider .tb_grid_view.tb_size_12 > :nth-child(n+13),
.has_slider .tb_list_view    > :nth-child(n+2),
.has_slider .tb_compact_view > :nth-child(n+2)
{
  display: none !important;
}

/*** Carousel in tabs ***/

.tab-content .has_slider.no_title {
  position: static;
}

/*** Carousel overlay ***/

.has_slider {
  pointer-events: none;
}
.has_slider .tb_listing:not(.tb_slider),
.has_slider .product-thumb,
.has_slider .tb_item,
.has_slider .tb_item_info,
.swiper-container,
.tb_slider_controls *,
.tb_slider_pagination
{
  pointer-events: auto;
}

/*  -----------------------------------------------------------------------------------------
    B O R D E R E D   L I S T I N G
-----------------------------------------------------------------------------------------  */

.tb_listing.tb_style_bordered {
  margin-bottom: 0;
}
.tb_listing.tb_style_bordered:first-child {
  border-top-width: 0;
}
.tb_listing.tb_style_bordered > * {
  margin-top: 0;
  margin-bottom: 0;
}
.tb_listing_options + .tb_listing.tb_style_bordered {
  border-top-width: 1px;
  border-top-style: solid;
}

/*  List view   -------------------------------------------------------------------------  */

.tb_listing.tb_list_view.tb_style_bordered > * {
  margin-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.tb_listing.tb_list_view.tb_style_bordered > :first-child {
  border-top: none;
}

/*  Grid view   -------------------------------------------------------------------------  */

.tb_listing.tb_grid_view.tb_style_bordered,
.tb_listing.tb_grid_view.tb_style_bordered > *
{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.tb_listing.tb_grid_view.tb_style_bordered {
    margin-right: -1px;
  }
.tb_listing.tb_grid_view.tb_style_bordered > * {
  margin-bottom: 0;
    border-right-style: solid;
  border-right-width: 1px;
    border-bottom-style: solid;
  border-bottom-width: 1px;
}
.tb_listing.tb_grid_view.tb_style_bordered > *:before,
.tb_listing.tb_grid_view.tb_style_bordered > *:after
{
  content: '';
  position: absolute;
  display: block;
}
.tb_listing.tb_grid_view.tb_style_bordered > *:after
{
  top: 0;
    right: -1px;
    width: 0;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.tb_listing.tb_grid_view.tb_style_bordered > *:before
{
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2 > .tb_size_2_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3 > .tb_size_3_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4 > .tb_size_4_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5 > .tb_size_5_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6 > .tb_size_6_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7 > .tb_size_7_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8 > .tb_size_8_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9 > .tb_size_9_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10 > .tb_size_10_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 > .tb_size_11_last,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_12 > .tb_size_12_last,
.tb_listing.tb_grid_view.tb_style_bordered > :last-child
{
  border-bottom: 0 none;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_1 > *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2  .clear2  + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3  .clear3  + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4  .clear4  + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5  .clear5  + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6  .clear6  + * + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7  .clear7  + * + * + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8  .clear8  + * + * + * + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9  .clear9  + * + * + * + * + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10 .clear10 + * + * + * + * + * + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 .clear11 + * + * + * + * + * + * + * + * + * + *,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 .clear12 + * + * + * + * + * + * + * + * + * + * + *
{
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_1 > *:last-child:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2 > .tb_size_2_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3 > .tb_size_3_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4 > .tb_size_4_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5 > .tb_size_5_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6 > .tb_size_6_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7 > .tb_size_7_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8 > .tb_size_8_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9 > .tb_size_9_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10 > .tb_size_10_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 > .tb_size_11_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_12 > .tb_size_12_last:before,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_1 > *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_2  .clear2  + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_3  .clear3  + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_4  .clear4  + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_5  .clear5  + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_6  .clear6  + * + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_7  .clear7  + * + * + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_8  .clear8  + * + * + * + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_9  .clear9  + * + * + * + * + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_10 .clear10 + * + * + * + * + * + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 .clear11 + * + * + * + * + * + * + * + * + * + *:after,
.tb_listing.tb_grid_view.tb_style_bordered.tb_size_11 .clear12 + * + * + * + * + * + * + * + * + * + * + *:after
{
  content: none;
}

/*  Carousel   --------------------------------------------------------------------------  */

.tb_listing.tb_grid_view.tb_style_bordered.tb_slider {
  border-top: 0 none !important;
}
.tb_listing.tb_grid_view.tb_style_bordered.tb_slider > *:after {
  content: none;
}
.tb_listing.tb_style_bordered.tb_slider .swiper-container {
  margin-right: -2px;
  margin-left:  -2px;
}
.tb_listing.tb_style_bordered.tb_slider .swiper-container .swiper-wrapper {
    border-left-width: 1px;
  border-left-style: solid;
  }
.tb_listing.tb_style_bordered.tb_size_1.tb_slider .swiper-container {
  margin-left:  0;
  margin-right: 0;
}
.tb_listing.tb_style_bordered.tb_size_1.tb_slider .swiper-container .swiper-wrapper,
.tb_listing.tb_style_bordered.tb_size_1.tb_slider .swiper-container .swiper-wrapper .swiper-slide > *
{
  border-left: 0;
  border-right: 0;
}
.tb_listing.tb_style_bordered.tb_slider .swiper-slide {
  padding: 0;
}
.tb_style_bordered .swiper-slide > * {
  border-right-style: solid;
  border-right-width: 1px;
}
.tb_style_bordered .swiper-slide > *:after {
  top: 0;
  right: -1px;
  width: 0;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.tb_slider_pagination.tb_bordered {
  margin-top: 0;
  padding: 10px 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.tb_pb_10 > .tb_slider_pagination.tb_bordered:last-child { margin-top: 10px; margin-bottom: -10px; }
.tb_pb_20 > .tb_slider_pagination.tb_bordered:last-child { margin-top: 20px; margin-bottom: -20px; }
.tb_pb_30 > .tb_slider_pagination.tb_bordered:last-child { margin-top: 30px; margin-bottom: -30px; }
.tb_pb_40 > .tb_slider_pagination.tb_bordered:last-child { margin-top: 40px; margin-bottom: -40px; }
.tb_pb_50 > .tb_slider_pagination.tb_bordered:last-child { margin-top: 50px; margin-bottom: -50px; }

/*  -----------------------------------------------------------------------------------------
    S E P A R A T E   L I S T I N G
-----------------------------------------------------------------------------------------  */

.tb_listing.tb_style_separate .product-thumb {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
/*  -----------------------------------------------------------------------------------------
    P R O D U C T   L A Y O U T
-----------------------------------------------------------------------------------------  */

.product-thumb,
.product-thumb > *,
.tb_grid_view .product-thumb .caption,
.tb_grid_view .product-thumb .caption > *,
.tb_list_view .product-thumb .caption
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-thumb .wait.wait {
  display: none;
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   E L E M E N T S
-----------------------------------------------------------------------------------------  */

.product-thumb,
.product-thumb > .image + div,
.product-thumb > .image_hover + div,
.product-thumb > .image-wrap + div,
.product-thumb .caption
{
  position: relative;
}
.product-thumb .image.tb_flip,
.product-thumb .image.tb_overlay
{
  display: block;
}
.product-thumb .image .tb_front,
.product-thumb .image .tb_back
{
  margin: 0 !important;
  padding: 0 !important;
}
.product-thumb .image a,
.product-thumb .image-wrap a
{
  display: block;
  text-align: center;
}
.product-thumb .image span {
  display: block;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .image span span {
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .caption > * {
  margin-bottom: 0 !important;
}
.product-thumb .tb_item_info_hover {
  bottom: 0;
  right: 0;
}

.tb_label_stock_status {
  opacity: 0.5;
}

/*** IMAGE ***/

.image_hover:not(.tb_back) {
  display: none !important;
}

/*** PRICE ***/

.price {
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.price-old {
  position: relative;
  display: inline-block;
}
.price-old:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px solid;
}
.price-tax {
  display: block;
}

.product-thumb p:not([class]) {
    text-align: left;
  }
.product-thumb div:empty,
.product-thumb p:empty,
.product-thumb ul:empty
.product-thumb ol:empty,
.product-thumb li:empty
{
  display: none;
}
.product-thumb .tb_label_special,
.product-thumb .tb_label_new
{
  position: absolute;
  top: 0;
    left: 0;
    z-index: 4;
  display: block;
  min-width: 32px;
  width: 80px;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-weight: 600;
}
.product-thumb .tb_label_special > span span {
  font-weight: normal;
}
.product-thumb .tb_label_special small {
  display: none;
}
.product-thumb .tb_label_new {
  background: #90c819;
  color: #fff;
  text-transform: uppercase;
}
.product-thumb .tb_label_special + .tb_label_new {
  top: 20px;
}
.product-thumb .button-group {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.product-thumb .tb_button_add_to_cart {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-thumb .tb_label_stock_status {
  margin-bottom: 0;
  font-size: 14px;
}

.tb_grid_view .price .tb_decimal_point,
.tb_list_view .price .tb_decimal_point,
.price.custom .tb_decimal_point
{
  display: none;
}
.tb_grid_view .price .tb_decimal,
.tb_list_view .price .tb_decimal,
.price.custom .tb_decimal
{
  position: relative;
  top: -0.25em;
    margin-left: 1px;
    font-size: 0.6em;
  vertical-align: top;
}


/*** Review ***/

.product-thumb .tb_review {
  clear: both;
}
.tb_review_tooltip .price {
  display: table-footer-group;
}
.tb_review_tooltip .tb_review {
  display: table-header-group;
}
.tb_review_tooltip .tb_review > p + .tb_meta {
  padding-left: 0;
  padding-right: 0;
}
.tb_review_tooltip .product-thumb .tb_review > p,
.tb_review_tooltip .product-thumb .tb_review .tb_author
{
  display: none;
}
.product-thumb .tooltip-inner .tb_review > p,
.product-thumb .tooltip-inner .tb_review .tb_author
{
  display: block;
}
.product-thumb .tooltip-inner .tb_review .tb_meta {
  text-indent: 35px;
}
.tb_review_tooltip .tb_rating_holder,
.tb_review_tooltip .tb_review p + .tb_meta .tb_rating_holder
{
  margin-top: 0;
  margin-bottom: 0;
  cursor: help;
}
.tb_review_tooltip .tb_rating_holder .tb_rating,
.tb_review_tooltip .tb_rating_holder .tb_rating *
{
  font-size: 12px;
}
.tb_review_tooltip .tb_rating_holder .tb_average {
  margin-top: 0;
  font-weight: normal;
  font-size: 0.85em;
}

/*  ---   Effects ( flip / overlay )   --------------------------------------------------  */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product-thumb.tb_overlay,
  .product-thumb.tb_flip
  {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-thumb.tb_overlay .tb_front,
  .product-thumb.tb_flip .tb_front
  {
    height: auto;
  }
}

/*  -----------------------------------------------------------------------------------------
    L I S T   V I E W
-----------------------------------------------------------------------------------------  */

.tb_list_view .product-thumb {
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.tb_list_view .product-thumb > div {
  float: none;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  vertical-align: top;
}
.tb_list_view .product-thumb .image + div {
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -ms-flex-item-align: start;
   -webkit-align-self: flex-start;
           align-self: flex-start;
}
.tb_list_view .product-thumb .image {
  display: block;
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%;
    margin-right: 20px;
  }
.tb_list_view.tb_gut_0 .product-thumb .image {
    margin-right: 0px;
  }
.tb_list_view.tb_gut_10 .product-thumb .image {
    margin-right: 10px;
  }
.tb_list_view.tb_gut_20 .product-thumb .image {
    margin-right: 20px;
  }
.tb_list_view.tb_gut_30 .product-thumb .image {
    margin-right: 30px;
  }
.tb_list_view.tb_gut_40 .product-thumb .image {
    margin-right: 40px;
  }
.tb_list_view.tb_gut_50 .product-thumb .image {
    margin-right: 50px;
  }
.tb_list_view .product-thumb .caption {
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -10px;
}
.tb_list_view .product-thumb .caption > * {
  -ms-flex-order: 5;
   -webkit-order: 5;
           order: 5;
}
.tb_list_view .product-thumb .caption > * + * {
  margin-top: 10px;
}
.tb_list_view .product-thumb .name,
.tb_list_view .product-thumb h4,
.tb_list_view .product-thumb .caption > h4
{
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-order: 1;
   -webkit-order: 1;
           order: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tb_list_view .product-thumb .price {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-order: 2;
   -webkit-order: 2;
           order: 2;
  margin: 10px 0 0 0 !important;
}
.tb_list_view .product-thumb .description,
.tb_list_view .product-thumb p:not(class),
.tb_list_view .product-thumb .rating,
.tb_list_view .product-thumb .button-group
{
  clear: both;
      -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
}
.tb_list_view .product-thumb > .rating {
  margin-top: -10px;
  margin-bottom: -10px;
}
.tb_list_view .product-thumb .tb_label_stock_status,
.tb_list_view .product-thumb .button-group
{
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.tb_list_view .product-thumb .button-group {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 20px;
    text-align: right;
  }
.tb_list_view .tb_label_stock_status {
  margin-top: 20px;
}
.tb_list_view .product-thumb .tb_button_add_to_cart {
    float: left;
    margin-bottom: 0;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn {
  position: relative;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn.btn-sm {
  top: 20px;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn.btn-md {
  top: 5px;
}
.tb_list_view .product-thumb .tb_label_stock_status {
    float: left;
  }
.tb_list_view .image .image {
  max-width: none;
  margin: 0;
}
@media (max-width: 480px) {
  .tb_list_view .product-thumb {
    display: block !important;
  }
  .tb_list_view .image {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .tb_list_view .caption {
    clear: both;
  }
}

/*  -----------------------------------------------------------------------------------------
    G R I D   V I E W
-----------------------------------------------------------------------------------------  */

.tb_grid_view .product-thumb {
  width: 100%;
  text-align: center;
}
.tb_grid_view .product-thumb,
.tb_grid_view .product-thumb > *,
.tb_grid_view .product-thumb .caption
{
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.tb_grid_view .product-thumb .image,
.tb_grid_view .product-thumb .image-wrap
{
  margin-bottom: 20px;
}
.tb_grid_view .product-thumb .image-wrap .image {
  margin-bottom: 0 !important;
}
.tb_grid_view .product-thumb .image,
.tb_grid_view .product-thumb .image *,
.tb_grid_view .product-thumb .image-wrap
{
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_grid_view .product-thumb > div:not(.image):not(.image-wrap):not(.thumbnail),
.tb_grid_view .product-thumb .caption,
.tb_grid_view .product-thumb .name + :not(.description),
.tb_grid_view .product-thumb .description + *
{
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.tb_grid_view .product-thumb .caption {
  max-width: 100%;
}
.tb_grid_view .product-thumb .rating {
  -ms-flex: 1000 0 auto;
  -webkit-flex: 1000 0 auto;
  flex: 1000 0 auto;
}
.tb_grid_view:not(.tb_style_plain) .product-thumb .name + :not(.description),
.tb_grid_view:not(.tb_style_plain) .product-thumb .description + *,
.tb_grid_view:not(.tb_style_plain) .product-thumb .rating
{
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tb_grid_view .product-thumb .description {
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: initial;
  word-wrap: break-word;
}
.tb_grid_view .product-thumb .image:last-child,
.tb_grid_view .product-thumb .image-wrap:last-child
{
  margin-bottom: 0;
}
.tb_grid_view .product-thumb .image_hover {
  width: 100%;
}
.tb_grid_view .product-thumb .caption.col {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}
.tb_grid_view .product-thumb .caption * {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tb_grid_view .product-thumb  .image + div > * + *:not(.clear):not(.row),
.tb_grid_view .product-thumb  .image-wrap + div > * + *:not(.clear):not(.row),
.tb_grid_view .product-thumb .caption > * + *:not(.clear):not(.row)
{
  margin-top: 10px;
  margin-bottom: 0;
}
.tb_grid_view:not(.tb_style_plain) .product-thumb .price {
  -ms-flex-order: 5;
   -webkit-order: 5;
           order: 5;
  margin-bottom: 0;
}
.tb_grid_view .product-thumb .price {
  margin-left:  -3px;
  margin-right: -3px;
}
.tb_grid_view .product-thumb .price-regular,
.tb_grid_view .product-thumb .price-old,
.tb_grid_view .product-thumb .price-new
{
  margin: 0 3px;
}
.tb_grid_view .product-thumb .price-tax {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
}
.tb_grid_view .product-thumb .name a {
  display: block;
}
.tb_grid_view .product-thumb p:not([class]) {
  padding: 10px 0;
}
.tb_grid_view .product-thumb .rating {
  margin-left: auto;
  margin-right: auto;
}
.tb_grid_view .product-thumb .tb_button_add_to_cart {
  margin-bottom: 0;
}
.tb_grid_view .product-thumb .tb_button_add_to_cart .btn {
  vertical-align: top;
}
.tb_grid_view .product-thumb .product-thumb.tb_item_short:hover {
  margin: -20px -10px -21px -10px;
}
.tb_grid_view .product-thumb .button-group {
  /* overflow: hidden; */
  clear: both;
  width: auto;
  margin-top: 0 !important;
  margin-left:  -10px;
  margin-right: -10px;
  padding-left:  10px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.tb_grid_view .product-thumb .button-group > div {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  white-space: nowrap;
}
.tb_grid_view .product-thumb .button-group > div.tb_button_add_to_cart {
  display: block;
  white-space: normal;
}
.tb_grid_view .product-thumb .tb_label_stock_status {
  line-height: 30px;
  text-align: center;
}
.tb_grid_view .tb_item_hovered {
  z-index: 40;
  position: absolute;
  top: -10%;
  width: 120% !important;
  right: -10%;
  max-width: none;
  margin: 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.tb_grid_view.tb_gut_0 .tb_item_hovered {
  margin-right: -0px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_10 .tb_item_hovered {
  margin-right: -5px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_20 .tb_item_hovered {
  margin-right: -10px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_30 .tb_item_hovered {
  margin-right: -15px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_40 .tb_item_hovered {
  margin-right: -20px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view.tb_gut_50 .tb_item_hovered {
  margin-right: -25px;
}
.tb_grid_view.tb_style_bordered .tb_item_hovered {
  margin-right: 0;
}
.tb_grid_view .tb_item_hovered .product-thumb {
  position: static;
  width: auto !important;
  margin: -20px;
}
.tb_grid_view .tb_item_hovered * {
  z-index: 40;
}
.tb_grid_view .tb_item_hovered .button-group .tb_button_add_to_cart {
  display: block;
}
.tb_grid_view .tb_item_hovered .button-group .tb_button_wishlist,
.tb_grid_view .tb_item_hovered .button-group .tb_button_compare
{
  display: inline-block;
}

/*** Compatibility ***/

.tb_grid_view > div > *:not(.product-thumb),
.product-grid > div > *:not(.product-thumb),
.box-product  > div > *:not(.product-thumb)
{
  width: 100%;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tb_grid_view > div > .image a,
.tb_grid_view > div > .image-wrap a,
.product-grid .image a,
.product-grid .image-wrap a,
.box-product .image a,
.box-product .image-wrap a
{
  display: block;
  text-align: center;
}

/*  -----------------------------------------------------------------------------------------
    C O M P A C T   V I E W
-----------------------------------------------------------------------------------------  */

.tb_compact_view .product-thumb {
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 !important;
}
.tb_compact_view .product-thumb .image + div {
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
/*
.tb_compact_view .product-thumb .caption {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
       -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tb_compact_view .product-thumb .caption > * {
  width: 100%;
}
*/
.tb_compact_view .product-thumb .tb_bar,
.tb_compact_view .product-thumb .tb_average
{
  font-size: calc(1em - 1px);
}
.tb_compact_view .product-thumb .tb_average {
  font-size: calc(1em - 2px);
}
.tb_compact_view .product-thumb .tb_review,
.tb_compact_view .product-thumb .price
{
  display: block !important;
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   P A D D I N G
-----------------------------------------------------------------------------------------  */

.tb_product_p_5  .product-thumb {
  padding: 5px;
}
.tb_product_p_10  .product-thumb {
  padding: 10px;
}
.tb_product_p_15  .product-thumb {
  padding: 15px;
}
.tb_product_p_20  .product-thumb {
  padding: 20px;
}
.tb_product_p_25  .product-thumb {
  padding: 25px;
}
.tb_product_p_30  .product-thumb {
  padding: 30px;
}
.tb_product_p_35  .product-thumb {
  padding: 35px;
}
.tb_product_p_40  .product-thumb {
  padding: 40px;
}
.tb_product_p_45  .product-thumb {
  padding: 45px;
}
.tb_product_p_50  .product-thumb {
  padding: 50px;
}

/*  ---   Effects ( flip / overlay )   --------------------------------------------------  */

.tb_product_p_5 .product-thumb .tb_front,
.tb_product_p_5  .product-thumb .tb_back
{
  margin: -5px;
  padding: 5px;
}
.tb_product_p_10 .product-thumb .tb_front,
.tb_product_p_10  .product-thumb .tb_back
{
  margin: -10px;
  padding: 10px;
}
.tb_product_p_15 .product-thumb .tb_front,
.tb_product_p_15  .product-thumb .tb_back
{
  margin: -15px;
  padding: 15px;
}
.tb_product_p_20 .product-thumb .tb_front,
.tb_product_p_20  .product-thumb .tb_back
{
  margin: -20px;
  padding: 20px;
}
.tb_product_p_25 .product-thumb .tb_front,
.tb_product_p_25  .product-thumb .tb_back
{
  margin: -25px;
  padding: 25px;
}
.tb_product_p_30 .product-thumb .tb_front,
.tb_product_p_30  .product-thumb .tb_back
{
  margin: -30px;
  padding: 30px;
}
.tb_product_p_35 .product-thumb .tb_front,
.tb_product_p_35  .product-thumb .tb_back
{
  margin: -35px;
  padding: 35px;
}
.tb_product_p_40 .product-thumb .tb_front,
.tb_product_p_40  .product-thumb .tb_back
{
  margin: -40px;
  padding: 40px;
}
.tb_product_p_45 .product-thumb .tb_front,
.tb_product_p_45  .product-thumb .tb_back
{
  margin: -45px;
  padding: 45px;
}
.tb_product_p_50 .product-thumb .tb_front,
.tb_product_p_50  .product-thumb .tb_back
{
  margin: -50px;
  padding: 50px;
}

/*  ---   Thumbnail out of padding   ----------------------------------------------------  */

.tb_product_p_5.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_5.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -5px;
}
.tb_product_p_10.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_10.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -10px;
}
.tb_product_p_15.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_15.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -15px;
}
.tb_product_p_20.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_20.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -20px;
}
.tb_product_p_25.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_25.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -25px;
}
.tb_product_p_30.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_30.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -30px;
}
.tb_product_p_35.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_35.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -35px;
}
.tb_product_p_40.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_40.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -40px;
}
.tb_product_p_45.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_45.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -45px;
}
.tb_product_p_50.tb_exclude_thumb  .product-thumb .image,
.tb_product_p_50.tb_exclude_thumb  .product-thumb .image-wrap
{
  margin: -50px;
}
.tb_grid_view[class*="tb_product_p_"].tb_exclude_thumb .product-thumb .image:last-child,
.tb_grid_view[class*="tb_product_p_"].tb_exclude_thumb .product-thumb .image-wrap:last-child
{
  margin-bottom: 0;
}

/***   Grid view   ***/

.tb_grid_view.tb_product_p_5.tb_exclude_thumb  .product-thumb > div:not(:first-child) .caption { padding-top: 10px; }
.tb_grid_view.tb_product_p_10.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 20px; }
.tb_grid_view.tb_product_p_15.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 30px; }
.tb_grid_view.tb_product_p_20.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 40px; }
.tb_grid_view.tb_product_p_25.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 50px; }
.tb_grid_view.tb_product_p_30.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 60px; }
.tb_grid_view.tb_product_p_35.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 70px; }
.tb_grid_view.tb_product_p_40.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 80px; }
.tb_grid_view.tb_product_p_45.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 80px; }
.tb_grid_view.tb_product_p_50.tb_exclude_thumb .product-thumb > div:not(:first-child) .caption { padding-top: 80px; }
.tb_grid_view.tb_exclude_thumb .product-thumb > .caption:first-child,
.tb_grid_view.tb_exclude_thumb .product-thumb > div:first-child > .caption { padding-top: 0 !important; }

/***   List view   ***/

@media (min-width: 481px) {
    .tb_list_view.tb_product_p_5.tb_exclude_thumb .product-thumb .image {
        margin-right: 5px;
      }
    .tb_list_view.tb_product_p_10.tb_exclude_thumb .product-thumb .image {
        margin-right: 10px;
      }
    .tb_list_view.tb_product_p_15.tb_exclude_thumb .product-thumb .image {
        margin-right: 15px;
      }
    .tb_list_view.tb_product_p_20.tb_exclude_thumb .product-thumb .image {
        margin-right: 20px;
      }
    .tb_list_view.tb_product_p_25.tb_exclude_thumb .product-thumb .image {
        margin-right: 25px;
      }
    .tb_list_view.tb_product_p_30.tb_exclude_thumb .product-thumb .image {
        margin-right: 30px;
      }
    .tb_list_view.tb_product_p_35.tb_exclude_thumb .product-thumb .image {
        margin-right: 35px;
      }
    .tb_list_view.tb_product_p_40.tb_exclude_thumb .product-thumb .image {
        margin-right: 40px;
      }
    .tb_list_view.tb_product_p_45.tb_exclude_thumb .product-thumb .image {
        margin-right: 45px;
      }
    .tb_list_view.tb_product_p_50.tb_exclude_thumb .product-thumb .image {
        margin-right: 50px;
      }
  }
@media (max-width: 480px) {
    .tb_list_view.tb_product_p_5.tb_exclude_thumb .product-thumb .image {
        margin-right: -5px;
      }
    .tb_list_view.tb_product_p_10.tb_exclude_thumb .product-thumb .image {
        margin-right: -10px;
      }
    .tb_list_view.tb_product_p_15.tb_exclude_thumb .product-thumb .image {
        margin-right: -15px;
      }
    .tb_list_view.tb_product_p_20.tb_exclude_thumb .product-thumb .image {
        margin-right: -20px;
      }
    .tb_list_view.tb_product_p_25.tb_exclude_thumb .product-thumb .image {
        margin-right: -25px;
      }
    .tb_list_view.tb_product_p_30.tb_exclude_thumb .product-thumb .image {
        margin-right: -30px;
      }
    .tb_list_view.tb_product_p_35.tb_exclude_thumb .product-thumb .image {
        margin-right: -35px;
      }
    .tb_list_view.tb_product_p_40.tb_exclude_thumb .product-thumb .image {
        margin-right: -40px;
      }
    .tb_list_view.tb_product_p_45.tb_exclude_thumb .product-thumb .image {
        margin-right: -45px;
      }
    .tb_list_view.tb_product_p_50.tb_exclude_thumb .product-thumb .image {
        margin-right: -50px;
      }
    .tb_list_view .button-group {
    text-align: initial !important;
  }
  .tb_list_view .button-group .tb_button_add_to_cart:not(:last-child) {
    float: none;
    margin-bottom: 10px;
  }
  .tb_list_view .button-group .tb_button_add_to_cart a {
    top: auto !important;
  }
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   B U T T O N S
-----------------------------------------------------------------------------------------  */

.product-thumb .button-group > .tb_hidden {
  overflow: hidden;
  display: inline-block !important;
  height: 0;
  opacity: 0;
}
.product-thumb:hover .button-group > .tb_hidden,
.is_touch .product-thumb .button-group > .tb_hidden
{
  overflow: visible;
  height: auto;
  opacity: 1;
}
.product-thumb .button-group > .tb_pos_inline {
  display: inline-block !important;
  vertical-align: middle;
}
.product-thumb .button-group > .tb_pos_br,
.product-thumb .button-group > .tb_pos_b,
.product-thumb .button-group > .tb_pos_bl
{
  z-index: 5;
  position: absolute;
  top: -70px;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out
}
.button-group > .tb_pos_br .btn,
.button-group > .tb_pos_b  .btn,
.button-group > .tb_pos_bl .btn
{
  margin-top: 0;
  margin-bottom: 0;
}
.product-thumb .button-group > .tb_pos_br { right: 0;  }
.product-thumb .button-group > .tb_pos_bl { left: 0;   }

.tb_grid_view.tb_buttons_1 .product-thumb .button-group > .tb_pos_br,
.tb_grid_view.tb_buttons_1 .product-thumb .button-group > .tb_pos_b,
.tb_grid_view.tb_buttons_1 .product-thumb .button-group > .tb_pos_bl
{
  margin: 0;
}
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden        ~ .tb_pos_br,
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden.btn-xs ~ .tb_pos_br,
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden.btn-sm ~ .tb_pos_br,
.tb_grid_view.tb_buttons_1 .tb_pos_br.tb_hidden.btn-lg ~ .tb_pos_br { right: 0; }

.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-xs + .tb_pos_br { right: 30px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-sm + .tb_pos_br { right: 40px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-md + .tb_pos_br { right: 50px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-lg + .tb_pos_br { right: 60px !important; }

.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-xs + .tb_pos_br + .tb_pos_br { right: 60px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-sm + .tb_pos_br + .tb_pos_br { right: 80px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-md + .tb_pos_br + .tb_pos_br { right: 100px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-lg + .tb_pos_br + .tb_pos_br { right: 120px !important; }

.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden        ~ .tb_pos_bl,
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden.btn-xs ~ .tb_pos_bl,
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden.btn-sm ~ .tb_pos_bl,
.tb_grid_view.tb_buttons_1 .tb_pos_bl.tb_hidden.btn-lg ~ .tb_pos_bl { left: 0; }

.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-xs + .tb_pos_bl { left: 30px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-sm + .tb_pos_bl { left: 40px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-md + .tb_pos_bl { left: 50px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-lg + .tb_pos_bl { left: 60px !important; }

.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-xs + .tb_pos_bl + .tb_pos_bl { left: 60px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-sm + .tb_pos_bl + .tb_pos_bl { left: 80px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-md + .tb_pos_bl + .tb_pos_bl { left: 100px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-lg + .tb_pos_bl + .tb_pos_bl { left: 120px !important; }

.tb_grid_view.tb_buttons_1 .tb_pos_b { left: 50%; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-xs:not([style*="margin"]) { margin-left: -10px; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-sm:not([style*="margin"]) { margin-left: -15px; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-md:not([style*="margin"]) { margin-left: -20px; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-lg:not([style*="margin"]) { margin-left: -25px; }

.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"])      { margin-left: -40px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"])      { margin-left: -55px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"])      { margin-left: -70px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"])      { margin-left: -85px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"])     { margin-left: -40px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"])     { margin-left: -55px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"])     { margin-left: -70px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"])     { margin-left: -85px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"])    { margin-left: -40px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"])    { margin-left: -55px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"])    { margin-left: -70px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"])    { margin-left: -85px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]) { margin-left: -40px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]) { margin-left: -55px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]) { margin-left: -70px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]) { margin-left: -85px; }

.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"])       { margin-left:  20px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"])       { margin-left:  25px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"])       { margin-left:  30px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"])       { margin-left:  35px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"])     { margin-left:  20px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"])     { margin-left:  25px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"])     { margin-left:  30px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"])     { margin-left:  35px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"])    { margin-left:  20px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"])    { margin-left:  25px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"])    { margin-left:  30px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"])    { margin-left:  35px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]) { margin-left:  20px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]) { margin-left:  25px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]) { margin-left:  30px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]) { margin-left:  35px; }

.tb_buttons_config--cart_b--compare_b   .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_compare.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_compare.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]) { margin-left: -25px; }
.tb_buttons_config--cart_b--compare_b   .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_compare.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_compare.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]) { margin-left: -35px; }
.tb_buttons_config--cart_b--compare_b   .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_compare.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_compare.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]) { margin-left: -45px; }
.tb_buttons_config--cart_b--compare_b   .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_compare.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_compare.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]) { margin-left: -55px; }

.tb_buttons_config--cart_b--compare_b   .tb_button_compare.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_wishlist.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-xs:not([style*="margin"]),
.tb_buttons_config--cart_b--compare_b   .tb_button_compare.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_wishlist.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-sm:not([style*="margin"]),
.tb_buttons_config--cart_b--compare_b   .tb_button_compare.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_wishlist.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-md:not([style*="margin"]),
.tb_buttons_config--cart_b--compare_b   .tb_button_compare.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--wishlist_b  .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--cart_b--quickview_b .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--wishlist_b   .tb_button_wishlist.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--compare_b--quickview_b  .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]),
.tb_buttons_config--wishlist_b--quickview_b .tb_button_quickview.tb_pos_b.btn-lg:not([style*="margin"]) { margin-left:  5px; }

.tb_grid_view.tb_buttons_2 .product-thumb .button-group {
  z-index: 5;
  position: absolute;
  left: 10px;
  right: 10px;
  top: -60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group > * {
  position: static;
  top: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group .tb_pos_br {
  float: right;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group .tb_pos_b {
  position: static;
}
.tb_grid_view.tb_buttons_2 .product-thumb .button-group .tb_pos_bl {
  float: left;
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   L I S T   S T Y L E S
-----------------------------------------------------------------------------------------  */

/*  ---   Default (plain style) listing   -----------------------------------------------  */

.tb_listing.tb_style_plain div:not(.tb_back) > .product-thumb {
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}
.tb_listing.tb_list_view.tb_style_plain div:not(.tb_back) > .product-thumb .image,
.tb_listing.tb_list_view.tb_style_plain div:not(.tb_back) > .product-thumb .image-wrap
{
  margin-top: 0;
  margin-bottom: 0;
    margin-left: 0;
  }
.tb_listing.tb_grid_view.tb_style_plain div:not(.tb_item_hovered):not(.tb_back) > .product-thumb .image,
.tb_listing.tb_grid_view.tb_style_plain div:not(.tb_item_hovered):not(.tb_back) > .product-thumb .image-wrap
{
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.tb_grid_view.tb_style_plain .tb_item_hovered {
  top: -15%;
  right: -15%;
  width: 130% !important;
}
.tb_grid_view.tb_style_plain.tb_exclude_thumb .tb_item_hovered {
  top: -12%;
  right: -5% !important;
  width: 110% !important;
}
.tb_grid_view.tb_style_plain.tb_exclude_thumb .tb_item_hovered .image,
.tb_grid_view.tb_style_plain.tb_exclude_thumb .tb_item_hovered .image-wrap
{
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

/*  -----------------------------------------------------------------------------------------
    Q U I C K V I E W
-----------------------------------------------------------------------------------------  */

.tb_button_quickview a {
  position: relative;
}
.tb_button_quickview a .wait {
  display: block !important;
  position: absolute;
  top: 50%;
    left: 0;
  }
.tb_button_quickview a.btn .wait {
  left: auto;
  right: auto;
}
.tb_button_quickview a.tb_no_text .wait {
    left: 50%;
  }
.tb_button_quickview a.tb_icon_10 .wait {
  width:  14px;
  height: 14px;
    margin: -7px 0 0 -2px;
  }
.tb_button_quickview a.tb_icon_10.tb_no_text .wait {
    margin-left: -7px;
  }
.tb_button_quickview a.tb_icon_16 .wait {
  width:  18px;
  height: 18px;
  margin: -9px 0 0 -1px;
}
.tb_button_quickview a.tb_icon_16.tb_no_text .wait {
    margin-left: -9px;
  }
.tb_button_quickview a.tb_icon_24 .wait {
  width:  22px;
  height: 22px;
  margin: -11px 0 0 0;
}
.tb_button_quickview a.tb_icon_24.tb_no_text .wait {
    margin-left: -11px;
  }
.tb_button_quickview a.tb_icon_10 .wait,
.tb_button_quickview a.tb_icon_10 .wait:before,
.tb_button_quickview a.tb_icon_10 .wait:after,
.tb_button_quickview a.tb_icon_16 .wait,
.tb_button_quickview a.tb_icon_16 .wait:before,
.tb_button_quickview a.tb_icon_16 .wait:after
{
  border-width: 1px;
}
.tb_quickview_loading .tb_button_quickview a[class*="tb_icon"]:before {
  opacity: 0;
}
.tb_tags.tb_style_label {
  position: relative;
  margin-top: -10px;
}
.tb_tags.tb_style_label li {
  display: inline-block;
  margin: 10px 10px 0 10px;
  vertical-align: top;
}
.tb_tags.tb_style_label a {
  position: relative;
  display: block;
  float: left;
  line-height: 20px;
  white-space: nowrap;
  font-size: 11px;
  padding: 0 10px 0;
  border-radius: 1px;
}
.tb_tags.tb_style_label a:before,
.tb_tags.tb_style_label a:after {
  content: '';
  position: absolute;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.tb_tags.tb_style_label a:before {
  height: 2px;
    left: -10px;
  border-right: 10px solid;
    border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
}
.tb_tags.tb_style_label a:after {
  top: 50%;
    left: -2px;
    width: 5px;
  height: 5px;
  margin-top: -3.5px;
  background: #fff;
  border-radius: 50%;
}

/*** Inline tags ***/

.tb_content_inline .tb_tags.tb_style_label {
  top: 1px;
}
/*  -----------------------------------------------------------------------------------------
    H E A D E R
-----------------------------------------------------------------------------------------  */

/*  ---   Cart   ------------------------------------------------------------------------  */

#cart .heading {
  white-space: nowrap;
  font-size: inherit;
}
#cart .heading,
#cart .heading *
{
  margin-bottom: 0;
}
#cart .heading > a,
#cart .heading > a > *
{
  display: inline-block;
  vertical-align: top;
}
#cart .heading > a {
  letter-spacing: 0;
  word-spacing: 0;
}
#cart .heading > a > * {
  line-height: inherit !important;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
#cart .heading .tb_icon {
    margin-right: 0.3em;
  }
#cart .heading .tb_label {
  text-transform: uppercase;
}
#cart .heading .tb_items {
  opacity: 0.7;
}
#cart .heading .tb_items:before {
  content: '(';
}
#cart .heading .tb_items:after {
  content: ')';
}
#cart .heading .tb_label + .tb_total,
#cart .heading .tb_items + .tb_total
{
    margin-left: 0.5em;
  padding-left: 0.5em;
  border-left-width: 1px;
  border-left-style: solid;
  }
#cart .heading .tb_total {
  font-size: 18px;
  border-bottom: none !important;
}
#cart h4 {
  margin-bottom: 0;
}
#cart > a {
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
#cart > a > * {
  display: block;
}
#cart > a > :first-child {
    margin-left: -5px;
  }
#cart > a > .tb_label {
    float: left;
    line-height: 15px;
}
#cart .tb_items_count {
  display: block;
  font-size: 11px;
}
#cart .tb_grand_total {
    float: right;
  padding-left: 15px;
    line-height: 30px;
  font-size: 18px;
}
#cart .tb_grand_total:last-child {
  padding: 0;
}
#cart .dropdown-menu {
  width: 400px;
}
#cart .dropdown-menu h3 {
  margin-bottom: 20px;
}
#cart.tb_hovered .dropdown-menu {
  display: block;
}
#cart .buttons {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
#cart .btn {
  text-transform: none;
}

/*  ---   Currency   --------------------------------------------------------------------  */

.tb_wt_header_currency_menu_system li:not(:last-child) {
    margin-right: 10px;
  }
.tb_wt_header_currency_menu_system li img {
    margin-right: 3px;
  }
.tb_wt_header_currency_menu_system .dropdown-menu {
  min-width: 120px;
}

/*  ---   Language   --------------------------------------------------------------------  */

.tb_wt_header_language_menu_system li {
  text-transform: capitalize;
  white-space: nowrap;
}
.tb_wt_header_language_menu_system li:not(:last-child) {
    margin-right: 10px;
  }
.tb_wt_header_language_menu_system li img {
    margin-right: 3px;
  }
.tb_wt_header_language_menu_system.tb_code li {
  text-transform: uppercase;
}
.tb_wt_header_language_menu_system .dropdown-menu {
  min-width: 120px;
}

/*  ---   Logo   ------------------------------------------------------------------------  */


#site_logo {
  display: block;
}
#site_logo img {
  max-width:  1410px;
  max-height: 500px;
  -webkit-transition: all 1.3s;
          transition: all 1.3s;
}

@media (max-width: 480px) {
  #site_logo img {
    max-width: 240px;    max-height: 50px;  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #site_logo img {
    max-width: 240px;    max-height: 50px;  }
}
@media (min-width: 769px) and (max-width: 1040px) {
  #site_logo img {
    max-width: 240px;      }
}
@media (min-width: 1041px) {
  #site_logo img {
    max-width: 240px;      }
}

.tbStickyScrolled #site_logo img,
.tbStickyRow #site_logo img
{
  max-width: 240px;  max-height: 50px;}


/*  ---   Search   ----------------------------------------------------------------------  */

.tb_wt_header_search_system .tb_search_wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_wt_header_search_system .tb_search_wrap > * {
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.tb_wt_header_search_system.tb_style_2 .tb_search_wrap,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap
{
    padding-right: 10px;
  }
.tb_wt_header_search_system input {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.tb_wt_header_search_system.tb_style_3 input {
  text-indent: 25px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-sm input {
  text-indent: 20px;
}
.tb_wt_header_search_system .tb_search_button,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before
{
  display: block;
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tb_wt_header_search_system.tb_style_1 .tb_search_button,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead
{
  position: absolute !important;
  top: 0;
    right: 0;
    margin-left: 0;
  margin-right: 0;
}
.tb_wt_header_search_system.tb_style_1 .tb_search_button,
.tb_wt_header_search_system.tb_style_2 .tb_search_button
{
  padding-left: 0;
  padding-right: 0;
}
body #wrapper .tb_wt_header_search_system.tb_style_1 .tb_search_button[class],
body #wrapper .tb_wt_header_search_system.tb_style_1 .tb_search_button[class]:hover
{
  background: none transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.tb_wt_header_search_system.tb_style_2 .tb_search_button,
.tb_wt_header_search_system.tb_style_3 .tb_search_button
{
    margin-left: 10px;
  margin-right: -10px;
  }
.tb_wt_header_search_system.tb_style_3 .tb_search_button {
  width: auto !important;
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_button {
  box-shadow: none;
}
.tb_wt_header_search_system.tb_style_1 .tb_search_button:before,
.tb_wt_header_search_system.tb_style_2 .tb_search_button:before,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before,
.tb_wt_header_search_system.tb_style_4 .tb_search_button:before
{
  vertical-align: top;
  letter-spacing: 0;
  word-spacing: 0;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_button:before {
  content: attr(title);
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before {
  position: absolute;
  z-index: 1;
  top: 0;
    left: 0;
    width:       40px;
  line-height: 40px;
  text-align: center;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-sm:before {
  width:       30px;
  margin-top:  0px;
  line-height: 30px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-lg:before {
  width:       50px;
  margin-top:  0px;
  line-height: 50px;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_button:before,
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input
{
  -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_button:before,
.tb_wt_header_search_system.tb_style_4:hover .tb_search_wrap > input
{
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.tb_wt_header_search_system.tb_style_4:hover .tb_search_wrap > input {
  opacity: 1;
}
@media (max-width: 768px) {
  .tb_wt_header_search_system .tb_search_button,
  .tb_wt_header_search_system.tb_style_3 .tb_search_wrap:before
  {
    width: 40px !important;
    height: 40px;
    line-height: 40px !important;
  }
  .tb_wt_header_search_system .tb_search_button {
    font-size: 1.1em;
  }
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   C A T E G O R Y
-----------------------------------------------------------------------------------------  */

/*  ---   Subcategories   ---------------------------------------------------------------  */

.tb_subcategory {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.tb_subcategory .thumbnail {
  max-width: 100%;
}
.tb_subcategory h3,
.tb_subcategory ul
{
  overflow: hidden;
}
.tb_subcategory h3 {
  margin: 0;
}
.tb_subcategory h3 + ul {
  padding-top: 10px;
}
.tb_subcategories.tb_grid_view .tb_subcategory {
  text-align: inherit;
}
.tb_subcategories.tb_cstyle_1 .tb_subcategory .thumbnail {
  margin-bottom: 20px;
}
.tb_subcategories.tb_image_top .tb_subcategory .thumbnail {
  float: none;
}
.tb_subcategories.tb_image_left .tb_subcategory .thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.tb_subcategories.tb_image_right .tb_subcategory .thumbnail {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}
.tb_subcategories.tb_cstyle_4 > *,
.tb_subcategories.tb_cstyle_5 > *
{
  overflow: hidden;
}
.tb_subcategories.tb_cstyle_4 .thumbnail,
.tb_subcategories.tb_cstyle_5 .thumbnail
{
  float: none;
  margin-bottom: 0;
}
.tb_subcategories.tb_cstyle_4 h3,
.tb_subcategories.tb_cstyle_5 h3
{
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
}
.tb_subcategories.tb_cstyle_4 .tb_subcategory h3 a,
.tb_subcategories.tb_cstyle_5 .tb_subcategory h3 a
{
  display: block;
  padding: 0.8em 1.2em;
}
.tb_subcategories.tb_cstyle_4 .tb_subcategory h3 {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
#intro [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3 a,
#content [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3 a
{
  color: #333 !important;
}
#intro [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory:hover h3 a,
#intro [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3:hover a,
#content [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory:hover h3 a,
#content [class] .tb_subcategories.tb_cstyle_4 .tb_subcategory h3:hover a
{
  color: #fff !important;
  background: #333;
}
.tb_subcategories.tb_cstyle_5 .tb_subcategory h3 {
  background: rgba(0, 0, 0, 0.5);
}
#intro [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3 a,
#content [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3 a
{
  color: #fff !important;
}
#intro [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory:hover h3 a,
#intro [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3:hover a,
#content [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory:hover h3 a,
#content [class] .tb_subcategories.tb_cstyle_5 .tb_subcategory h3:hover a
{
  color: #000 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   P A G E
-----------------------------------------------------------------------------------------  */

/*  Add to cart   -----------------------------------------------------------------------  */

.tb_wt_product_add_to_cart_system .tb_cart_wrap,
.tb_wt_product_add_to_cart_system .tb_purchase_button,
.tb_wt_product_add_to_cart_system .tb_actions
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap,
.tb_wt_product_add_to_cart_system .tb_purchase_button
{
  margin-top: -10px;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap > *,
.tb_wt_product_add_to_cart_system .tb_purchase_button > *
{
  min-width: 0;
  margin-top: 10px !important;
  vertical-align: middle;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap {
  margin-right: -20px;
}
.tb_wt_product_add_to_cart_system .tb_cart_wrap > * {
  margin-right: 20px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button {
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-top: 0 !important;
  margin-left: -10px;
    text-align: left;
  }
.tb_wt_product_add_to_cart_system .tb_purchase_button > * {
  margin-left: 10px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button > .btn {
  min-width: 140px;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button br {
  display: none !important;
}
.tb_wt_product_add_to_cart_system .tb_input_wrap {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 80px;
}
.tb_wt_product_add_to_cart_system #product_buy_quantity,
.tb_wt_product_add_to_cart_system #input-quantity,
.tb_wt_product_add_to_cart_system .ui-spinner,
.tb_wt_product_add_to_cart_system .input-group
{
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.tb_wt_product_add_to_cart_system .input-group {
  margin-top: 0;
  margin-bottom: 0;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button label {
  display: none !important;
  width: auto;
  height: 30px;
  line-height: 30px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button input[type="text"],
.tb_wt_product_add_to_cart_system .tb_purchase_button input[type="number"]
{
  text-align: center;
  font-size: 16px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button .ui-spinner .btn,
.tb_wt_product_add_to_cart_system .tb_purchase_button .bootstrap-touchspin .btn
{
  line-height: 24px;
}
@media (max-width: 480px) {
  .tb_wt_product_add_to_cart_system .tb_purchase_button .tb_button_add_to_cart {
    margin-right: 0;
    margin-left: 0;
  }
}
.tb_wt_product_add_to_cart_system .tb_actions {
      -ms-flex: 1 1 150px;
  -webkit-flex: 1 1 150px;
          flex: 1 1 150px;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.tb_wt_product_add_to_cart_system .tb_actions > * {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
    margin-right: 10px;
  }
.tb_wt_product_add_to_cart_system .minimum {
  clear: both;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
}


/*  Discount   --------------------------------------------------------------------------  */

.tb_wt_product_discounts_system table:not([class]) {
  width: auto;
}
.tb_wt_product_discounts_system table:not([class]) thead {
  display: none;
}
.tb_wt_product_discounts_system table:not([class]) td:first-child {
    padding-right: 10px;
  }


/*  ---   Price   -----------------------------------------------------------------------  */

.tb_wt_product_price_system .price {
  line-height: inherit !important;
}
.tb_wt_product_price_system .price > * {
  vertical-align: top;
}
.tb_wt_product_price_system .price-regular,
.tb_wt_product_price_system .price-new
{
  line-height: 30px;
  font-size: 24px;
}
.tb_wt_product_price_system .price-old {
  line-height: 20px;
  font-size: 16px;
}
.tb_wt_product_price_system .price-tax,
.tb_wt_product_price_system .reward
{
  font-size: 12px;
  display: block;
}
.tb_wt_product_price_system .price-savings {
  display: inline-block;
  margin-top: 0.4em;
  margin-bottom: 0;
  padding: 0 0.5em;
}

@media (max-width: 480px) {
  .tb_wt_product_price_system {
    margin-bottom: 20px;
  }
  .tb_wt_product_price_system,
  .tb_wt_product_price_system *
  {
    text-align: inherit;
  }
}

/*  ---   Review   ----------------------------------------------------------------------  */

.tbReviewForm input:not([type="radio"]):not([name="captcha"]),
.tbReviewForm textarea
{
  width: 100%;
}

/*  ---   Share   -----------------------------------------------------------------------  */

.tb_share_box,
.tb_share_box *:not(script)
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: none;
          transition: none;
}
.tb_share_box {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 10px;
}
.tb_share_box > * {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
}
.tb_share_box > * > *,
.tb_share_box > * > *[class],
.tb_share_box .tb_facebook > a > span
{
  vertical-align: top !important;
}

/*** Stumbleupon ***/

.tb_share_box .tb_stumbleupon iframe {
  margin-top: 1px !important;
}

/*** Linkedin ***/

.tb_share_box .tb_linkedin > span {
  height: 20px;
}
.tb_share_box .tb_linkedin > span > span:first-child > span > a > span > span {
  margin-top: -1px !important;
}
.tb_share_box .tb_linkedin > span > span:first-child + span > span > span {
  margin-top: -2px !important;
}

/*** Plusone ***/

.tb_share_box .tb_plusone,
.tb_share_box .tb_plusone div {
  position: relative;
    float: left;
    width: 70px !important;
}
.tb_share_box .tb_plusone iframe {
  width: 70px !important;
}
.tb_share_box .addthis_counter {
    margin-right: 10px;
  }
.tb_share_box .addthis_toolbox > * {
  padding: 0;
}
.tb_share_box .addthis_toolbox > *,
.tb_share_box .addthis_toolbox > * + *
{
  display: inline-block;
  vertical-align: top;
}
.tb_wt {
  position: relative;
  clear: both;
  min-width: 0;
  border-radius: inherit;
}
.tb_wt:empty {
  display: none;
}
.tb_wt.display-inline-block {
  vertical-align: top;
}
.tb_wt.tb_content_inline {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.tb_wt.tb_content_inline .panel-heading {
  margin-bottom: 0;
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tb_wt.tb_content_inline .panel-body {
  margin-bottom: 0;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tb_wt.tb_content_inline .panel-heading:not([class*="tb_mr_"]) {
  margin-right: 0.5em;
}
.tb_wt.tb_content_inline .panel-heading > * {
  margin-bottom: 0;
}
.tb_wt.has_slider.tb_top_nav > h2,
.tb_wt.has_slider.tb_top_nav > div:not(.text-center) > h2
{
  padding-right: 60px;
}
.tb_wt.has_slider.tb_top_nav > h2.text-right,
.tb_wt.has_slider.tb_top_nav > div.text-right > h2
{
  padding-left: 60px;
}
.tb_wt > :last-child,
.row:not(.tb_separate_columns):not(.tb_ip_0) > .col > .tb_wt:not([class*="tb_mb_-"]):last-child
{
  margin-bottom: 0;
}

/*  -----------------------------------------------------------------------------------------
    B A N N E R
-----------------------------------------------------------------------------------------  */

.tb_wt_banner {
  overflow: hidden;
  padding: 0 !important;
}
.tb_wt_banner .tb_banner,
.tb_wt_banner .tb_image,
.tb_wt_banner .tb_image:before,
.tb_wt_banner > a
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
  border-radius: inherit;
}
.tb_wt_banner .tb_banner {
  z-index: 2;
}
.tb_wt_banner .tb_image:before {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.tb_wt_banner .tb_text_wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.tb_wt_banner .tb_text {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.tb_wt_banner .tb_text > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.is_touch .tb_wt_banner .tb_text > span {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
          transition: none;
}
.tb_wt_banner .tb_text > span * {
  vertical-align: top;
}
.tb_wt_banner .tb_text > span.invisible {
  opacity: 0;
}
.tb_wt_banner:hover .tb_text > span.invisible,
.is_touch .tb_wt_banner .tb_text > span.invisible
{
  visibility: visible;
  opacity: 1;
}
.tb_wt_banner .tb_text > span + span {
  margin-top: 10px;
}
.tb_wt_banner .tb_line_1 {
  line-height: 40px;
  font-size: 32px;
}
.tb_wt_banner .tb_line_2 {
  line-height: 30px;
  font-size: 24px;
}
.tb_wt_banner .tb_line_3 {
  line-height: 20px;
  font-size: 18px;
}
.tb_wt_banner .tb_image {
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
}
.tb_wt_banner a {
  z-index: 3;
}
.tb_wt_banner .tb_image:before {
  content: '';
  opacity: 0;
}
.tb_wt_banner:hover .tb_image.tb_hover_color:before {
  opacity: 0.6;
}
.tb_wt_banner .tb_ratio {
  visibility: hidden;
  display: block;
  margin: 0 auto;
}
.tb_wt_banner .tb_ratio.tb_no_max_height {
  width: 100%;
}

/*  -----------------------------------------------------------------------------------------
    B L O C K   G R O U P
-----------------------------------------------------------------------------------------  */

.tb_wt_block_group.tb_equal_columns,
.tb_wt_block_group.tb_equal_columns > .row,
.tb_wt_block_group.tb_equal_columns > .row > .col > .display-block
{
  -ms-flex-item-align: stretch;
   -webkit-align-self: stretch;
           align-self: stretch;
}
.tb_wt_block_group.tb_equal_columns {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.tb_wt_block_group.tb_equal_columns > .row {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}
.tb_wt_block_group.tb_equal_columns > .row > .col {
     -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
}

/*  -----------------------------------------------------------------------------------------
    B R E A D C R U M B S
-----------------------------------------------------------------------------------------  */

.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  content: '/';
    margin-left: 0.2em;
  margin-right: 0.4em;
  }

/*  -----------------------------------------------------------------------------------------
    C A L L   T O   A C T I O N
-----------------------------------------------------------------------------------------  */

.tb_wt_call_to_action > div {
  display: table-cell;
  vertical-align: middle;
}
.tb_wt_call_to_action .tb_description.tb_button_left  + .tb_button_holder { padding-right: 3em; }
.tb_wt_call_to_action .tb_description.tb_button_right + .tb_button_holder { padding-left: 3em; }

.tb_wt_call_to_action .tb_description.tb_button_bottom + .tb_button_holder {
  display: block;
  padding-top: 30px;
  text-align: center;
}
.tb_wt_call_to_action hr {
  margin-left: 15%;
  margin-right: 15%;
}
.tb_wt_call_to_action .tb_description :last-child {
  margin-bottom: 0 !important;
}

/*** Mobile ***/

@media (max-width: 768px) {
  .tb_wt_call_to_action .tb_button_holder {
    display: block !important;
    padding: 2em 0 0 0 !important;
    text-align: center;
  }
}

/*  -----------------------------------------------------------------------------------------
    C A T E G O R Y
-----------------------------------------------------------------------------------------  */

.tb_wt_categories .tb_expandable > * {
  margin-bottom: 0;
}
.tb_wt_categories ul:not(.tbInit) .tb_expandable:not(.tb_show):not(:first-child) > ul {
  display: none;
}
.tb_wt_categories .tb_toggle {
  display: block !important;
    float: right;
    width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}
.tb_wt_categories .tb_toggle:before {
  content: '+'
}
.tb_wt_categories .tb_show > .tb_toggle:before {
  content: '-'
}
.tb_wt_categories .tb_accordion h2 {
  position: static;
}
.tb_wt_categories h2,
.tb_wt_categories h3,
.tb_wt_categories h4
{
  margin: 0;
}
.tb_wt_categories ul:not(.tb_list_1) > li + li,
.tb_wt_categories li > ul:first-child,
.tb_wt_categories li > :not(.tb_toggle) + ul
{
  padding-top: 10px;
}

/*** Grid ***/

.tb_wt_categories .tb_grid_view > li {
  display: block;
  padding-top: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    F A C E B O O K  /  T W I T T E R   B O X
-----------------------------------------------------------------------------------------  */

.tb_social_share,
#article_facebook_like,
.fb-like,
.fb-like span
{
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.tb_social_share:after {
  content: '\00a0';
}
.tb_social_share .fb_iframe_widget {
  vertical-align: baseline !important;
}
.fb-like iframe {
  max-width: none;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default {
  overflow: hidden;
  border: 1px solid;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default {
  height: 214px;
  max-height: 214px;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default.tb_small_header {
  height: 152px;
  max-height: 152px;
}
.tb_wt_facebook_likebox h2 + .tb_fb_likebox.tb_default {
  margin-top: 20px;
}
.tb_wt_facebook_likebox .tb_fb_likebox.tb_default .tb_social_box_wrap {
  margin: -1px -2px -1px -1px;
}

/** custom FB box **/

.tb_social_box .tb_social_button {
  position: absolute;
  top: 0;
    right: 0;
    margin-top: 5px;
}
h2.text-right + .tb_social_box .tb_social_button {
    left: 0;
  right: auto;
  }
.tb_pt_5  > .tb_social_box .tb_social_button { top: 5px;  }
.tb_pt_10 > .tb_social_box .tb_social_button { top: 10px; }
.tb_pt_15 > .tb_social_box .tb_social_button { top: 15px; }
.tb_pt_20 > .tb_social_box .tb_social_button { top: 20px; }
.tb_pt_25 > .tb_social_box .tb_social_button { top: 25px; }
.tb_pt_30 > .tb_social_box .tb_social_button { top: 30px; }
.tb_pt_35 > .tb_social_box .tb_social_button { top: 35px; }
.tb_pt_40 > .tb_social_box .tb_social_button { top: 40px; }
.tb_pt_45 > .tb_social_box .tb_social_button { top: 45px; }
.tb_pt_50 > .tb_social_box .tb_social_button { top: 50px; }
.tb_pl_5  > .tb_social_box .tb_social_button { right: 5px;   }
.tb_pl_10 > .tb_social_box .tb_social_button { right: 10px; }
.tb_pl_15 > .tb_social_box .tb_social_button { right: 15px; }
.tb_pl_20 > .tb_social_box .tb_social_button { right: 20px; }
.tb_pl_25 > .tb_social_box .tb_social_button { right: 25px; }
.tb_pl_30 > .tb_social_box .tb_social_button { right: 30px; }
.tb_pl_35 > .tb_social_box .tb_social_button { right: 35px; }
.tb_pl_40 > .tb_social_box .tb_social_button { right: 40px; }
.tb_pl_45 > .tb_social_box .tb_social_button { right: 45px; }
.tb_pl_50 > .tb_social_box .tb_social_button { right: 50px; }

.tb_social_box .tb_social_button > div,
.tb_social_box .tb_social_button > div > span,
.tb_social_box .tb_social_button > div > iframe
{
  display: inline-block !important;
  height: 20px !important;
  vertical-align: top !important;
}
.tb_social_box .tb_social_button > div {
  margin-top: -3px;
  vertical-align: middle !important;
}


.tb_fb_likebox.tb_custom > div > div > div,
.tb_fb_likebox.tb_custom ._4s7c
{
  height: auto !important;
}
.tb_fb_likebox.tb_custom .hidden_elem {
  display: none !important;
}
.tb_fb_likebox.tb_custom .lfloat {
  float: left;
}
.tb_fb_likebox.tb_custom .rfloat {
  float: right;
}
.tb_social_box img {
  display: block;
}
.tb_social_box .tb_profile .thumbnail {
    margin-right: 20px;
  }
.tb_social_box .tb_profile h3 {
  margin-bottom: 0;
}
.tb_social_box .tb_profile h3 small {
  font-size: 14px;
  opacity: 0.8;
}
.tb_fb_likebox.tb_custom ._8o,
.tb_fb_likebox.tb_custom  ._8o .img
{
  display: block;
}
.tb_fb_likebox.tb_custom ._8r {
  margin: 0 10px 0 0;
}
.tb_fb_likebox.tb_custom ._8u > * {
  display: inline;
}
.tb_social_box .plm {
  overflow: hidden;
  clear: both;
  padding: 0 0 20px 0;
}
.tb_social_box .plm * {
  display: inline;
}
.tb_social_box .tb_profile + .plm {
  clear: none;
  margin-top: 5px;
}
.tb_fb_likebox.tb_custom .plm a {
  font-weight: bold;
}

/*** facepile ***/

.tb_social_box .uiList {
  overflow: hidden;
  clear: both;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -20px;
  margin-left: -15px;
  text-align: justify;
  letter-spacing: 10px;
}
.tb_social_box.tb_show_title .uiList {
  margin-top: -10px;
}
.tb_social_box .tb_profile + .plm + .uiList {
  margin-top: 0;
}
.tb_social_box.tb_show_title .tb_profile + .plm + .uiList {
  margin-top: 10px;
}
.tb_social_box .uiList:after {
  content: '';
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.tb_social_box .uiList li {
  display: inline-block;
  width: 50px;
  margin-left: 15px;
  padding-top: 20px;
  vertical-align: top;
}
.tb_social_box.tb_show_border .uiList li {
  width: 60px;
}
.tb_social_box.tb_show_title .uiList li {
  padding-top: 10px;
}
.tb_social_box .uiList li a,
.tb_social_box .uiList li img
{
  display: block;
}
.tb_social_box.tb_show_title .uiList li .link:after {
  content: attr(title);
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 20px;
  text-align: center;
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 10px;
}
.tb_social_box .uiList li img {
  width: 100%;
  height: auto;
}
.tb_social_box.tb_show_border .uiList li img {
  padding: 5px;
  background: #fff;
}
.tb_social_box.tb_max_w_200 .tb_fb_like {
  position: static;
  margin: 0 0 10px 0;
}
.tb_social_box.tb_max_w_200 .plm {
  margin-top: 0;
}

.no_title > .tb_social_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.no_title > .tb_social_box .plm {
  -ms-flex-order: 1;
   -webkit-order: 1;
           order: 1;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 20px;
}
.no_title > .tb_social_box .tb_social_button {
  position: static;
  -ms-flex-order: 2;
   -webkit-order: 2;
           order: 2;
  margin: 0;
}
.no_title > .tb_social_box .uiList {
  -ms-flex-order: 3;
   -webkit-order: 3;
           order: 3;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

/*  -----------------------------------------------------------------------------------------
    F I R E   S L I D E R
-----------------------------------------------------------------------------------------  */

.tb_wt_fire_slider {
  position: static;
}
.tb_wt_fire_slider .tb_placeholder {
  display: none;
}
.tb_wt_fire_slider .mSButtons {
  opacity: 0;
}
.tb_wt_fire_slider:hover .mSButtons {
  opacity: 1;
}
.mightySlider {
  direction: ltr;
}
.mSCaption {
  direction: ltr;
}
body > .tb_wt_fire_slider {
  margin: 0;
}
[id*="FireSlider"] .mSPages {
  padding-bottom: 20px;
}

/*  -----------------------------------------------------------------------------------------
    G A L L E R Y
-----------------------------------------------------------------------------------------  */

.tb_gallery {
  position: relative;
  overflow: hidden;
}

/*  Slider  ------------------------------------------------------------------------------ */

.tb_gallery .tb_slides {
  overflow: hidden;
}
.tb_gallery.tb_thumbs_vertical .tb_slides {
  position: absolute;
  top: 0;
  height: 100%;
}
.tb_gallery.tb_thumbs_vertical .tb_slides:last-child {
  width: 100%;
  margin: 0 !important;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_right .tb_slides {
  left: 0;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_left .tb_slides {
  right: 0;
}

/*  Thumbnails  -------------------------------------------------------------------------- */

.tb_gallery .tb_thumbs ul > li > img {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no_touch .tb_gallery .tb_thumbs ul > li:hover > img,
.tb_gallery .tb_thumbs ul > li.active > img
{
  opacity: 1;
}

/*** Horizontal ***/

.tb_gallery.tb_thumbs_horizontal .tb_thumbs_wrap {
  width: 100%;
}

/*** 1px spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px .tb_thumbs_wrap {
  margin-top: 1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 1px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_1px:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 1px;
}

/*** xs spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs .tb_thumbs_wrap {
  margin-top: 5px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -5px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 5px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 5px;
}

/*** sm spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm .tb_thumbs_wrap {
  margin-top: 10px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -10px;
  padding-top: 10px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 10px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 10px;
}

/*** md spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md .tb_thumbs_wrap {
  margin-top: 20px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -20px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 20px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 20px;
}

/*** lg spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg .tb_thumbs_wrap {
  margin-top: 30px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -30px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 30px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 30px;
}

/*** Vertical ***/

.tb_gallery.tb_thumbs_vertical .tb_thumbs_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs > div {
  padding-top: 0 !important;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs .mSSlideElement {
  clear: left;
}
.tb_gallery.tb_thumbs_vertical .tb_thumbs ul > li {
  float: left;
  width: 100%;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_right .tb_thumbs_wrap {
  right: 0;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_position_left .tb_thumbs_wrap {
  left: 0;
}

/*** 1px spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_1px.tb_thumbs_crop .tb_thumbs_wrap {
  top: -1px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_1px.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 1px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_1px:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 1px;
}

/*** xs spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs_wrap {
  top: -5px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 5px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 5px;
}

/*** sm spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs_wrap {
  top: -10px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 10px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 10px;
}

/*** md spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs_wrap {
  top: -20px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 20px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 20px;
}

/*** lg spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs_wrap {
  top: -30px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 30px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg:not(.tb_thumbs_crop) .tb_thumbs  ul > li:not(:first-child) {
  margin-top: 30px;
}

/*  Prev / next buttons  ----------------------------------------------------------------- */

.tb_gallery.tb_nav_visibility_hover .tb_slides .mSButtons {
  opacity: 0;
}
.tb_gallery.tb_nav_visibility_hover .tb_slides:hover .mSButtons {
  opacity: 1;
}

/*  Pagination  -------------------------------------------------------------------------- */

.tb_gallery.tb_dots_outside {
  padding-bottom: 30px;
}
.tb_gallery:not(.tb_dots_outside) .tb_pagination {
  padding-bottom: 20px;
}

/*  Loading  ----------------------------------------------------------------------------- */

.tb_gallery .wait {
  width: 40px;
  height: 40px;
}

/*  Captions  ---------------------------------------------------------------------------- */

.tb_gallery .tb_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: auto !important;
  padding: 20px !important;
  line-height: inherit !important;
  opacity: 0;
}
.tb_gallery .tb_caption:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.tb_gallery .tb_caption .tb_text {
  position: relative;
  z-index: 1;
}

/*  Grid gallery  ------------------------------------------------------------------------ */

.tb_gallery.tb_grid_view a {
  position: relative;
  display: block;
  text-align: center;
}
.tb_gallery.tb_grid_view a .tb_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tb_gallery.tb_grid_view a:hover span {
  display: block;
  opacity: 1;
}

/*  Fullscreen button  ------------------------------------------------------------------- */

.tb_gallery .tb_fullscreen_button {
  position: absolute;
  z-index: 5;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

/*** View on hover ***/

.tb_gallery.tb_fullscreen_button_hover .tb_fullscreen_button {
  opacity: 0;
}
.is_touch .tb_gallery.tb_fullscreen_button_hover .tb_fullscreen_button,
.tb_gallery.tb_fullscreen_button_hover:hover .tb_fullscreen_button
{
  opacity: 1;
}

/*** Button positions ***/

.tb_gallery.tb_fullscreen_button_position_tr .tb_fullscreen_button {
  top: 0;
  right: 0;
}
.tb_gallery.tb_fullscreen_button_position_br .tb_fullscreen_button {
  bottom: 0;
  right: 0;
}
.tb_gallery.tb_fullscreen_button_position_bl .tb_fullscreen_button {
  bottom: 0;
  left: 0;
}
.tb_gallery.tb_fullscreen_button_position_tl .tb_fullscreen_button {
  top: 0;
  left: 0;
}

/*  -----------------------------------------------------------------------------------------
    G O O G L E   M A P S
-----------------------------------------------------------------------------------------  */

.tb_map_wrap > span.tb_loading_wrap {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -8px;
}
.tb_map_wrap > span.tb_loading_wrap > * {
  margin: 1px 0 0 0;
}
.tb_wt_google_maps.tb_full {
  position: static;
}
.tb_wt_google_maps.tb_full .tb_map_holder {
  position: absolute;
  left: 0;
}
.tb_map_holder {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.tb_map_holder.tb_style_2 {
  z-index: 1;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.tb_map_holder.tb_style_2:before {
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.5) inset,
    0 -10px 20px 0 rgba(0, 0, 0, 0.1) inset;
}
.tb_map iframe {
  display: block;
  width: 100%;
}

/*  -----------------------------------------------------------------------------------------
    I C O N   L I S T
-----------------------------------------------------------------------------------------  */

.tb_icon_list {
  margin-bottom: 0;
}
.tb_icon_list > li {
  display: block;
}
.tb_icon_list li .tb_icon_wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tb_icon_list li .tb_icon {
  margin: 0;
}
.tb_icon_list li .tb_icon:before {
  margin-left: 0;
  margin-right: 0;
}
.tb_icon_list li .tb_description > :last-child {
  margin-bottom: 0;
}
.tb_icon_list.tb_description_tooltip .tb_description_wrap {
  display: none !important;
}
.tb_icon_list.tb_description_tooltip span.tb_icon {
  cursor: help;
}
.tb_icon_list .tb_icon.tb_style_1 {
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.tb_icon_list .tb_icon.tb_style_1:before {
  margin-top: -1px;
}
.tb_icon_list .tb_icon.tb_style_2 {
  border-radius: 100px;
}
.tb_icon_list .tb_icon.tb_style_4,
.tb_icon_list .tb_icon.tb_style_5
{
  border-width: 2px;
  border-style: solid;
  background-color: transparent !important;
}
.tb_icon_list .tb_icon.tb_style_5 {
  border-radius: 50%;
}
.tb_icon_list .tb_icon.tb_style_4:before,
.tb_icon_list .tb_icon.tb_style_5:before
{
  margin-top: -2px;
}

/*** Inline view ***/

.tb_icon_list.tb_inline_view li {
  display: -webkit-inline-flex;
  display: inline-flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  vertical-align: top;
}
.tb_icon_list.tb_inline_view li .tb_description_wrap
{
  display: inline-block;
  vertical-align: top;
}
.tb_icon_list.tb_inline_view.text-justify > ul {
  line-height: 0;
  text-align: justify;
}
.tb_icon_list.tb_inline_view.text-justify > ul:after {
  content: ' ';
  display: inline-block;
  width: 99%;
  vertical-align: top;
}

/*** List view ***/

.tb_icon_list.tb_list_view ul {
  display: table;
  width: 100%;
}
.tb_icon_list.tb_list_view li {
  display: table-row;
}
.tb_icon_list.tb_list_view li > * {
  display: table-cell;
  vertical-align: middle;
}
.tb_icon_list.tb_list_view li:last-child > * {
  padding-bottom: 0;
}
.tb_icon_list.tb_list_view li .tb_icon {
  display: block;
  margin: 0 auto;
}
.tb_icon_list.tb_list_view li .tb_description {
  display: inline-block;
  width: 100%;
}
.tb_icon_list.tb_list_view.tb_description_right {
  direction: ltr;
}
.tb_icon_list.tb_list_view.tb_description_left {
  direction: rtl;
}
.tb_icon_list.tb_list_view.tb_description_left li,
.tb_icon_list.tb_list_view.tb_description_right li
{
    direction: ltr;
  }
.tb_icon_list.tb_list_view.tb_description_right li .tb_description_wrap {
    padding-left: 1em;
  }
.tb_icon_list.tb_list_view.tb_description_left li .tb_description_wrap {
  padding-right: 15px;
}
.tb_icon_list.tb_list_view.tb_icons_top li .tb_icon {
  vertical-align: top;
}
.tb_icon_list.tb_list_view.tb_icons_top li .tb_icon_wrap {
  vertical-align: top;
}

/*** Grid view ***/

.tb_icon_list.tb_grid_view li {
  direction: ltr;
}
.tb_icon_list.tb_grid_view li .tb_icon_wrap {
  text-align: center;
}
.tb_icon_list.tb_grid_view li .tb_icon_wrap .tb_icon {
  margin: 0 !important;
  vertical-align: middle;
}
.tb_icon_list.tb_grid_view .tb_description_wrap {
    direction: ltr;
  }
.tb_icon_list.tb_grid_view.tb_description_bottom li {
  text-align: center;
}
.tb_icon_list.tb_grid_view.tb_description_bottom li .tb_icon_wrap {
  margin: 0 auto 20px auto;
}
.tb_icon_list.tb_grid_view.tb_description_bottom li .tb_icon_wrap:last-child {
  margin-bottom: 0;
}
.tb_icon_list.tb_grid_view.tb_description_right li,
.tb_icon_list.tb_grid_view.tb_description_left li
{
  position: relative;
}
.tb_icon_list.tb_grid_view.tb_description_right .tb_icon_wrap,
.tb_icon_list.tb_grid_view.tb_description_left .tb_icon_wrap
{
  position: absolute;
  top: 50%;
  margin-left: 0;
  margin-right: 0;
}
.tb_icon_list.tb_grid_view.tb_description_left .tb_icon_wrap {
  right: 0;
}
.tb_icon_list.tb_grid_view.tb_description_bottom .tb_icon {
  margin: 0;
}
.tb_icon_list.tb_grid_view.tb_icons_top .tb_icon_wrap {
  top: 0;
  margin-top: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    L A T E S T   R E V I E W S
-----------------------------------------------------------------------------------------  */

.tb_wt_latest_reviews:hover {
  position: relative;
  z-index: 100;
  z-index: 40;
}
.tb_wt_latest_reviews .product-thumb {
  background-color: transparent !important;
}
.tb_wt_latest_reviews .caption {
      -ms-flex: 1 1 0px !important;
  -webkit-flex: 1 1 0px !important;
          flex: 1 1 0px !important;
}
.tb_wt_latest_reviews .caption > .tb_review {
  min-width: 100%;
}
.tb_wt_latest_reviews .tb_slider_pagination {
  margin-top: 10px;
}

/*  -----------------------------------------------------------------------------------------
    L A T E S T   T W E E T S
-----------------------------------------------------------------------------------------  */

.tb_wt_latest_tweets .panel-heading {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.tb_wt_latest_tweets .panel-heading.text-right {
  direction: rtl;
}
.tb_wt_latest_tweets .panel-title {
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tb_wt_latest_tweets .panel-title .tb_icon {
  word-spacing:   0 !important;
  letter-spacing: 0 !important;
}
.tb_wt_latest_tweets .panel-heading > a.twitter-follow-button {
  display: none;
}
.tb_wt_latest_tweets > iframe {
    margin-top: 5px;
}
.tb_tweet {
  box-shadow: none !important;
}
.tb_tweet h3 {
    padding-right: 60px;
  }
.tb_tweet h3 small {
  vertical-align: top;
  font-size: 11px;
}
.tb_tweet .tb_status {
  margin-bottom: 0;
}
.tb_tweet .tb_date {
  position: absolute;
  top: 0;
    right: 0;
    white-space: nowrap;
}
.tb_tweet .tb_actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: none;
}
.tb_tweet:hover .tb_actions {
  display: block;
}
.tb_tweet .tb_item_info {
  overflow: hidden;
  position: relative;
}
.tb_listing.tb_has_hover > .tb_tweet:hover {
  z-index: 2;
  margin: 0 -20px -50px -20px !important;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  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) !important;
}
.tb_listing.tb_has_hover > .tb_tweet:first-child:hover {
  margin-top: -20px !important;
}
.tb_listing.tb_has_hover > .tb_tweet:hover {
  padding-bottom: 50px;
}

.tb_listing.tb_style_1 > .tb_tweet .thumbnail {
    margin: 0 20px 0 0;
  }
.tb_listing.tb_style_1 > .tb_tweet .thumbnail img {
  width: 60px;
}

.tb_tweets .tb_tweet + .tb_tweet {
  margin-top: 20px !important;
}
.tb_tweets.tb_style_2,
.tb_tweets.tb_style_2 > .tb_tweet
{
  border: none !important;
}
.tb_listing.tb_style_2 > .tb_tweet .thumbnail {
    margin: 0 10px 0 0;
  }
.tb_listing.tb_style_2 > .tb_tweet .thumbnail img {
  width: 40px;
}
.tb_listing.tb_style_2 > .tb_tweet .tb_item_info {
  overflow: visible;
}
.tb_listing.tb_style_2 > .tb_tweet h3 small {
  display: block;
}
.tb_listing.tb_style_2 > .tb_tweet .tb_status {
  clear: both;
}

.tb_listing.tb_style_3 .tb_tweet .tb_item_info {
  overflow: visible;
  position: relative;
    margin-left: 60px;
  }
.tb_listing.tb_style_3 .tb_tweet .tb_item_info:before {
  content: '\201C';
    left: -60px;
    position: absolute;
  top: -10px;
  width: 35px;
  height: 50px;
  line-height: 100px;
  text-align: center;
  font-size: 100px;
  font-family: Arial;
  font-style: normal;
  opacity: 0.15;
}
.tb_listing.tb_style_3 .tb_tweet .tb_status,
.tb_listing.tb_style_3 .tb_tweet .tb_date
{
  position: static;
  display: inline;
}

/*  -----------------------------------------------------------------------------------------
    M A I N   N A V I G A T I O N
-----------------------------------------------------------------------------------------  */

.tb_wt_header_main_navigation_system {
  position: static;
}

/******    Manufacturers    **************************/

.tb_wt_manufacturers {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.tb_manufacturers.tb_grid_view {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tb_wt_manufacturers:not(.has_slider) .panel-body {
  position: relative;
}

/*  -----------------------------------------------------------------------------------------
    M E N U
-----------------------------------------------------------------------------------------  */

.tb_wt_menu .tb_selected > a,
.tb_wt_menu .tb_selected > span
{
  font-weight: bold;
}
.col-align-center > .tb_wt_menu.display-inline-block .nav-horizontal {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.col-align-end > .tb_wt_menu.display-inline-block .nav-horizontal {
            -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.tb_wt_menu .h2,
.tb_wt_menu .h3,
.tb_wt_menu .h4
{
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tb_wt_menu .h2,
.tb_wt_menu .h2 + .tb_list_1,
.tb_wt_menu .h2 + ul > li:last-child > ul,
.tb_wt_menu .h2 + ul > li:last-child > h3:last-child
{
  margin-bottom: 20px;
}
.tb_wt_menu .h3,
.tb_wt_menu .h3 + .tb_list_1,
.tb_wt_menu .h4,
.tb_wt_menu .h4 + .tb_list_1
{
  margin-bottom: 10px;
}
.tb_wt_menu .nav-stacked > li:last-child > .h2:last-child,
.tb_wt_menu .nav-stacked > li:last-child > .h3:last-child,
.tb_wt_menu .nav-stacked > li:last-child > .h4:last-child,
.tb_wt_menu .nav-stacked > li:last-child > .tb_list_1,
.tb_wt_menu > nav > ul > li:last-child > ul > li:last-child > .tb_list_1:last-child
{
  margin-bottom: 0;
}
.tb_wt_menu > ul:last-child {
  margin-bottom: 0 !important;
}
.tb_wt_menu nav,
.tb_wt_menu nav > .nav
{
  border-radius: inherit;
}
.tb_wt_menu .nav-stacked.tb_separate_menus > li > a {
  margin-bottom: 0;
}

/*  -----------------------------------------------------------------------------------------
    N E W S L E T T E R
-----------------------------------------------------------------------------------------  */

.tb_wt_newsletter .form-group {
  max-width: 100%;
}
.tb_wt_newsletter .form-inline .form-group {
    margin-right: 1em;
  }
.tb_wt_newsletter .form-inline .form-group {
  position: relative;
}
.tb_wt_newsletter .form-inline .form-group .text-danger {
  position: absolute;
  bottom: -25px;
    left: 0;
    min-width: 0 !important;
  text-align: initial;
}

/*  -----------------------------------------------------------------------------------------
    P R O D U C T   S L I D E R
-----------------------------------------------------------------------------------------  */

.tb_wt_product_slider .panel-body > .row > .col-xs-12:first-child {
  display: block;
}
@media (max-width: 768px) {
  .tb_wt_product_slider .col-xs-12:first-child {
        -ms-flex: 1 1 180px;
    -webkit-flex: 1 1 180px;
            flex: 1 1 180px;
  }
  .tb_wt_product_slider .col-xs-12:last-child {
        -ms-flex: 1 1 250px;
    -webkit-flex: 1 1 250px;
            flex: 1 1 250px;
  }
}
.tb_wt_product_slider .product-thumb {
  background-color: transparent !important;
}
.tb_wt_product_slider .tb_slider_controls {
  overflow: visible !important;
  visibility: visible;
}
.tb_wt_product_slider .tb_slider_controls a {
  z-index: 1;
  margin-left:  0 !important;
  margin-right: 0 !important;
}
.tb_wt_product_slider .tb_slider_controls .tb_prev {
  left: -15% !important;
}
.tb_wt_product_slider .tb_slider_controls .tb_next {
  right: -15% !important;
}
.tb_wt_product_slider .tb_item_thumb_wrap {
  position: relative;
  max-width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
}
.tb_wt_product_slider .tb_item_thumb_wrap > div {
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}
.tb_wt_product_slider .tb_item_thumb .tb_products,
.tb_wt_product_slider .tb_item_thumb .swiper-container,
.tb_wt_product_slider .tb_item_thumb .swiper-wrapper,
.tb_wt_product_slider .tb_item_thumb .swiper-slide,
.tb_wt_product_slider .tb_item_thumb .product-thumb .image
{
  margin:  0 !important;
  padding: 0 !important;
}
.tb_wt_product_slider .tb_item_thumb .tb_products,
.tb_wt_product_slider .tb_item_thumb .swiper-container,
.tb_wt_product_slider .tb_item_thumb .swiper-wrapper
{
  height: 100% !important;
}
.tb_wt_product_slider .tb_item_thumb .product-thumb .image {
  display:  -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  max-width: none;
}
.tb_wt_product_slider .tb_item_thumb .product-thumb .image + div {
  display: none;
}

.tb_wt_product_slider .tb_item_info {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  opacity: 0;
}
.tb_wt_product_slider .tb_item_info.tbShowInfo {
  opacity: 1;
}
.tb_wt_product_slider .tb_item_info .image {
  display: none;
}

.tb_wt_product_slider .swiper-wrapper,
.tb_wt_product_slider .swiper-slide > div
{
  border: none !important;
  box-shadow: none !important;
}
.tb_wt_product_slider .product-layout,
.tb_wt_product_slider .product-thumb
{
  height: 100%;
  padding: 0;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .tb_wt_product_slider .tb_item_info .description {
    display: none;
  }
}

/*  -----------------------------------------------------------------------------------------
    S E P A R A T O R
-----------------------------------------------------------------------------------------  */

.tb_separator {
  overflow: hidden;
  position: relative;
}
.tb_separator .tb_title {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  vertical-align: top;
}
.tb_separator .tb_title .border {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 1000px;
}
.tb_separator .tb_title .tb_position_left {
  left: -1000px;
}
.tb_separator .tb_title .tb_position_right {
  right: -1000px;
}
.tb_separator > span.border {
  left: 0;
  width: 100%;
  margin-bottom: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    T A B S  /  A C C O R D I O N
-----------------------------------------------------------------------------------------  */

.tb_wt_group.tb_tabs_style_3 {
  position: static;
}
.tb_wt_group.tabs-right { direction: rtl; }

.tb_wt_group .tb_wt:hover {
  z-index: auto;
}
.tb_wt_group .nav.nav-tabs:not([class*="tb_mb_"]) {
  margin-bottom: 0;
}

/*  -----------------------------------------------------------------------------------------
    T E X T
-----------------------------------------------------------------------------------------  */

.tb_text_wrap br {
  display: block;
}
.tb_text_wrap ul:not(.list-unstyled),
.tb_text_wrap ol:not(.list-unstyled)
{
  list-style-position: inside;
}
.tb_text_wrap ul:not(.list-unstyled) {
  list-style-type: disc;
}
.tb_text_wrap ul:not(.list-unstyled) ul:not(.list-unstyled),
.tb_text_wrap ul:not(.list-unstyled) ol:not(.list-unstyled),
.tb_text_wrap ol:not(.list-unstyled) ul:not(.list-unstyled),
.tb_text_wrap ol:not(.list-unstyled) ol:not(.list-unstyled)
{
    margin-left: 20px;
  }
.tb_text_wrap ol:not(.list-unstyled) {
  padding-left: 15px;
  list-style: decimal;
}
.tb_text_wrap blockquote {
  position: relative;
    padding: 15px 20px 15px 75px;
    line-height: 30px;
  font-size: 18.2px;
  font-style: italic;
}
.tb_text_wrap blockquote:before {
    content: '\201C';
  left: 20px;
    position: absolute;
  top: 5px;
  width: 35px;
  height: 50px;
  line-height: 100px;
  text-align: center;
  font-size: 100px;
  font-family: Arial;
  font-style: normal;
  opacity: 0.2;
}
.tb_text_wrap blockquote:after {
  content: '';
  position: absolute;
  top: 0;
    left: 0;
  border-right: 5px solid;
    width: 0;
  height: 100%;
  opacity: 0.2
}
.tb_text_wrap blockquote.pull-left {
  margin: 0 20px 20px 0;
}
.tb_text_wrap blockquote.pull-right {
  margin: 0 0 20px 20px;
}
.tb_text_wrap > :last-child {
  margin-bottom: 0;
}
#tbScrollToTop {
  position: fixed;
  z-index: 50;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 24px;
  opacity: 0;
}
.tb_page_stories_show .breadcrumb li:first-child a:before {
  content: none;
}
.tb_article .thumbnail {
  max-width: 100% !important;
  margin-bottom: 20px;
}
.tb_thumbnail_top .thumbnail {
  float: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tb_thumbnail_left .thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.tb_thumbnail_right .thumbnail {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}
.tb_article .tb_meta {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
    padding-left: 15px;
  }
.tb_article .tb_meta > * {
  position: relative;
  display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
  vertical-align: top;
}
.tb_article .tb_meta > * + * {
    padding-left: 15px;
  }
.tb_article .tb_meta > * + *:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  display: inline-block;
    border-left: 1px solid;
    opacity: 0.2;
}
.tb_article .tb_meta .fa {
  margin-right: 0.2em;
  vertical-align: top;
  font-size: 14px;
}
.tb_article .tb_meta + .tb_text_wrap {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
}
.tb_article .tb_meta + .tb_text_wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  opacity: 0.15;
}
.tb_article .tb_item_info > .tb_meta:last-child {
  margin-bottom: -10px !important;
}
.tb_article .tb_read_more {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
.tb_article .tb_read_more span {
  vertical-align: top;
  font-size: 1.2em;
}
.tb_article .tb_comments {
  position: relative;
  padding-top: 30px;
}
.tb_articles + .pagination {
  margin-bottom: 0;
  padding-top: 30px;
}

/*  Listing  ----------------------------------------------------------------------------- */

.tb_listing:not(.tb_compact_view) .tb_article .thumbnail:before {
  content: '\f0c1';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-family: FontAwesome;
  font-size: 28px;
  color: #fff;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tb_listing:not(.tb_compact_view) .tb_article .thumbnail:hover:before {
  opacity: 1;
}

/*** Grid view ***/

.tb_grid_view .tb_article {
  text-align: initial;
}
.tb_grid_view .tb_article > * {
  width: auto !important;
  min-width: 100%;
}

/*** List view ***/

.tb_list_view .tb_article + .tb_article {
  margin-top: 30px;
  padding-top: 30px;
}
.tb_list_view .tb_article:last-child {
  margin-bottom: 30px;
}
.tb_list_view .tb_article .tb_meta + .tb_description {
  margin-top: 0;
  padding-top: 0;
}
.tb_list_view .tb_article .tb_meta + .tb_description:after {
  content: none;
}
.tb_list_view.tb_thumbnail_left  .tb_description,
.tb_list_view.tb_thumbnail_right .tb_description
{
  clear: none;
}

/*** Compact view ***/

.tb_compact_view .tb_article h3 + .tb_description,
.tb_compact_view .tb_article h3 + .tb_meta
{
  margin-top: 10px;
}
.tb_compact_view .tb_article .tb_description {
  margin-bottom: 10px;
}
.tb_compact_view .tb_article .tb_meta {
  margin-left: -10px;
  margin-right: -10px;
    padding-left: 10px;
  }
.tb_compact_view .tb_article .tb_meta > * {
    margin-right: 10px;
  }
.tb_compact_view .tb_article .tb_meta > * + * {
  padding-left: 0;
  padding-right: 0;
}
.tb_compact_view .tb_article .tb_meta > * + *:before {
  content: none;
}

.tb_article .tb_meta .tb_social_share > :not(:last-child) {
    margin-right: 15px;
  }


/*  -----------------------------------------------------------------------------------------
    J Q U E R Y   P L U G I N S
-----------------------------------------------------------------------------------------  */

.bootstrap-touchspin {
  width: auto;
}
.bootstrap-touchspin > input {
  padding: 0 !important;
}
.bootstrap-touchspin .btn-group-vertical {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.bootstrap-touchspin .btn {
  -ms-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  width: 1.5em;
  min-width: 20px;
  padding: 0;
}
.bootstrap-touchspin .btn i,
.bootstrap-touchspin .btn i:before
{
  margin: 0;
  font-size: 12px;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
    border-radius: 0 2px 0 0 !important;
  }
.bootstrap-touchspin .bootstrap-touchspin-down {
    border-radius: 0 0 2px 0 !important;
  }
.noty_modal {
  position: fixed;
  z-index: 9999998;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.noty_cont,
.noty_bar
{
  position: fixed;
  z-index: 9999999;
  width: 300px;
  margin: 0;
}
.noty_bar {
  display: none;
  width: 100%;
}
.noty_layout_topRight     { top: 0; right: 15px; }
.noty_layout_topLeft      { top: 0; left: 15px;  }
.noty_layout_bottomLeft   { bottom: 0; left: 15px;  }
.noty_layout_bottomRight  { bottom: 0; right: 15px; }
.noty_layout_topCenter    { top: 0; left: 50%; margin-left: -150px; }
.noty_layout_bottomCenter { bottom: 0; left: 50%; margin-left: -150px; }

.noty_cont .noty_bar {
  position: static;
  margin: 0;
}
.noty_bar .noty_close {
  cursor: pointer;
}


.noty_message {
  position: relative;
  margin: 15px 0;
  padding: 15px;
  border-radius: 2px;
  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);
}
.noty_text,
.noty_text_body
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.noty_text:after {
  content: '';
  display: table;
  clear: both;
}
.noty_text .tb_icon {
  font-size: 19px;
  color: #fff;
}
.noty_text h3 {
      -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 20px;
}
.noty_text .thumbnail {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 60px;
    margin-right: 20px;
  }
.noty_text .thumbnail img {
  width: auto;
  height: 100%;
}
.noty_text > p,
.noty_text_body
{
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.noty_text_body > p {
  overflow: hidden;
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}
.noty_text p a {
  font-weight: 600;
}
.noty_text .error {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.noty_buttons {
  text-align: center;
  padding-top: 10px;
}
.noty_buttons button {
  margin-top: 10px;
}
.noty_buttons button + button {
    margin-left: 5px;
  }
.noty_message h2 {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
}
.noty_message .noty_close {
  z-index: 100;
  position: absolute;
  top: 15px;
    right: 15px;
    letter-spacing: 0;
  word-spacing: 0;
}
.noty_message .noty_close:after {
  display: none;
}
.noty_message h3 {
    padding-right: 20px;
    font-size: 17px;
}
.noty_message .tb_icon,
.noty_message .noty_close.noty_close
{
  width:       20px;
  height:      20px;
  line-height: 20px;
  text-align: center;
}
.noty_message .tb_icon {
  padding: 2px;
  font-size: inherit;
  border-radius: 50%;
  vertical-align: middle;
}
.noty_message .tb_icon:before {
  font-size: 0.8em;
}

/*** Mobile ***/

@media (max-width: 768px) {
  .noty_cont {
    position: static;
    width: auto;
    height: auto;
  }
  .noty_bar {
    position: fixed !important;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
  }
  .noty_message {
    margin: 0;
  }
  .noty_text {
              -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .noty_text h3 {
    text-align: center;
    padding-right: 0;
    padding-left:  0;
  }
  .noty_text p {
    max-width: 320px;
  }
}

/*  -----------------------------------------------------------------------------------------
    P R E S E T S
-----------------------------------------------------------------------------------------  */

[class].pr_banner-Hv3Ep .tb_line_1 {
  color: #333333;
}

[class].pr_banner-Hv3Ep .tb_line_2 {
  color: #333333;
}

[class].pr_banner-Hv3Ep .tb_line_3 {
  color: #9768a8;
}

[class].pr_banner-Hv3Ep .tb_image:before {
  background-color: #9768a8;
}

[class].pr_banner-Hv3Ep .panel-heading, [class].pr_banner-Hv3Ep .box-heading {
  color: #333333;
}

[class].pr_banner-small-PLkJ4 .btn:not(:hover):not(.btn-default), [class].pr_banner-small-PLkJ4 .btn.active:hover, [class].pr_banner-small-PLkJ4 .button:not(:hover), [class].pr_banner-small-PLkJ4 button:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 [type=button]:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 [type=submit]:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 [type=reset]:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 .ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus), [class].pr_banner-small-PLkJ4 .ui-slider .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus) {
  background-color: #FF4400 !important;
}

[class].pr_banner-small-PLkJ4 .btn:not(:hover):not(.btn-default), [class].pr_banner-small-PLkJ4 .btn.active:hover, [class].pr_banner-small-PLkJ4 .button:not(:hover), [class].pr_banner-small-PLkJ4 button:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 [type=button]:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 [type=submit]:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 [type=reset]:not(:hover):not(.btn), [class].pr_banner-small-PLkJ4 .ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus), [class].pr_banner-small-PLkJ4 .ui-slider .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus) {
  color: #ffffff !important;
}

[class].pr_banner-small-PLkJ4 .btn:not(.active):not(.btn-default):hover, [class].pr_banner-small-PLkJ4 .button:hover, [class].pr_banner-small-PLkJ4 button:not(.btn):hover, [class].pr_banner-small-PLkJ4 [type=button]:not(.btn):hover, [class].pr_banner-small-PLkJ4 [type=submit]:not(.btn):hover, [class].pr_banner-small-PLkJ4 [type=reset]:not(.btn):hover, [class].pr_banner-small-PLkJ4 .ui-button.ui-state-hover:not(.btn):not(.ui-state-focus), [class].pr_banner-small-PLkJ4 .ui-button.ui-state-active:not(.ui-state-focus), [class].pr_banner-small-PLkJ4 .ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #000000 !important;
}

[class].pr_banner-small-PLkJ4 .btn:not(.active):not(.btn-default):hover, [class].pr_banner-small-PLkJ4 .button:hover, [class].pr_banner-small-PLkJ4 button:not(.btn):hover, [class].pr_banner-small-PLkJ4 [type=button]:not(.btn):hover, [class].pr_banner-small-PLkJ4 [type=submit]:not(.btn):hover, [class].pr_banner-small-PLkJ4 [type=reset]:not(.btn):hover, [class].pr_banner-small-PLkJ4 .ui-button.ui-state-hover:not(.btn):not(.ui-state-focus), [class].pr_banner-small-PLkJ4 .ui-button.ui-state-active:not(.ui-state-focus), [class].pr_banner-small-PLkJ4 .ui-slider .ui-slider-handle.ui-state-hover {
  color: #ffffff !important;
}

[class].pr_banner-small-PLkJ4 .btn.btn-default:not(:hover), [class].pr_banner-small-PLkJ4 .btn.btn-default.active:hover {
  background-color: #d6d6d6 !important;
}

[class].pr_banner-small-PLkJ4 .btn.btn-default:not(:hover), [class].pr_banner-small-PLkJ4 .btn.btn-default.active:hover {
  color: #333333 !important;
}

[class].pr_banner-small-PLkJ4 .btn.btn-default:not(.active):hover {
  background-color: #000000 !important;
}

[class].pr_banner-small-PLkJ4 .btn.btn-default:not(.active):hover {
  color: #ffffff !important;
}

[class].pr_banner-small-PLkJ4 .panel-heading, [class].pr_banner-small-PLkJ4 .box-heading {
  color: #333333;
}

[class].pr_title-separator-INfHm .tb_separator .tb_title {
  color: #333333 !important;
}

[class].pr_title-separator-INfHm .tb_separator .tb_title {
  background-color: transparent;
}

[class].pr_title-separator-INfHm .tb_separator .border {
  border-color: #dddddd;
}

[class].pr_title-separator-INfHm .panel-heading, [class].pr_title-separator-INfHm .box-heading {
  color: #333333;
}

[class].pr_banner-Hv3Ep {
  padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;

}
.row-wrap[class].pr_banner-Hv3Ep > .row {
  padding-top: 30px;
padding-bottom: 30px;

}
[class].pr_banner-small-PLkJ4 {
  padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;

}
.row-wrap[class].pr_banner-small-PLkJ4 > .row {
  padding-top: 30px;
padding-bottom: 30px;

}

/*  -----------------------------------------------------------------------------------------
    B U R N   E N G I N E   S T Y L E
-----------------------------------------------------------------------------------------  */

.tbSticky {
  z-index: 101;
  position: fixed !important;
  top: 0;
  -webkit-transition: background 0.3s, padding 0.3s;
          transition: background 0.3s, padding 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tbSticky > .row-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#header.tbSticky.container-fluid,
#header.tbStickyScrolled.tb_sticky_width_full,
#sticky_header.tb_sticky_width_full
{
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
}
#header.container.tbSticky:not(.tbStickyScrolled),
#header.tbStickyScrolled.tb_sticky_width_fixed,
#sticky_header.tb_sticky_width_fixed
{
  left: 50%;
  width: 100%;
  max-width: 1410px;
  margin-left: -705px;
}
@media (max-width: 1490px) {
  #header.container.tbSticky:not(.tbStickyScrolled),
  #header.tbStickyScrolled.tb_sticky_width_fixed,
  #sticky_header.tb_sticky_width_fixed
  {
    width: auto;
    left: 30px;
    right: calc(30px - 100vw + 100%);
    margin: 0;
  }
}

/*  -----------------------------------------------------------------------------------------
    M I N I M A L
-----------------------------------------------------------------------------------------  */

#header:not(.tbSticky) > .tbStickyRow,
#header:not(.tbSticky) .tbStickyOnly,
.tbSticky > .tbStickyRow .tbStickyHide
{
  display: none !important;
}
.tbSticky > .tbStickyRow > .col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tbSticky > .tbStickyRow .tbStickyShow {
  margin-top: 0;
  margin-bottom: 0;
}
.tbSticky > .tbStickyRow .tbStickyShow + .tbStickyShow {
    margin-left: 30px;
  }
.tbSticky .tb_wt_header_search_system.tbStickyShow + .tb_wt_header_cart_menu_system.tbStickyShow {
    margin-left: 10px;
  }
#header:not(.tbSticky) div:not(.tbStickyRow) .tbStickyOnly {
  display: none !important;
}

/*  Cart   ------------------------------------------------------------------------------  */

.tbSticky > .tbStickyRow #cart .btn + .heading > a {
  padding-left: 0;
  padding-right: 0;
}
.tbSticky > .tbStickyRow #cart .btn + .heading > a > .tb_items {
  position: absolute;
  top: -5px;
    left: auto;
  right: -7px;
    width: 16px;
  height: 16px;
  line-height: 16px !important;
  text-align: center;
  opacity: 1;
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #fff !important;
  background-color: #333;
  border-radius: 50%;
}
.tbSticky > .tbStickyRow #cart .btn + .heading > a > .tb_icon,
.tbSticky > .tbStickyRow #cart .btn + .heading > a > .tb_label,
.tbSticky > .tbStickyRow #cart .btn + .heading > a > .tb_total,
.tbSticky > .tbStickyRow #cart .btn + .heading > a > .tb_items:before,
.tbSticky > .tbStickyRow #cart .btn + .heading > a > .tb_items:after
{
  display: none;
}

/*  Nav   -------------------------------------------------------------------------------  */

.tbSticky > .tbStickyRow nav > .nav.nav-justified > li {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tbSticky > .tbStickyRow nav > .nav > li:before {
  content: none !important;
}

/*  -----------------------------------------------------------------------------------------
      D E F A U L T
-----------------------------------------------------------------------------------------  */

@keyframes sticky_hide {
  0%   {
    max-height: 200px;
  }
  100% {
    max-height: 0px;
  }
}
@keyframes sticky_show {
  0% {
    max-height: 0px;
  }
  100%   {
    max-height: 200px;
  }
}
#header.tbStickyScrolled .tbStickyHide {
  animation: sticky_hide 0.3s 0.2s both;
}
#header.tbStickyRestored .tbStickyHide {
  animation: sticky_show 0.3s 0.2s both;
}
#header.tbElementsHidden .tbStickyHide {
  overflow: hidden;
}
#header.tbSticky #cart > .nav > .dropdown > .btn {
  display: none !important;
}

/*  -----------------------------------------------------------------------------------------
      L A Y O U T
-----------------------------------------------------------------------------------------  */

#sticky_header.tb_content_fixed > .row {
  margin-right: auto;
  margin-left:  auto;
}

/*** Fill elements ***/

#sticky_header .tb_wt {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
#sticky_header .tbStickyFill {
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

/*** Order elements ***/

#sticky_header .tbStickyPosition-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#sticky_header .tbStickyPosition-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#sticky_header .tbStickyPosition-3 {
  -ms-flex-order: 4;
  -webkit-order: 3;
  order: 3;
}
#sticky_header .tbStickyPosition-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
#sticky_header .tbStickyPosition-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
#sticky_header .tbStickyPosition-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
#sticky_header .tbStickyPosition-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
#sticky_header .tbStickyPosition-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

/*  -----------------------------------------------------------------------------------------
      M O B I L E
-----------------------------------------------------------------------------------------  */

@media (max-width: 768px) {
  #sticky_header {
    display: none;
  }
}/*** Subtle border ***********************************/

.buttons:before,
.mini-cart-total:before,
.content:not(.ui-widget-content) + h2:before,
fieldset + fieldset legend:before,
.pagination:before,
.table + .pagination:before,
.tb_listing > .tb_review:not(:first-child):before,
.account-account .tb_system_page_content .list-unstyled + h2:before,
.affiliate-account .tb_system_page_content .list-unstyled + h2:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  border-top: 1px solid;
  opacity: 0.2;
}
.tb_listing + .pagination:before {
  content: none;
}

                        .tb_area_bottom .tb_main_color,
                        .tb_area_bottom .tb_hover_main_color:hover
                     {
  color: #ffffff !important;
}

                        .tb_area_bottom .tb_main_color_bg,
                        .tb_area_bottom .tb_hover_main_color_bg:hover
                     {
  background-color: #ffffff !important;
}

                        .tb_area_bottom a.tb_main_color_bg:hover,
                        .tb_area_bottom .tb_main_color_bg_hover:hover
                     {
  background-color: #000000 !important;
}

                        .tb_area_bottom
                     {
  color: #000000;
}

                        .tb_area_bottom a:not(:hover)
                     {
  color: #264796;
}

                        .tb_area_bottom a:hover
                     {
  color: #ffffff;
}

                        .tb_main_color,
                        .tb_hover_main_color:hover,
                        .colorbox, .agree,
                        .tb_list_1 > li:before,
                        .tb_list_1 > li > a:before
                     {
  color: #0d2985 !important;
}

                        a.tb_main_color:hover,
                        a.colorbox:hover,
                        a.agree:hover,
                        .tb_main_color_hover:hover
                     {
  color: #000000 !important;
}

                        .tb_main_color_bg,
                        .tb_hover_main_color_bg:hover
                     {
  background-color: #0d2985 !important;
}

                        a.tb_main_color_bg:hover,
                        .tb_main_color_bg_hover:hover
                     {
  background-color: #000000 !important;
}

                        .tb_secondary_color,
                        .tb_hover_secondary_color:hover
                     {
  color: #333333 !important;
}

                        .tb_secondary_color_bg,
                        .tb_hover_secondary_color_bg:hover
                     {
  background-color: #333333 !important;
}

                        .tb_tertiary_color,
                        .tb_hover_tertiary_color:hover
                     {
  color: #ff9900 !important;
}

                        .tb_tertiary_color_bg,
                        .tb_hover_tertiary_color_bg:hover
                     {
  background-color: #ff9900 !important;
}

                        body
                     {
  color: #333333;
}

                        a:not(:hover)
                     {
  color: #ff9900;
}

                        a:hover
                     {
  color: #0d2985;
}

                        .tb_text_wrap a:not(:hover)
                     {
  color: #ff9900;
}

                        .tb_text_wrap a:hover
                     {
  color: #000000;
}

                        h1,
                        h2,
                        h3,
                        h4,
                        h5,
                        h6,
                        .h1,
                        .h2,
                        .h3,
                        .h4,
                        .h5,
                        .h6,
                        legend,
                        .panel-heading,
                        .box-heading
                     {
  color: #333333;
}

                        .tb_separate_columns > .col,
                        hr
                     {
  border-color: #dddddd;
}

 .tb_bg_str_1,  .tb_bg_hover_str_1:hover { background-color: rgba(51,51,51, 0.05);}
 .tb_bg_str_2,  .tb_bg_hover_str_2:hover { background-color: rgba(51,51,51, 0.1); }
 .tb_bg_str_3,  .tb_bg_hover_str_3:hover { background-color: rgba(51,51,51, 0.15); }
 .tb_bg_str_4,  .tb_bg_hover_str_4:hover { background-color: rgba(51,51,51, 0.2); }
 .tb_bg_str_5,  .tb_bg_hover_str_5:hover { background-color: rgba(51,51,51, 0.3); }
 .tb_text_str_1,  .tb_text_hover_str_1:hover { color: rgba(51,51,51, 0.2) !important; }
 .tb_text_str_2,  .tb_text_hover_str_2:hover { color: rgba(51,51,51, 0.3) !important; }
 .tb_text_str_3,  .tb_text_hover_str_3:hover { color: rgba(51,51,51, 0.4) !important; }
 .tb_text_str_4,  .tb_text_hover_str_4:hover { color: rgba(51,51,51, 0.6) !important; }
 .tb_text_str_5,  .tb_text_hover_str_5:hover { color: rgba(51,51,51, 0.8) !important; }
 .border,  .border-color { border-color: rgba(51,51,51, 0.15); }
                        body
                     {
  background-color: #ffffff;
}

                        [class].tbStickyRow .tb_main_color,
                        [class].tbStickyRow .tb_hover_main_color:hover,
                        [class].tbStickyRow .colorbox,
                        [class].tbStickyRow .agree,
                        [class].tbStickyRow .tb_list_1 > li:before,
                        [class].tbStickyRow .tb_list_1 > li > a:before
                     {
  color: #000000 !important;
}

                        [class].tbStickyRow a.tb_main_color:hover,
                        [class].tbStickyRow a.colorbox:hover,
                        [class].tbStickyRow a.agree:hover,
                        [class].tbStickyRow .tb_main_color_hover:hover
                     {
  color: #333333 !important;
}

                        [class].tbStickyRow .tb_main_color_bg,
                        [class].tbStickyRow .tb_hover_main_color_bg:hover
                     {
  background-color: #000000 !important;
}

                        [class].tbStickyRow a.tb_main_color_bg:hover,
                        [class].tbStickyRow .tb_main_color_bg_hover:hover
                     {
  background-color: #333333 !important;
}

                        [class].tbStickyRow
                     {
  color: #000000;
}

                        [class].tbStickyRow a:not(:hover)
                     {
  color: #ff9900;
}

                        [class].tbStickyRow a:hover
                     {
  color: #0d2985;
}

                        [class].tbStickyRow .tb_text_wrap a:not(.btn):not(:hover)
                     {
  color: #ff9900;
}

                        [class].tbStickyRow .tb_text_wrap a:not(.btn):hover
                     {
  color: #0d2985;
}

                        [class].tbStickyRow h1,
                        [class].tbStickyRow h2,
                        [class].tbStickyRow h3,
                        [class].tbStickyRow h4,
                        [class].tbStickyRow h5,
                        [class].tbStickyRow h6,
                        [class].tbStickyRow .h1,
                        [class].tbStickyRow .h2,
                        [class].tbStickyRow .h3,
                        [class].tbStickyRow .h4,
                        [class].tbStickyRow .h5,
                        [class].tbStickyRow .h6,
                        [class].tbStickyRow a.h1:not(:hover),
                        [class].tbStickyRow a.h2:not(:hover),
                        [class].tbStickyRow a.h3:not(:hover),
                        [class].tbStickyRow a.h4:not(:hover),
                        [class].tbStickyRow a.h5:not(:hover),
                        [class].tbStickyRow a.h6:not(:hover),
                        [class].tbStickyRow legend,
                        [class].tbStickyRow .panel-heading,
                        [class].tbStickyRow .box-heading
                     {
  color: #000000;
}

                        [class].tbStickyRow a.h1:hover,
                        [class].tbStickyRow a.h2:hover,
                        [class].tbStickyRow a.h3:hover,
                        [class].tbStickyRow a.h4:hover,
                        [class].tbStickyRow a.h5:hover,
                        [class].tbStickyRow a.h6:hover
                     {
  color: #0d2985;
}

                        [class].tbStickyRow
                     .tb_bg_str_1,                         [class].tbStickyRow
                     .tb_bg_hover_str_1:hover { background-color: rgba(0,0,0, 0.05);}
                        [class].tbStickyRow
                     .tb_bg_str_2,                         [class].tbStickyRow
                     .tb_bg_hover_str_2:hover { background-color: rgba(0,0,0, 0.1); }
                        [class].tbStickyRow
                     .tb_bg_str_3,                         [class].tbStickyRow
                     .tb_bg_hover_str_3:hover { background-color: rgba(0,0,0, 0.15); }
                        [class].tbStickyRow
                     .tb_bg_str_4,                         [class].tbStickyRow
                     .tb_bg_hover_str_4:hover { background-color: rgba(0,0,0, 0.2); }
                        [class].tbStickyRow
                     .tb_bg_str_5,                         [class].tbStickyRow
                     .tb_bg_hover_str_5:hover { background-color: rgba(0,0,0, 0.3); }
                        [class].tbStickyRow
                     .tb_text_str_1,                         [class].tbStickyRow
                     .tb_text_hover_str_1:hover { color: rgba(0,0,0, 0.2) !important; }
                        [class].tbStickyRow
                     .tb_text_str_2,                         [class].tbStickyRow
                     .tb_text_hover_str_2:hover { color: rgba(0,0,0, 0.3) !important; }
                        [class].tbStickyRow
                     .tb_text_str_3,                         [class].tbStickyRow
                     .tb_text_hover_str_3:hover { color: rgba(0,0,0, 0.4) !important; }
                        [class].tbStickyRow
                     .tb_text_str_4,                         [class].tbStickyRow
                     .tb_text_hover_str_4:hover { color: rgba(0,0,0, 0.6) !important; }
                        [class].tbStickyRow
                     .tb_text_str_5,                         [class].tbStickyRow
                     .tb_text_hover_str_5:hover { color: rgba(0,0,0, 0.8) !important; }
                        [class].tbStickyRow
                     .border,                         [class].tbStickyRow
                     .border-color { border-color: rgba(0,0,0, 0.15); }
                        #sticky_header
                     {
  background-color: #ffffff;
}

                        [class].tbStickyRow input:not(:hover):not(:focus),
                        [class].tbStickyRow select:not(:hover):not(:focus),
                        [class].tbStickyRow textarea:not(:hover):not(:focus),
                        [class].tbStickyRow .input-group:not(:hover):not(:focus)
                     {
  color: #333333;
}

                        [class].tbStickyRow input:not(:hover):not(:focus),
                        [class].tbStickyRow select:not(:hover):not(:focus),
                        [class].tbStickyRow textarea:not(:hover):not(:focus),
                        [class].tbStickyRow .input-group:not(:hover):not(:focus)
                     {
  background-color: #eeeeee;
}

                        [class].tbStickyRow input:not(:hover):not(:focus),
                        [class].tbStickyRow select:not(:hover):not(:focus),
                        [class].tbStickyRow textarea:not(:hover):not(:focus),
                        [class].tbStickyRow .input-group:not(:hover):not(:focus)
                     {
  border-top-color: #eeeeee;
  border-left-color: #eeeeee;
}

                        [class].tbStickyRow input:not(:hover):not(:focus),
                        [class].tbStickyRow select:not(:hover):not(:focus),
                        [class].tbStickyRow textarea:not(:hover):not(:focus),
                        [class].tbStickyRow .input-group:not(:hover):not(:focus)
                     {
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
}

                        [class].tbStickyRow input:hover:not(:focus),
                        [class].tbStickyRow select:hover:not(:focus),
                        [class].tbStickyRow textarea:hover:not(:focus),
                        [class].tbStickyRow .input-group:hover:not(:focus)
                     {
  color: #333333;
}

                        [class].tbStickyRow input:hover:not(:focus),
                        [class].tbStickyRow select:hover:not(:focus),
                        [class].tbStickyRow textarea:hover:not(:focus),
                        [class].tbStickyRow .input-group:hover:not(:focus)
                     {
  background-color: #eeeeee;
}

                        [class].tbStickyRow input:hover:not(:focus),
                        [class].tbStickyRow select:hover:not(:focus),
                        [class].tbStickyRow textarea:hover:not(:focus),
                        [class].tbStickyRow .input-group:hover:not(:focus)
                     {
  border-top-color: #eeeeee;
  border-left-color: #eeeeee;
}

                        [class].tbStickyRow input:hover:not(:focus),
                        [class].tbStickyRow select:hover:not(:focus),
                        [class].tbStickyRow textarea:hover:not(:focus),
                        [class].tbStickyRow .input-group:hover:not(:focus)
                     {
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
}

                        [class].tbStickyRow input:focus,
                        [class].tbStickyRow select:focus,
                        [class].tbStickyRow textarea:focus,
                        [class].tbStickyRow .input-group:focus
                     {
  color: #333333;
}

                        [class].tbStickyRow input:focus,
                        [class].tbStickyRow select:focus,
                        [class].tbStickyRow textarea:focus,
                        [class].tbStickyRow .input-group:focus
                     {
  background-color: #eeeeee;
}

                        [class].tbStickyRow input:focus,
                        [class].tbStickyRow select:focus,
                        [class].tbStickyRow textarea:focus,
                        [class].tbStickyRow .input-group:focus
                     {
  border-top-color: #9768a8;
  border-left-color: #9768a8;
}

                        [class].tbStickyRow input:focus,
                        [class].tbStickyRow select:focus,
                        [class].tbStickyRow textarea:focus,
                        [class].tbStickyRow .input-group:focus
                     {
  border-bottom-color: #9768a8;
  border-right-color: #9768a8;
}

                        [class].tbStickyRow .has-error input,
                        [class].tbStickyRow .has-error select,
                        [class].tbStickyRow .has-error textarea
                     {
  color: #84290a !important;
}

                        [class].tbStickyRow .has-error input,
                        [class].tbStickyRow .has-error select,
                        [class].tbStickyRow .has-error textarea
                     {
  background-color: #ffe7df !important;
}

                        [class].tbStickyRow .has-error input,
                        [class].tbStickyRow .has-error select,
                        [class].tbStickyRow .has-error textarea
                     {
  border-top-color: #ffe7df !important;
  border-left-color: #ffe7df !important;
}

                        [class].tbStickyRow .has-error input,
                        [class].tbStickyRow .has-error select,
                        [class].tbStickyRow .has-error textarea
                     {
  border-bottom-color: #ffe7df !important;
  border-right-color: #ffe7df !important;
}

                        [class].tbStickyRow nav > ul > li.dropdown:not(:hover) > a,
                        [class].tbStickyRow nav > ul > li.dropdown:not(:hover) > * > a,
                        [class].tbStickyRow nav > ul > li:not(.dropdown) > a:not(:hover),
                        [class].tbStickyRow nav > ul > li:not(.dropdown) > * > a:not(:hover)
                     {
  background-color: transparent;
}

                        [class].tbStickyRow nav > ul > li.dropdown:not(.tb_selected):hover > a,
                        [class].tbStickyRow nav > ul > li.dropdown:not(.tb_selected):hover > * > a,
                        [class].tbStickyRow nav > ul > li:not(.dropdown):not(.tb_selected) > a:hover,
                        [class].tbStickyRow nav > ul > li:not(.dropdown):not(.tb_selected) > * > a:hover
                     {
  background-color: transparent;
}

                        [class].tbStickyRow nav > ul > li.tb_selected > a,
                        [class].tbStickyRow nav > ul > li.tb_selected > * > a
                     {
  color: #ff9900 !important;
}

                        [class].tbStickyRow nav > ul > li.tb_selected > a,
                        [class].tbStickyRow nav > ul > li.tb_selected > * > a
                     {
  background-color: transparent !important;
}

                        #cart .nav > li > a.btn:not(:hover)
                     {
  background-color: #ff9900 !important;
}

                        #cart .nav > li > a.btn:not(:hover)
                     {
  color: #333333 !important;
}

                        #cart .nav > li > a.btn:hover
                     {
  background-color: #E13D22 !important;
}

                        #cart .nav > li > a.btn:hover
                     {
  color: #ffffff !important;
}

                        #sticky_header #cart .nav > li > .heading > a > .tb_items
                     {
  background-color: #333333 !important;
}

                        #sticky_header #cart .nav > li > .heading > a > .tb_items
                     {
  color: #ffffff !important;
}

                        .tbMobileMenu .tb_main_color,
                        .tbMobileMenu .tb_hover_main_color:hover,
                        .tbMobileMenu .colorbox,
                        .tbMobileMenu .agree,
                        .tbMobileMenu .tb_list_1 > li:before,
                        .tbMobileMenu .tb_list_1 > li > a:before
                     {
  color: #0d2985 !important;
}

                        .tbMobileMenu a.tb_main_color:hover,
                        .tbMobileMenu a.colorbox:hover,
                        .tbMobileMenu a.agree:hover,
                        .tbMobileMenu .tb_main_color_hover:hover
                     {
  color: #0d2985 !important;
}

                        .tbMobileMenu .tb_main_color_bg,
                        .tbMobileMenu .tb_hover_main_color_bg:hover
                     {
  background-color: #0d2985 !important;
}

                        .tbMobileMenu a.tb_main_color_bg:hover,
                        .tbMobileMenu .tb_main_color_bg_hover:hover
                     {
  background-color: #0d2985 !important;
}

                        .tbMobileMenu,
                        .tbMobileMenu .nav-responsive .dropdown-menu,
                        .tbMobileMenu .nav-responsive .dropdown-menu .dropdown-menu
                     {
  color: #333333;
}

                        .tbMobileMenu a:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu a:not(:hover),
                        .tbMobileMenu .nav-responsive > li.tb_selected > a > span.tb_text
                     {
  color: #ff9900;
}

                        .tbMobileMenu a:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a:hover
                     {
  color: #0d2985;
}

                        .tbMobileMenu .tb_text_wrap a:not(.btn):not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu .tb_text_wrap a:not(.btn):not(:hover)
                     {
  color: #ff9900;
}

                        .tbMobileMenu .tb_text_wrap a:not(.btn):hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu .nav-responsive .dropdown-menu .tb_text_wrap a:not(.btn):hover
                     {
  color: #0d2985;
}

                        .tbMobileMenu h1,
                        .tbMobileMenu h2,
                        .tbMobileMenu h3,
                        .tbMobileMenu h4,
                        .tbMobileMenu h5,
                        .tbMobileMenu h6,
                        .tbMobileMenu .h1,
                        .tbMobileMenu .h2,
                        .tbMobileMenu .h3,
                        .tbMobileMenu .h4,
                        .tbMobileMenu .h5,
                        .tbMobileMenu .h6,
                        .tbMobileMenu a.h1:not(:hover),
                        .tbMobileMenu a.h2:not(:hover),
                        .tbMobileMenu a.h3:not(:hover),
                        .tbMobileMenu a.h4:not(:hover),
                        .tbMobileMenu a.h5:not(:hover),
                        .tbMobileMenu a.h6:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu h1,
                        .tbMobileMenu .nav-responsive .dropdown-menu h2,
                        .tbMobileMenu .nav-responsive .dropdown-menu h3,
                        .tbMobileMenu .nav-responsive .dropdown-menu h4,
                        .tbMobileMenu .nav-responsive .dropdown-menu h5,
                        .tbMobileMenu .nav-responsive .dropdown-menu h6,
                        .tbMobileMenu .nav-responsive .dropdown-menu .h1,
                        .tbMobileMenu .nav-responsive .dropdown-menu .h2,
                        .tbMobileMenu .nav-responsive .dropdown-menu .h3,
                        .tbMobileMenu .nav-responsive .dropdown-menu .h4,
                        .tbMobileMenu .nav-responsive .dropdown-menu .h5,
                        .tbMobileMenu .nav-responsive .dropdown-menu .h6,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h1:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h2:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h3:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h4:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h5:not(:hover),
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h6:not(:hover),
                        .tbMobileMenu legend,
                        .tbMobileMenu .panel-heading,
                        .tbMobileMenu .box-heading
                     {
  color: #333333;
}

                        .tbMobileMenu a.h1:hover,
                        .tbMobileMenu a.h2:hover,
                        .tbMobileMenu a.h3:hover,
                        .tbMobileMenu a.h4:hover,
                        .tbMobileMenu a.h5:hover,
                        .tbMobileMenu a.h6:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h1:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h2:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h3:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h4:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h5:hover,
                        .tbMobileMenu .nav-responsive .dropdown-menu a.h6:hover
                     {
  color: #0d2985;
}

                        .tbMobileMenu .tb_list_1 > li:before,
                        .tbMobileMenu .tb_list_1 > li > a:before,
                        .tbMobileMenu .nav-responsive .dropdown-menu.tb_list_1  > li:before,
                        .tbMobileMenu .nav-responsive .dropdown-menu.tb_list_1  > li > a:before,
                        .tbMobileMenu .nav-responsive .dropdown-menu .tb_list_1 > li:before,
                        .tbMobileMenu .nav-responsive .dropdown-menu .tb_list_1 > li > a:before
                     {
  color: #0d2985 !important;
}

                        .tbMobileMenu .tb_separate_columns > .col,
                        .tbMobileMenu .nav-responsive .dropdown-menu .tb_separate_columns > .col
                     {
  border-color: #dddddd;
}

                        .tbMobileMenu .tb_bg_str_1,                         .tbMobileMenu .tb_bg_hover_str_1:hover { background-color: rgba(51,51,51, 0.05);}
                        .tbMobileMenu .tb_bg_str_2,                         .tbMobileMenu .tb_bg_hover_str_2:hover { background-color: rgba(51,51,51, 0.1); }
                        .tbMobileMenu .tb_bg_str_3,                         .tbMobileMenu .tb_bg_hover_str_3:hover { background-color: rgba(51,51,51, 0.15); }
                        .tbMobileMenu .tb_bg_str_4,                         .tbMobileMenu .tb_bg_hover_str_4:hover { background-color: rgba(51,51,51, 0.2); }
                        .tbMobileMenu .tb_bg_str_5,                         .tbMobileMenu .tb_bg_hover_str_5:hover { background-color: rgba(51,51,51, 0.3); }
                        .tbMobileMenu .tb_text_str_1,                         .tbMobileMenu .tb_text_hover_str_1:hover { color: rgba(51,51,51, 0.2) !important; }
                        .tbMobileMenu .tb_text_str_2,                         .tbMobileMenu .tb_text_hover_str_2:hover { color: rgba(51,51,51, 0.3) !important; }
                        .tbMobileMenu .tb_text_str_3,                         .tbMobileMenu .tb_text_hover_str_3:hover { color: rgba(51,51,51, 0.4) !important; }
                        .tbMobileMenu .tb_text_str_4,                         .tbMobileMenu .tb_text_hover_str_4:hover { color: rgba(51,51,51, 0.6) !important; }
                        .tbMobileMenu .tb_text_str_5,                         .tbMobileMenu .tb_text_hover_str_5:hover { color: rgba(51,51,51, 0.8) !important; }
                        .tbMobileMenu .border,                         .tbMobileMenu .border-color { border-color: rgba(51,51,51, 0.15); }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_str_1, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_hover_str_1:hover { background-color: rgba(51,51,51, 0.05);}

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_str_2, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_hover_str_2:hover { background-color: rgba(51,51,51, 0.1); }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_str_3, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_hover_str_3:hover { background-color: rgba(51,51,51, 0.15); }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_str_4, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_hover_str_4:hover { background-color: rgba(51,51,51, 0.2); }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_str_5, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_bg_hover_str_5:hover { background-color: rgba(51,51,51, 0.3); }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_str_1, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_hover_str_1:hover { color: rgba(51,51,51, 0.2) !important; }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_str_2, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_hover_str_2:hover { color: rgba(51,51,51, 0.3) !important; }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_str_3, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_hover_str_3:hover { color: rgba(51,51,51, 0.4) !important; }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_str_4, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_hover_str_4:hover { color: rgba(51,51,51, 0.6) !important; }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_str_5, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .tb_text_hover_str_5:hover { color: rgba(51,51,51, 0.8) !important; }

                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .border, 
                        .tbMobileMenu .nav-responsive .dropdown-menu
                     .border-color { border-color: rgba(51,51,51, 0.15); }
                        #wrapper .tbMobileMenu
                     {
  background-color: #ffffff;
}

                        #wrapper .tbMobileMenu .btn.btn-default:not(:hover)
                     {
  background-color: #d6d6d6 !important;
}

                        [class].dropdown-menu .tb_main_color,
                        [class].dropdown-menu .tb_hover_main_color:hover,
                        [class].dropdown-menu .colorbox,
                        [class].dropdown-menu .agree
                     {
  color: #0d2985 !important;
}

                        [class].dropdown-menu a.tb_main_color:hover,
                        [class].dropdown-menu a.colorbox:hover,
                        [class].dropdown-menu a.agree:hover,
                        [class].dropdown-menu .tb_main_color_hover:hover
                     {
  color: #000000 !important;
}

                        [class].dropdown-menu .tb_main_color_bg,
                        [class].dropdown-menu .tb_hover_main_color_bg:hover
                     {
  background-color: #0d2985 !important;
}

                        [class].dropdown-menu a.tb_main_color_bg:hover,
                        [class].dropdown-menu .tb_main_color_bg_hover:hover
                     {
  background-color: #000000 !important;
}

                        .dropdown-menu,
                        .tb_no_text > span[data-tooltip]:before
                     {
  color: #333333;
}

                        [class].dropdown-menu a:not(:hover)
                     {
  color: #000000;
}

                        [class].dropdown-menu a:hover
                     {
  color: #ff9900;
}

                        [class].dropdown-menu .tb_text_wrap a:not(.btn):not(:hover)
                     {
  color: #ff9900;
}

                        [class].dropdown-menu .tb_text_wrap a:not(.btn):hover
                     {
  color: #0d2985;
}

                        [class].dropdown-menu h1,
                        [class].dropdown-menu h2,
                        [class].dropdown-menu h3,
                        [class].dropdown-menu h4,
                        [class].dropdown-menu h5,
                        [class].dropdown-menu h6,
                        [class].dropdown-menu .h1,
                        [class].dropdown-menu .h2,
                        [class].dropdown-menu .h3,
                        [class].dropdown-menu .h4,
                        [class].dropdown-menu .h5,
                        [class].dropdown-menu .h6,
                        [class].dropdown-menu a.h1:not(:hover),
                        [class].dropdown-menu a.h2:not(:hover),
                        [class].dropdown-menu a.h3:not(:hover),
                        [class].dropdown-menu a.h4:not(:hover),
                        [class].dropdown-menu a.h5:not(:hover),
                        [class].dropdown-menu a.h6:not(:hover),
                        [class].dropdown-menu legend,
                        [class].dropdown-menu .panel-heading,
                        [class].dropdown-menu .box-heading
                     {
  color: #333333;
}

                        [class].dropdown-menu a.h1:hover,
                        [class].dropdown-menu a.h2:hover,
                        [class].dropdown-menu a.h3:hover,
                        [class].dropdown-menu a.h4:hover,
                        [class].dropdown-menu a.h5:hover,
                        [class].dropdown-menu a.h6:hover
                     {
  color: #0d2985;
}

                        [class].dropdown-menu.tb_list_1  > li:before,
                        [class].dropdown-menu.tb_list_1  > li > a:before,
                        [class].dropdown-menu .tb_list_1 > li:before,
                        [class].dropdown-menu .tb_list_1 > li > a:before
                     {
  color: #0d2985 !important;
}

                        [class].dropdown-menu li.dropdown-header
                     {
  color: #dddddd;
}

                        [class].dropdown-menu li.divider
                     {
  border-color: #dddddd;
}

                        [class].dropdown-menu .tb_separate_columns > .col
                     {
  border-color: #dddddd;
}

                        [class].dropdown-menu
                     .tb_bg_str_1,                         [class].dropdown-menu
                     .tb_bg_hover_str_1:hover { background-color: rgba(51,51,51, 0.05);}
                        [class].dropdown-menu
                     .tb_bg_str_2,                         [class].dropdown-menu
                     .tb_bg_hover_str_2:hover { background-color: rgba(51,51,51, 0.1); }
                        [class].dropdown-menu
                     .tb_bg_str_3,                         [class].dropdown-menu
                     .tb_bg_hover_str_3:hover { background-color: rgba(51,51,51, 0.15); }
                        [class].dropdown-menu
                     .tb_bg_str_4,                         [class].dropdown-menu
                     .tb_bg_hover_str_4:hover { background-color: rgba(51,51,51, 0.2); }
                        [class].dropdown-menu
                     .tb_bg_str_5,                         [class].dropdown-menu
                     .tb_bg_hover_str_5:hover { background-color: rgba(51,51,51, 0.3); }
                        [class].dropdown-menu
                     .tb_text_str_1,                         [class].dropdown-menu
                     .tb_text_hover_str_1:hover { color: rgba(51,51,51, 0.2) !important; }
                        [class].dropdown-menu
                     .tb_text_str_2,                         [class].dropdown-menu
                     .tb_text_hover_str_2:hover { color: rgba(51,51,51, 0.3) !important; }
                        [class].dropdown-menu
                     .tb_text_str_3,                         [class].dropdown-menu
                     .tb_text_hover_str_3:hover { color: rgba(51,51,51, 0.4) !important; }
                        [class].dropdown-menu
                     .tb_text_str_4,                         [class].dropdown-menu
                     .tb_text_hover_str_4:hover { color: rgba(51,51,51, 0.6) !important; }
                        [class].dropdown-menu
                     .tb_text_str_5,                         [class].dropdown-menu
                     .tb_text_hover_str_5:hover { color: rgba(51,51,51, 0.8) !important; }
                        [class].dropdown-menu
                     .border,                         [class].dropdown-menu
                     .border-color { border-color: rgba(51,51,51, 0.15); }
                        [class].dropdown-menu .buttons:before,
                        [class].dropdown-menu .mini-cart-total:before
                     {
  color: #333333;
}

                        .dropdown:after,
                        .dropdown-menu,
                        .dropdown-menu:before,
                        .tb_no_text > span[data-tooltip]:before,
                        .tb_no_text > span[data-tooltip]:after
                     {
  background-color: #ffffff;
}

                        .dropdown-menu .btn.btn-default:not(:hover)
                     {
  background-color: #666666 !important;
}

                        .dropdown-menu .btn.btn-default:not(:hover)
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb
                     {
  color: #333333;
}

                        :not(.tb_item_info_hover) .product-thumb a:not(.btn):not(:hover)
                     {
  color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb a:not(.btn):hover
                     {
  color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb.product-thumb .name a:not(:hover),
                        :not(.tb_item_info_hover) .product-thumb.product-thumb h4 a:not(:hover)
                     {
  color: #333333;
}

                        :not(.tb_item_info_hover) .product-thumb.product-thumb .name a:hover,
                        :not(.tb_item_info_hover) .product-thumb.product-thumb h4 a:hover
                     {
  color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb .price
                     {
  color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb .price-new
                     {
  color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb .price-old
                     {
  color: #b8b4b8;
}

                        :not(.tb_item_info_hover) .product-thumb .price-tax
                     {
  color: #999999;
}

                        :not(.tb_item_info_hover) .rating .tb_percent
                     {
  color: #ffd200;
}

                        :not(.tb_item_info_hover) .rating .tb_base
                     {
  color: #dddddd;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_add_to_cart .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_add_to_cart .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_add_to_cart .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_add_to_cart .btn:hover
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_compare .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_compare .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_compare .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_compare .btn:hover
                     {
  color: #000000 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_wishlist .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_wishlist .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_wishlist .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_wishlist .btn:hover
                     {
  color: #000000 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_quickview .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_quickview .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_quickview .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_button_quickview .btn:hover
                     {
  color: #ffffff !important;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_counter
                     {
  background-color: #eeeeee;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_counter_label
                     {
  color: #ffffff;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_counter_label
                     {
  background-color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_label_special
                     {
  background-color: #ff9900;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_label_special
                     {
  color: #ffffff;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_label_new
                     {
  background-color: #0d2985;
}

                        :not(.tb_item_info_hover) .product-thumb .tb_label_new
                     {
  color: #ffffff;
}

                        .tb_style_bordered,
                        .tb_style_bordered > *,
                        .tb_style_bordered > *:after,
                        .tb_style_bordered > *:before,
                        .tb_style_bordered + .pagination,
                        .swiper-wrapper,
                        .swiper-slide > *,
                        .swiper-slide > *:after,
                        .tb_slider_pagination

                     {
  border-color: #dddddd;
}

                        :not(.tb_back) > .product-thumb,
                        .tb_item_info_active .product-thumb
                     {
  background-color: #ffffff;
}

                        .tb_item_info_hover .product-thumb
                     {
  color: #333333;
}

                        .tb_item_info_hover .product-thumb a:not(.btn):not(:hover)
                     {
  color: #0d2985;
}

                        .tb_item_info_hover .product-thumb a:not(.btn):hover
                     {
  color: #0d2985;
}

                        .tb_item_info_hover .product-thumb.product-thumb .name a:not(:hover),
                        .tb_item_info_hover .product-thumb.product-thumb h4 a:not(:hover)
                     {
  color: #333333;
}

                        .tb_item_info_hover .product-thumb.product-thumb .name a:hover,
                        .tb_item_info_hover .product-thumb.product-thumb h4 a:hover
                     {
  color: #0d2985;
}

                        .tb_item_info_hover .product-thumb .price
                     {
  color: #0d2985;
}

                        .tb_item_info_hover .product-thumb .price-new
                     {
  color: #0d2985;
}

                        .tb_item_info_hover .product-thumb .price-old
                     {
  color: #b8b4b8;
}

                        .tb_item_info_hover .product-thumb .price-tax
                     {
  color: #999999;
}

                        .tb_item_info_hover .rating .tb_percent
                     {
  color: #ffd200;
}

                        .tb_item_info_hover .rating .tb_base
                     {
  color: #dddddd;
}

                        .tb_item_info_hover .rating .tb_average
                     {
  color: #333333;
}

                        .tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:hover
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_compare .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_compare .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_compare .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_compare .btn:hover
                     {
  color: #000000 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_wishlist .btn:not(:hover)
                     {
  background-color: transparent !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_wishlist .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_wishlist .btn:hover
                     {
  background-color: transparent !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_wishlist .btn:hover
                     {
  color: #000000 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_quickview .btn:not(:hover)
                     {
  background-color: #0d2985 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_quickview .btn:not(:hover)
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_quickview .btn:hover
                     {
  background-color: #E13D22 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_quickview .btn:hover
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_counter
                     {
  color: #333333 !important;
}

                        .tb_item_info_hover .product-thumb .tb_counter_label
                     {
  color: #ffffff !important;
}

                        .tb_item_info_hover .product-thumb .tb_label_special
                     {
  background-color: #ff9900 !important;
}

                        .tb_item_info_hover .product-thumb .tb_label_special
                     {
  color: #ffffff;
}

                        .tb_item_info_hover .product-thumb .tb_label_new
                     {
  background-color: #0d2985;
}

                        .tb_item_info_hover .product-thumb .tb_label_new
                     {
  color: #ffffff;
}

                        .tb_item_hovered,
                        .tb_item_info_hover
                     {
  background-color: #f3f3f3;
}

                        input:not(:hover):not(:focus),
                        select:not(:hover):not(:focus),
                        textarea:not(:hover):not(:focus),
                        .input-group:not(:hover):not(:focus)
                     {
  color: #333333;
}

                        input:not(:hover):not(:focus),
                        select:not(:hover):not(:focus),
                        textarea:not(:hover):not(:focus),
                        .input-group:not(:hover):not(:focus)
                     {
  background-color: #eeeeee;
}

                        input:not(:hover):not(:focus),
                        select:not(:hover):not(:focus),
                        textarea:not(:hover):not(:focus),
                        .input-group:not(:hover):not(:focus)
                     {
  border-top-color: #eeeeee;
  border-left-color: #eeeeee;
}

                        input:not(:hover):not(:focus),
                        select:not(:hover):not(:focus),
                        textarea:not(:hover):not(:focus),
                        .input-group:not(:hover):not(:focus)
                     {
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
}

                        input:hover:not(:focus),
                        select:hover:not(:focus),
                        textarea:hover:not(:focus),
                        .input-group:hover:not(:focus)
                     {
  color: #333333;
}

                        input:hover:not(:focus),
                        select:hover:not(:focus),
                        textarea:hover:not(:focus),
                        .input-group:hover:not(:focus)
                     {
  background-color: #eeeeee;
}

                        input:hover:not(:focus),
                        select:hover:not(:focus),
                        textarea:hover:not(:focus),
                        .input-group:hover:not(:focus)
                     {
  border-top-color: #eeeeee;
  border-left-color: #eeeeee;
}

                        input:hover:not(:focus),
                        select:hover:not(:focus),
                        textarea:hover:not(:focus),
                        .input-group:hover:not(:focus)
                     {
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
}

                        input:focus,
                        select:focus,
                        textarea:focus,
                        .input-group:focus
                     {
  color: #333333;
}

                        input:focus,
                        select:focus,
                        textarea:focus,
                        .input-group:focus
                     {
  background-color: #eeeeee;
}

                        input:focus,
                        select:focus,
                        textarea:focus,
                        .input-group:focus
                     {
  border-top-color: #9768a8;
  border-left-color: #9768a8;
}

                        input:focus,
                        select:focus,
                        textarea:focus,
                        .input-group:focus
                     {
  border-bottom-color: #9768a8;
  border-right-color: #9768a8;
}

                        .has-error input,
                        .has-error select,
                        .has-error textarea
                     {
  color: #84290a !important;
}

                        .has-error input,
                        .has-error select,
                        .has-error textarea
                     {
  background-color: #ffe7df !important;
}

                        .has-error input,
                        .has-error select,
                        .has-error textarea
                     {
  border-top-color: #ffe7df !important;
  border-left-color: #ffe7df !important;
}

                        .has-error input,
                        .has-error select,
                        .has-error textarea
                     {
  border-bottom-color: #ffe7df !important;
  border-right-color: #ffe7df !important;
}

                        .btn:not(:hover):not(.btn-default),
                        .btn.active:hover,
                        .button:not(:hover),
                        button:not(:hover):not(.btn),
                        [type=button]:not(:hover):not(.btn),
                        [type=submit]:not(:hover):not(.btn),
                        [type=reset]:not(:hover):not(.btn),
                        .ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus),
                        .ui-slider .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus)
                     {
  background-color: #0d2985 !important;
}

                        .btn:not(:hover):not(.btn-default),
                        .btn.active:hover,
                        .button:not(:hover),
                        button:not(:hover):not(.btn),
                        [type=button]:not(:hover):not(.btn),
                        [type=submit]:not(:hover):not(.btn),
                        [type=reset]:not(:hover):not(.btn),
                        .ui-button.ui-state-default:not(.btn):not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus),
                        .ui-slider .ui-slider-handle.ui-state-default:not(.ui-state-hover):not(.ui-state-active):not(.ui-state-focus)
                     {
  color: #ffffff !important;
}

                        .btn:not(.active):not(.btn-default):hover,
                        .button:hover,
                        button:not(.btn):hover,
                        [type=button]:not(.btn):hover,
                        [type=submit]:not(.btn):hover,
                        [type=reset]:not(.btn):hover,
                        .ui-button.ui-state-hover:not(.btn):not(.ui-state-focus),
                        .ui-button.ui-state-active:not(.ui-state-focus),
                        .ui-slider .ui-slider-handle.ui-state-hover
                     {
  background-color: #E13D22 !important;
}

                        .btn:not(.active):not(.btn-default):hover,
                        .button:hover,
                        button:not(.btn):hover,
                        [type=button]:not(.btn):hover,
                        [type=submit]:not(.btn):hover,
                        [type=reset]:not(.btn):hover,
                        .ui-button.ui-state-hover:not(.btn):not(.ui-state-focus),
                        .ui-button.ui-state-active:not(.ui-state-focus),
                        .ui-slider .ui-slider-handle.ui-state-hover
                     {
  color: #ffffff !important;
}

                        .btn.btn-default:not(:hover),
                        .btn.btn-default.active:hover
                     {
  background-color: #dddddd !important;
}

                        .btn.btn-default:not(:hover),
                        .btn.btn-default.active:hover
                     {
  color: #333333 !important;
}

                        .btn.btn-default:not(.active):hover
                     {
  background-color: #000000 !important;
}

                        .btn.btn-default:not(.active):hover
                     {
  color: #ffffff !important;
}

                        .table > thead > tr > th,
                        .table > thead > tr > td,
                        .table > table > thead > tr > th,
                        .table > table > thead > tr > td
                     {
  color: #333333;
}

                        .table > thead > tr > th,
                        .table > thead > tr > td,
                        .table > table > thead > tr > th,
                        .table > table > thead > tr > td
                     {
  background-color: #f4f4f4;
}

                        .table > thead > tr > th,
                        .table > thead > tr > td,
                        .table > table > thead > tr > th,
                        .table > table > thead > tr > td
                     {
  border-color: #cccccc;
}

                        .table > tbody > tr > th,
                        .table > tbody > tr > td,
                        .table > tfoot > tr > th,
                        .table > tfoot > tr > td,
                        .table > table > tbody > tr > th,
                        .table > table > tbody > tr > td,
                        .table > table > tfoot > tr > th,
                        .table > table > tfoot > tr > td
                     {
  color: #333333;
}

                        .table > tbody > tr > th,
                        .table > tbody > tr > td,
                        .table > tfoot > tr > th,
                        .table > tfoot > tr > td,
                        .table > table > tbody > tr > th,
                        .table > table > tbody > tr > td,
                        .table > table > tfoot > tr > th,
                        .table > table > tfoot > tr > td
                     {
  background-color: #ffffff;
}

                        .table > tbody > tr > th,
                        .table > tbody > tr > td,
                        .table > tfoot > tr > th,
                        .table > tfoot > tr > td,
                        .table > table > tbody > tr > th,
                        .table > table > tbody > tr > td,
                        .table > table > tfoot > tr > th,
                        .table > table > tfoot > tr > td,
                        .table-bordered,
                        .cart-info.tb_max_w_500 .table > tbody > tr:not(:last-child),
                        .cart-info.tb_max_w_300 .table > tbody > tr:not(:last-child)
                     {
  border-color: #dddddd;
}

                        .table-striped > tbody > tr:nth-child(even),
                        .table-striped > table > tbody > tr:nth-child(even)
                     {
  background-color: #f9f9f9;
}

                        .table-hover > tbody > tr:hover,
                        .table-hover > table > tbody > tr:hover
                     {
  background-color: #f9f9f9;
}

                        .nav.nav-tabs,
                        .dropdown.tb_tabbed_menu:not(.tb_first_tab_selected):after
                     {
  background-color: #e6e6e6;
}

                        .nav.nav-tabs
                     {
  border-color: #f4f4f4;
}

                        .tab-content
                     {
  border-color: transparent;
}

                        .nav.nav-tabs > li:not(:hover):not(.active):not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active):not([class*="tb_text_str_"])
                     {
  color: #333333;
}

                        .nav.nav-tabs > li:not(:hover):not(.active):not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active):not([class*="tb_bg_str_"])
                     {
  background-color: #f4f4f4;
}

                        .nav.nav-tabs > li:not(:hover):not(.active):not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active):not([class*="tb_border_str_"])
                     {
  border-color: transparent;
}

                        .nav.nav-tabs:not(.tb_style_2) > li:hover:not(.active):not(.ui-state-active):not([class*="tb_text_hover_str_"]),
                        .ui-tabs-nav:not(.tb_style_2) .ui-state-focus:not(.ui-state-active):not([class*="tb_text_hover_str_"])
                     {
  color: #111111 !important;
}

                        .nav.nav-tabs > li:hover:not(.active):not(.ui-state-active):not([class*="tb_bg_hover_str_"]),
                        .ui-tabs-nav .ui-state-focus:not(.ui-state-active):not([class*="tb_bg_hover_str_"])
                     {
  background-color: #dddddd;
}

                        .nav.nav-tabs > li:hover:not(.active):not(.ui-state-active):not([class*="tb_border_hover_str_"]),
                        .ui-tabs-nav .ui-state-focus:not(.ui-state-active):not([class*="tb_border_hover_str_"])
                     {
  border-color: transparent;
}

                        .nav.nav-tabs.tb_style_2 > li.active a,
                        .nav.nav-tabs.tb_style_2 > li.ui-state-active a,
                        .nav.nav-tabs:not(.tb_style_2) > li.active:not([class*="tb_text_str_"]):not([class*="tb_text_hover_str_"]),
                        .ui-tabs-nav:not(.tb_style_2) .ui-state-active:not([class*="tb_text_str_"]):not([class*="tb_text_hover_str_"])
                     {
  color: #0d2985;
}

                        .nav.nav-tabs > li.active:not([class*="tb_bg_str_"]):not([class*="tb_bg_hover_str_"]),
                        .ui-tabs-nav .ui-state-active:not([class*="tb_bg_str_"]):not([class*="tb_bg_hover_str_"])
                     {
  background-color: #fafafa;
}

                        .nav.nav-tabs > li.active:not([class*="tb_border_str_"]):not([class*="tb_border_hover_str_"]),
                        .ui-tabs-nav .ui-state-active:not([class*="tb_border_str_"]):not([class*="tb_border_hover_str_"])
                     {
  border-color: transparent;
}

                        .nav.nav-tabs > li.active:not([class*="tb_text_str_"]):not([class*="tb_text_hover_str_"]) .tb_icon,
                        .ui-tabs-nav .ui-state-active:not([class*="tb_text_str_"]):not([class*="tb_text_hover_str_"]) .tb_icon
                     {
  color: #9768a8;
}

                        .tb_accordion.tb_style_1,
                        .panel-group > .panel > .panel-collapse,
                        .tb_accordion.tb_style_1 .tb_title + div,
                        .ui-accordion > .ui-widget-content
                     {
  border-color: #dddddd;
}

                        .panel-group > .panel > .panel-heading [data-toggle].collapsed:not(:hover),
                        .tb_accordion > .tb_title,
                        .ui-accordion .ui-state-default:not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active):not([class*="tb_text_str_"])
                     {
  color: #333333;
}

                        .panel-group > .panel > .panel-heading [data-toggle].collapsed:not(:hover),
                        .ui-accordion .ui-state-default:not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active):not([class*="tb_bg_str_"])
                     {
  background-color: #e6e6e6;
}

                        .panel-group > .panel > .panel-heading [data-toggle].collapsed:not(:hover),
                        .ui-accordion .ui-state-default:not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active):not([class*="tb_border_str_"])
                     {
  border-color: #dddddd;
}

                        .panel-group > .panel > .panel-heading [data-toggle].collapsed:hover,
                        .ui-accordion .ui-state-hover:not(.ui-state-active):not([class*="tb_text_hover_str_"]),
                        .ui-accordion .ui-state-focus:not(.ui-state-active):not([class*="tb_text_hover_str_"])
                     {
  color: #111111 !important;
}

                        .panel-group > .panel > .panel-heading [data-toggle].collapsed:hover,
                        .ui-accordion .ui-state-hover:not(.ui-state-active):not([class*="tb_bg_hover_str_"]),
                        .ui-accordion .ui-state-focus:not(.ui-state-active):not([class*="tb_bg_hover_str_"])
                     {
  background-color: #dddddd;
}

                        .panel-group > .panel > .panel-heading [data-toggle].collapsed:hover,
                        .ui-accordion .ui-state-hover:not(.ui-state-active):not([class*="tb_border_hover_str_"]),
                        .ui-accordion .ui-state-focus:not(.ui-state-active):not([class*="tb_border_hover_str_"])
                     {
  border-color: transparent;
}

                        .panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed),
                        .panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):hover,
                        .ui-accordion .ui-state-active:not([class*="tb_text_str_"]):not([class*="tb_text_hover_str_"])
                     {
  color: #0d2985;
}

                        .panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed),
                        .panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):hover,
                        .ui-accordion .ui-state-active:not([class*="tb_bg_str_"]):not([class*="tb_bg_hover_str_"])
                     {
  background-color: #ffffff;
}

                        .panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed),
                        .panel-group > .panel > .panel-heading [data-toggle]:not(.collapsed):hover,
                        .ui-accordion .ui-state-active:not([class*="tb_border_str_"]):not([class*="tb_border_hover_str_"])
                     {
  border-color: #dddddd;
}

                        .modal-header,
                        .bootstrap-datetimepicker-widget thead,
                        .ui-dialog .ui-widget-header,
                        .ui-datepicker .ui-widget-header
                     {
  color: #ffffff !important;
}

                        .modal-header,
                        .bootstrap-datetimepicker-widget thead,
                        .ui-dialog .ui-widget-header,
                        .ui-datepicker .ui-widget-header
                     {
  background-color: #0d2985;
}

                        .modal-header,
                        .bootstrap-datetimepicker-widget tbody,
                        .ui-dialog .ui-widget-header,
                        .ui-datepicker .ui-widget-header
                     {
  border-color: #0d2985;
}

                        .bootstrap-datetimepicker-widget tbody,
                        .bootstrap-datetimepicker-widget tfoot,
                        .ui-dialog.ui-widget-content,
                        .ui-dialog.ui-widget-content a,
                        .ui-datepicker.ui-widget-content,
                        .ui-datepicker.ui-widget-content a,
                        .ui-tooltip.ui-widget-content,
                        .ui-tooltip.ui-widget-content a,
                        .ui-autocomplete.ui-widget-content,
                        .ui-autocomplete.ui-widget-content a
                     {
  color: #333333 !important;
}

                        .bootstrap-datetimepicker-widget,
                        .ui-dialog.ui-widget-content,
                        .ui-datepicker.ui-widget-content,
                        .ui-tooltip.ui-widget-content,
                        .ui-autocomplete.ui-widget-content
                     {
  background-color: #ffffff;
}

                        .bootstrap-datetimepicker-widget,
                        .ui-dialog.ui-widget-content,
                        .ui-datepicker.ui-widget-content,
                        .ui-tooltip.ui-widget-content,
                        .ui-autocomplete.ui-widget-content
                     {
  border-color: #dddddd;
}

                        .bootstrap-datetimepicker-widget td:not(:hover),
                        .bootstrap-datetimepicker-widget td > span:not(:hover),
                        .ui-dialog .ui-state-default,
                        .ui-dialog .ui-state-default a,
                        .ui-datepicker .ui-state-default,
                        .ui-datepicker .ui-state-default a,
                        .ui-tooltip .ui-state-default,
                        .ui-tooltip .ui-state-default a,
                        .ui-autocomplete .ui-state-default,
                        .ui-autocomplete .ui-state-default a
                     {
  color: #333333 !important;
}

                        .bootstrap-datetimepicker-widget td:not(:hover),
                        .bootstrap-datetimepicker-widget td > span:not(:hover),
                        .ui-dialog .ui-state-default,
                        .ui-datepicker .ui-state-default,
                        .ui-tooltip .ui-state-default,
                        .ui-autocomplete .ui-state-default
                     {
  background-color: #e3e3e3;
}

                        .bootstrap-datetimepicker-widget td:not(:hover),
                        .bootstrap-datetimepicker-widget td > span:not(:hover),
                        .ui-dialog .ui-state-default,
                        .ui-datepicker .ui-state-default,
                        .ui-tooltip .ui-state-default,
                        .ui-autocomplete .ui-state-default
                     {
  border-color: #d3d3d3;
}

                        .ui-dialog .ui-state-default .ui-icon,
                        .ui-datepicker .ui-state-default .ui-icon,
                        .ui-tooltip .ui-state-default .ui-icon,
                        .ui-autocomplete .ui-state-default .ui-icon
                     {
  color: #333333 !important;
}

                        .bootstrap-datetimepicker-widget td:hover,
                        .bootstrap-datetimepicker-widget td > span:hover,
                        .ui-dialog .ui-state-hover,
                        .ui-dialog .ui-state-focus,
                        .ui-dialog .ui-state-hover a,
                        .ui-dialog .ui-state-hover a:hover,
                        .ui-datepicker .ui-state-hover,
                        .ui-datepicker .ui-state-focus,
                        .ui-datepicker .ui-state-hover a,
                        .ui-datepicker .ui-state-hover a:hover,
                        .ui-tooltip .ui-state-hover,
                        .ui-tooltip .ui-state-focus,
                        .ui-tooltip .ui-state-hover a,
                        .ui-tooltip .ui-state-hover a:hover,
                        .ui-autocomplete .ui-state-hover,
                        .ui-autocomplete .ui-state-focus,
                        .ui-autocomplete .ui-state-hover a,
                        .ui-autocomplete .ui-state-hover a:hover
                     {
  color: #111111 !important;
}

                        .bootstrap-datetimepicker-widget td:hover,
                        .bootstrap-datetimepicker-widget td > span:hover,
                        .ui-dialog .ui-state-hover,
                        .ui-dialog .ui-state-focus,
                        .ui-datepicker .ui-state-hover,
                        .ui-datepicker .ui-state-focus,
                        .ui-tooltip .ui-state-hover,
                        .ui-tooltip .ui-state-focus,
                        .ui-autocomplete .ui-state-hover,
                        .ui-autocomplete .ui-state-focus
                     {
  background-color: #d3d3d3 !important;
}

                        .bootstrap-datetimepicker-widget td:hover,
                        .bootstrap-datetimepicker-widget td > span:hover,
                        .ui-dialog .ui-state-hover,
                        .ui-dialog .ui-state-focus,
                        .ui-datepicker .ui-state-hover,
                        .ui-datepicker .ui-state-focus,
                        .ui-tooltip .ui-state-hover,
                        .ui-tooltip .ui-state-focus,
                        .ui-autocomplete .ui-state-hover,
                        .ui-autocomplete .ui-state-focus
                     {
  border-color: #c3c3c3 !important;
}

                        .ui-dialog .ui-state-hover .ui-icon,
                        .ui-dialog .ui-state-focus .ui-icon,
                        .ui-datepicker .ui-state-hover .ui-icon,
                        .ui-datepicker .ui-state-focus .ui-icon,
                        .ui-tooltip .ui-state-hover .ui-icon,
                        .ui-tooltip .ui-state-focus .ui-icon,
                        .ui-autocomplete .ui-state-hover .ui-icon,
                        .ui-autocomplete .ui-state-focus .ui-icon
                     {
  color: #333333 !important;
}

                        .bootstrap-datetimepicker-widget td.active,
                        .bootstrap-datetimepicker-widget td > span.active,
                        .ui-dialog .ui-state-active,
                        .ui-dialog .ui-state-active a,
                        .ui-dialog.ui-widget-content .ui-state-active,
                        .ui-dialog.ui-widget-content .ui-state-active a,
                        .ui-datepicker .ui-state-active,
                        .ui-datepicker .ui-state-active a,
                        .ui-datepicker.ui-widget-content .ui-state-active,
                        .ui-datepicker.ui-widget-content .ui-state-active a,
                        .ui-tooltip .ui-state-active,
                        .ui-tooltip .ui-state-active a,
                        .ui-tooltip.ui-widget-content .ui-state-active,
                        .ui-tooltip.ui-widget-content .ui-state-active a,
                        .ui-autocomplete .ui-state-active,
                        .ui-autocomplete .ui-state-active a,
                        .ui-autocomplete.ui-widget-content .ui-state-active,
                        .ui-autocomplete.ui-widget-content .ui-state-active a
                     {
  color: #ffffff !important;
}

                        .bootstrap-datetimepicker-widget td.active,
                        .bootstrap-datetimepicker-widget td > span.active,
                        .ui-dialog .ui-state-active,
                        .ui-datepicker .ui-state-active,
                        .ui-tooltip .ui-state-active,
                        .ui-autocomplete .ui-state-active
                     {
  background-color: #333333 !important;
}

                        .bootstrap-datetimepicker-widget td.active,
                        .bootstrap-datetimepicker-widget td > span.active,
                        .ui-dialog .ui-state-active,
                        .ui-datepicker .ui-state-active,
                        .ui-tooltip .ui-state-active,
                        .ui-autocomplete .ui-state-active
                     {
  border-color: #222222 !important;
}

                        .ui-dialog .ui-state-active .ui-icon,
                        .ui-datepicker .ui-state-active .ui-icon,
                        .ui-tooltip .ui-state-active .ui-icon,
                        .ui-autocomplete .ui-state-active .ui-icon
                     {
  color: #333333 !important;
}

                        .bootstrap-datetimepicker-widget .today:not(.active),
                        .ui-dialog .ui-state-highlight,
                        .ui-dialog .ui-state-highlight a,
                        .ui-datepicker .ui-state-highlight,
                        .ui-datepicker .ui-state-highlight a,
                        .ui-tooltip .ui-state-highlight,
                        .ui-tooltip .ui-state-highlight a,
                        .ui-autocomplete .ui-state-highlight,
                        .ui-autocomplete .ui-state-highlight a
                     {
  color: #0d2985 !important;
}

                        .bootstrap-datetimepicker-widget .today:not(.active),
                        .ui-dialog .ui-state-highlight,
                        .ui-datepicker .ui-state-highlight,
                        .ui-tooltip .ui-state-highlight,
                        .ui-autocomplete .ui-state-highlight
                     {
  background-color: #ffffff;
}

                        .ui-dialog .ui-state-highlight,
                        .ui-datepicker .ui-state-highlight,
                        .ui-tooltip .ui-state-highlight,
                        .ui-autocomplete .ui-state-highlight
                     {
  border-color: #dddddd;
}

                        .ui-dialog .ui-state-error,
                        .ui-dialog .ui-state-error a,
                        .ui-dialog .ui-state-error-text,
                        .ui-datepicker .ui-state-error,
                        .ui-datepicker .ui-state-error a,
                        .ui-datepicker .ui-state-error-text,
                        .ui-tooltip .ui-state-error,
                        .ui-tooltip .ui-state-error a,
                        .ui-tooltip .ui-state-error-text,
                        .ui-autocomplete .ui-state-error,
                        .ui-autocomplete .ui-state-error a,
                        .ui-autocomplete .ui-state-error-text
                     {
  color: #0d2985 !important;
}

                        .ui-dialog .ui-state-error,
                        .ui-datepicker .ui-state-error,
                        .ui-tooltip .ui-state-error,
                        .ui-autocomplete .ui-state-error
                     {
  background-color: #ffffff;
}

                        .ui-dialog .ui-state-error,
                        .ui-datepicker .ui-state-error,
                        .ui-tooltip .ui-state-error,
                        .ui-autocomplete .ui-state-error
                     {
  border-color: #dddddd;
}

.mSButtons:not(:hover) svg {
  fill: #ffffff;
}

.mSButtons:not(:hover):after {
  background-color: #000000;
}

.mSButtons:hover svg {
  fill: #ffffff;
}

.mSButtons:hover:after {
  background-color: #000000;
}

.mSPages li:not(:hover):not(.active) {
  background-color: #000000;
}

.mSPages li:hover {
  background-color: #000000;
}

.mSPages li.active, .mSPages li.active:hover {
  background-color: #000000;
}

.tb_fullscreen_button {
  color: #ffffff !important;
}

.tb_fullscreen_button {
  background-color: #0d2985;
}

.tb_fullscreen_button:hover {
  color: #ffffff !important;
}

.tb_fullscreen_button:hover {
  background-color: #000000;
}

.tb_caption .tb_text {
  color: #ffffff;
}

.tb_caption:after {
  background-color: #000000;
}

                        .tb_slider_controls a:not(:hover)
                     {
  color: #0d2985;
}

                        .tb_slider_controls a:hover
                     {
  color: #000000;
}

                        .tb_slider_controls a.tb_disabled,
                        .tb_slider_controls a.tb_disabled:hover
                     {
  color: #999999;
}

                        .tb_slider_pagination span:not(:hover)
                     {
  background-color: #dddddd;
}

                        .tb_slider_pagination span:hover
                     {
  background-color: #cccccc;
}

                        .tb_slider_pagination span.tb_active,
                        .tb_slider_pagination span.tb_active:hover
                     {
  background-color: #999999;
}

                        .pagination a:not(:hover)
                     {
  color: #ff9900;
}

                        .pagination a:not(:hover)
                     {
  background-color: #eeeeee;
}

                        .pagination a:hover
                     {
  color: #0d2985;
}

                        .pagination a:hover
                     {
  background-color: #dddddd;
}

                        .pagination b,
                        .pagination span
                     {
  color: #333333;
}

                        .pagination b,
                        .pagination span
                     {
  background-color: #ff9900;
}

.pagination .results {
  color: #999999;
}

.noty_message {
  color: #333333;
}

.noty_message a {
  color: #ff9900;
}

.noty_message a:not(.btn):hover {
  color: #0d2985;
}

.noty_message {
  background-color: #ffffff;
}

h1 {
  line-height: 30px;
}
p.tb_empty {
  line-height: 20px;
}
.pagination .results {
  line-height: 30px;
}
.pagination .results:first-child {
  line-height: 20px;
}
.pagination .links a,
.pagination .links b
{
  line-height: 30px;
}
.tb_compact_view .name,
.tb_compact_view .price,
.tb_compact_view h4
{
  line-height: 20px;
}
.options .tb_radio_row.tb_style_2 label,
.options .tb_checkbox_row.tb_style_2 label
{
    margin: 10px 10px 0 0;
    height: 40px;
  line-height: 40px;
}
.options .tb_radio_row.tb_style_2 label span,
.options .tb_checkbox_row.tb_style_2 label span
{
  display: none;
}

.picker-switch,
.ui-datepicker-title
{
  font-size: 20px !important;
}.tbToggleButtons,
.tbMobileMenuOverlay
{
  display: none !important;
}

/*  -----------------------------------------------------------------------------------------
    M O B I L E   max-width: 768px
-----------------------------------------------------------------------------------------  */

@media (max-width: 768px) {
  html.tbMobile {
    overflow: hidden;
  }
  #header .tbMobileDisplayBlock,
  .tbMobileMenu .tbMobileMenuDisplayBlock
  {
    display: block !important;
  }

  .tbMobileMenu {
    position: fixed;
    z-index: 1001;
    top: 0;
        left: 0;
        overflow: auto;
    overflow-x: hidden;
    width: calc(100% - 60px);
    height: 100%;
    padding: 10px;
        -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  html.tbMobile .tbMobileMenu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

  }
  .tbMobileMenuOverlay {
    position: fixed;
    z-index: 1000;
    top: -10000px;
    right: 0;
    bottom: auto;
    left: 0;
    display: block !important;
    cursor: pointer;
  }
  .tbMobileMenuOverlay.tbActive {
    top: 0;
    bottom: 0;
  }
  .tbMobileMenuOverlay .tb_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #000;
    /*
    -webkit-transition: opacity 0.5s;
            transition: opacity 0.5s;
    */
  }
  .tbMobileMenuOverlay.tbActive .tb_bg {
    opacity: 0.6;
  }
  .tbMobileMenuOverlay svg {
    position: absolute;
    z-index: 1;
    top: 17px;
        right: 17px;
        width: 24px;
    height: 24px;
    color: #fff;
  }

  /*** Mobile header rows / blocks ***/

  #header .tb_wt_header_logo_system,
  #header .tbToggleButtons
  {
    display: inline-block !important;
    min-width: 0 !important;
  }
  #site_logo {
    display: inline-block;
    vertical-align: top;
  }
  #header .row-wrap:not(.tbMobileShow),
  #header .col:not(.tbMobileShow),
  #header .tb_wt:not(.tbMobileShow)
  {
    display: none !important;
  }
  #header .row-wrap.tbMobileShow > .row > .tbLogoCol {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  #header .tbMobileDisplayBlock {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #header .tbLogoCol {
              -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  #header .tb_wt_header_logo_system {
        -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  #header .tbToggleButtons
  {
    margin-right: -10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
  }
  #header .tbToggleButtons > * {
    margin-right: 10px;
  }
  #header .tbLogoCol > .tbToggleButtons
  {
    opacity: 1
  }

  /*** Mobile menu rows / blocks ***/

  .tbMobileMenu > .row {
    height: 100%;
  }
  .tbMobileMenu > .row > .col-xs-12 {
              -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .tbMobileMenu .tbMobileMenuCenter {
    text-align: center;
  }
  .tbMobileMenu .tbMobileMenuDisplayBlock {
        -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tbMobileMenu [class].tbMobileMenuDisplayInline {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tbMobileMenu .tb_wt {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }
  .tbMobileMenu .tb_wt.tbMobileMenuDisplayBlock,
  .tbMobileMenu .tb_wt:not(.tbMobileMenuDisplayInline)
  {
    padding-left:  0;
    padding-right: 0;
  }
  .tbMobileMenu .tbMainNavigation + .tbMainNavigation,
  .tbMobileMenu .tb_wt.display-inline-block:not(.tbMobileMenuDisplayBlock),
  .tbMobileMenu .tb_wt.tbMobileMenuDisplayInline,
  .tbMobileMenu .tb_wt:first-child
  {
    margin-top: 0 !important;
  }
  .tbToggleButtons .tb_toggle:before {
    font-size: 18px;
  }
  .tbMobileMenu .tb_wt_header_logo_system {
    text-align: center;
  }
  .tbMobileMenu #site_logo,
  .tbMobileMenu #site_logo img
  {
    max-width: 100%;
  }
  .tbMobileMenu .tb_wt_header_search_system .tb_search_wrap {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .tbMobileMenu .tb_wt_header_search_system.tb_style_4 .tb_search_wrap > input,
  .tbMobileMenu .tb_wt_header_search_system.tb_style_4 .tb_search_wrap > .twitter-typeahead
  {
    position: static !important;
    width: 100% !important;
    opacity: 1;
  }
  .tbMobileMenu .tb_wt_header_search_system.tb_style_4 .tb_search_button
  {
    position: absolute;
    top: 0;
        right: 0;
      }

  /*** Cart menu ***/

  .tbMobileCartMenu .tb_wt_header_cart_menu_system {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .heading,
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .tbStickyOnly
  {
    display: none !important;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system,
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu
  {
    display: block !important;
    margin: 0 !important;
  }
  .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
    width: auto !important;
    margin: 0 !important;
    box-shadow: none;
  }

}

/*** Order elements ***/

.tbMobileMenu .tbMobilePosition-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.tbMobileMenu .tbMobilePosition-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.tbMobileMenu .tbMobilePosition-3 {
  -ms-flex-order: 4;
  -webkit-order: 3;
  order: 3;
}
.tbMobileMenu .tbMobilePosition-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.tbMobileMenu .tbMobilePosition-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.tbMobileMenu .tbMobilePosition-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.tbMobileMenu .tbMobilePosition-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.tbMobileMenu .tbMobilePosition-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

@media only screen and (min-width: 769px) {
  .tbMobileMenu {
    display: none;
  }
}

@media screen and (max-width: 600px) {
 .common-home #intro { 
	min-height: 263px;
 }
 
 .common-home #header { 
	min-height: 168px;
 }
 .common-home #content {
	min-height: 1372px;
 }
 
 .common-home .tb-item {
	height: 137px;
	min-width: 145px;
 }
 
 .common-home .tb_subcategory h3 {
	min-height: 45px;
	font-size: 15px;
 }
 
 /*.common-home .tb_subcategory h3 a {
	width: 145px;
	min-height: 45px;
 }*/
  
 
}

.row-wrap {
  background-origin: border-box !important;
}

#header {
  position: relative;
  z-index: 50;
}
#header.tb_header_visible {
  margin-bottom: 0;
}
#header.tb_header_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#header.tb_header_transparent:not(.tbStickyScrolled),
#header.tb_header_transparent:not(.tbStickyScrolled) > .row-wrap,
#header.tb_header_transparent:not(.tbStickyScrolled) > .row-wrap > .row,
#header.tb_header_transparent:not(.tbStickyScrolled) > .row-wrap > .row > .col
{
  background: transparent none !important;
  box-shadow: none !important;
}
#bottom > .row,
#bottom > .row > .col,
#bottom > .row > .col > .row-wrap
{
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}


.tb_grid_view .price .tb_decimal_point,
.tb_list_view .price .tb_decimal_point,
.tb_price.tb_fancy .tb_decimal_point,
.price.custom .tb_decimal_point
{
  display: none;
}
.tb_grid_view .price .tb_decimal,
.tb_price.tb_fancy .tb_decimal,
.price.custom .tb_decimal
{
  position: relative;
  top: -0.25em;
    margin-left: 1px;
    font-size: 0.6em;
  vertical-align: top;
}

.main > .row > .col,
.sidebar > .row > .col
{
  display: block;
}

/*** Content Wrap ***/

#content > .row > .col {
  display: block;
}
@media (min-width: 769px) {
  .main {
    order: 2;
  }
  #left_col {
    order: 1;
  }
  #right_col {
    order: 3;
  }
}
.row.tb_separate_columns > #left_col {
    border-left-style: none;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 1px;
  }
.row.tb_separate_columns > #right_col {
    border-right-style: none;
  border-right-width: 0;
  border-left-style: solid;
  border-left-width: 1px;
  }

/*  -----------------------------------------------------------------------------------------
    B O T T O M   A R E A   ( S T A T I C   F O O T E R )
-----------------------------------------------------------------------------------------  */

#copy {
  font-size: 11px;
}
#payment_images {
    text-align: right;
    word-spacing: -0.25em;
}
#payment_images .tb_payment {
  display: inline-block;
  word-spacing: normal;
  vertical-align: middle;
}
#payment_images .tb_payment img {
  display: inline-block;
  vertical-align: top;
}
#payment_images .tb_payment table {
  width: auto;
}
#payment_images .tb_payment + .tb_payment {
    margin-left: 10px;
  }


/*  -------------------------------------------------------------------------------------  */
/*  ---  Mobile Layout                          -----------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Max width: 767px                       -----------------------------------------  */

@media (max-width: 768px) {

  #copy,
  #payment_images
  {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*  -----------------------------------------------------------------------------------------
    L A Z Y   L O A D I N G
-----------------------------------------------------------------------------------------  */

img[data-src] {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
img[data-src].lazyload:not(.lazyloaded) {
  opacity: 0;
}

/*  -----------------------------------------------------------------------------------------
    M E N U
-----------------------------------------------------------------------------------------  */

body.is_logged .tb_menu_system_account_login,
body:not(.is_logged) .tb_menu_system_account_logout,
body.is_affiliate_logged .tb_menu_system_affiliate_login,
body:not(.is_affiliate_logged) .tb_menu_system_affiliate_logout
{
  display: none;
}

/*  Megamenu   --------------------------------------------------------------------------  */

.tb_text > .tb_icon {
  min-width: 1.5em;
  margin-left: 0;
  margin-right: 0;
}
.tb_text > .tb_icon > i {
  vertical-align: top;
}
[dir="ltr"] .tb_text > img.tb_icon,
[dir="ltr"] .tb_text > .tb_icon > i
{
  margin-left: 0 !important;
}
[dir="rtl"] .tb_text > img.tb_icon,
[dir="rtl"] .tb_text > .tb_icon > i
{
  margin-right: 0 !important;
}

.dropdown ul.tb_grid_view > li,
.tb_menu_all_categories .tb_subcategories > .tb_listing > .tb_menu_category > a
{
  display: block;
}
.dropdown .tb_menu_category > .thumbnail,
.dropdown .tb_subcategories > ul > li > .thumbnail
{
    float: right;
    margin-bottom: 0;
}
.dropdown .tb_menu_category > .thumbnail:first-child,
.dropdown .tb_menu_category > .tb_toggle + .thumbnail,
.dropdown .tb_subcategories > ul > li > .thumbnail:first-child,
.dropdown .tb_subcategories > ul > li > .tb_toggle + .thumbnail
{
  float: none;
  margin-bottom: 10px;
}
.dropdown .tb_subcategories > .tb_grid {
  margin-top:  -20px;
  margin-left: -20px;
}
.dropdown .tb_subcategories > .tb_grid > li,
.dropdown .tb_subcategories > .tb_grid > div
{
      -ms-flex: 1 1 220px;
  -webkit-flex: 1 1 220px;
          flex: 1 1 220px;
  margin-top:   20px;
  padding-left: 20px;
}
.dropdown .tb_subcategories > .tb_multicolumn {
  -webkit-column-width: 180px;
     -moz-column-width: 180px;
          column-width: 180px;
  margin-top: -20px;
}
.dropdown .tb_subcategories > .tb_multicolumn > li:empty {
  display: none !important;
}
.dropdown .tb_subcategories > .tb_multicolumn.tb_list_1:first-child {
  margin-top: 0;
}
.dropdown .tb_subcategories > .tb_multicolumn:not(.tb_list_1) > * {
  display: table;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
}
.dropdown .tb_subcategories > .tb_multicolumn > *:after {
  content: '';
  display: table;
  clear: both;
}
.dropdown .tb_subcategories > .tb_multicolumn:not(.tb_list_1) > * > :last-child {
  margin-bottom: 0 !important;
}
.dropdown .tb_subcategories .tb_multicolumn .h4,
.dropdown .tb_subcategories .tb_multicolumn .h4 .tb_text
{
  display: block;
}
.dropdown-menu .col-md-fill .tb_category_brands {
  margin: 0 -20px;
  padding: 20px 20px 0 20px;
}
.dropdown-menu .col-md-fill .tb_category_brands .tb_list_1 {
  margin-bottom: ;
}
.tb_images,
.tab-content > .tb_megamenu > .dropdown-menu > .tb_category_brands .tb_images
{
  text-align: center;
  margin-top: -10px;
  margin-left: -20px;
}
.tb_images > * {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}
.tb_multicolumn {
  -webkit-column-width: 140px;
     -moz-column-width: 140px;
          column-width: 140px;
}
.tb_multicolumn *,
.tb_menu_brands .tb_letter
{
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
}
.tb_multicolumn:not(.tb_list_1) > * + * {
  margin-top: 20px;
}
.tb_menu_brands .tb_letter + .tb_letter {
  margin-top: 10px;
}
.tb_menu_brands .tb_grid_view .tb_letter ul {
  margin-bottom: 0;
}
.tb_category_info_col * {
  color: inherit !important;
}
.tb_category_info_col .tb_desc {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .tb_category_info_col {
    display: none;
  }
}
.tb_menu_banner {
  position: relative;
      -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}
.tb_menu_banner a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.dropdown-menu > .tb_menu_banner {
  width: auto;
  float: none;
  max-width: none;
  margin: 20px -20px -20px -20px;
  padding: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row:first-child:last-child {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 100%;
  }
  .dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row:first-child:last-child .tb_subcategories {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

/*  Dropdown tabs   ---------------------------------------------------------------------  */

.dropdown-menu > .tb_tabs > .nav-tabs {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.dropdown-menu > .tb_tabs > .nav-tabs > li {
  border-color: transparent !important;
}
.dropdown-menu > .tb_tabs > .nav-tabs > li {
  border-radius: 0;
}
.dropdown-menu > .tb_tabs.tabs-left > .nav-tabs {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu > .tb_tabs.tabs-right > .nav-tabs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-menu > .tb_tabs.tabs-left > .nav-tabs > li:first-child {
  border-top-left-radius: inherit;
}
.dropdown-menu > .tb_tabs.tabs-left > .nav-tabs > li:last-child {
  border-bottom-left-radius: inherit;
}
.dropdown-menu > .tb_tabs.tabs-right > .nav-tabs > li:first-child {
  border-top-right-radius: inherit;
}
.dropdown-menu > .tb_tabs.tabs-right > .nav-tabs > li:last-child {
  border-top-bottom-radius: inherit;
}
.dropdown-menu > .tb_tabs > .nav-tabs > .dropdown.tb_hovered {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dropdown-menu > .tb_tabs > .nav-tabs > .dropdown:after,
.dropdown-menu > .tb_tabs > .tab-content > .dropdown:after
{
  content: none;
}
.dropdown-menu > .tb_tabs > .tab-content {
  border: none !important;
}
.dropdown-menu > .tb_tabs > .tab-content > * {
  display: none;
}
.dropdown-menu > .tb_tabs > .nav-tabs > .dropdown > a,
.dropdown-menu > .tb_tabs > .tab-content,
.dropdown-menu > .tb_tabs > .tab-content .col
{
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.dropdown-menu > .tb_tabs > .tab-content > .dropdown > .dropdown-menu {
  display: block;
  padding: 20px;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_opened,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .row,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row
{
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row > .col-xs-12:first-child
{
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row {
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}
@media (-webkit-min-device-pixel-ratio:0) {
  .dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row {
        -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@-moz-document url-prefix() {
  .dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .row {
        -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > *:not(.row) {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 20px;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .clear {
  padding: 0;
}
.tb_tabbed_menu > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu
{
  padding: 0 !important;
}
.dropdown-menu > .tb_tabs > .tab-content > .tb_megamenu > .dropdown-menu > .tb_ip_20 {
  margin: 0;
}
.dropdown-menu > .tb_tabs > .tab-content > .dropdown > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .dropdown:hover > .dropdown-menu,
.dropdown-menu > .tb_tabs > .tab-content > .dropdown.tb_hovered > .dropdown-menu
{
  position: static;
  width: auto !important;
  margin: 0;
  box-shadow: none;
  opacity: 1 !important;
}
.dropdown-menu > .tb_tabs > .tab-content .col {
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories,
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories + .border,
.dropdown-menu > .tb_tabs > .tab-content .tb_category_brands,
.dropdown-menu > .tb_tabs > .tab-content .tb_category_info
{
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  width: 100%;
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories {
  -ms-flex: 0 0 auto;
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories ~ .border,
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories ~ .tb_category_brands
{
      -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(100% + 40px);
}
.dropdown-menu > .tb_tabs > .tab-content .tb_subcategories ~ .tb_category_brands {
  width: 100%;
}
.tb_megamenu .tb_images {
  margin-top: 0;
}
@media (max-width: 768px) {
  .dropdown .tb_subcategories ~ .tb_category_brands {
    padding-bottom: 20px;
  }
  .dropdown-menu > .tb_tabs > .tab-content .tb_subcategories,
  .dropdown-menu > .tb_tabs > .tab-content .tb_subcategories + .border,
  .dropdown-menu > .tb_tabs > .tab-content .tb_category_brands,
  .dropdown-menu > .tb_tabs > .tab-content .tb_category_info
  {
        -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.nav:not(.nav-responsive) > li > .dropdown-menu > .tb_tabs > .tab-content > li > a {
  display: none;
}
@media (min-width: 769px) {
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content > li > a {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .nav-tabs,
  .nav.nav-responsive .tb_menu_banner
  {
    display: none !important;
  }
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content,
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content > li
  {
    display: block !important;
  }
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content > li:not(.tb_active):not(.tb_hovered) > .dropdown-menu,
  .nav.nav-responsive > li > .dropdown-menu > .tb_tabs > .tab-content .tb_category_info_col
  {
    display: none !important;
  }
  .nav.nav-responsive .dropdown .tb_subcategories > .tb_multicolumn {
    margin-top: 0;
  }
  .nav.nav-responsive .col-xs-12 {
    width: 100% !important;
  }
  .nav.nav-responsive .tb_separate_columns.tb_ip_20 > .col:not(.tb_menu_banner) + .col {
    margin-top:  20px !important;
    padding-top: 20px;
  }
  .nav.nav-responsive .dropdown-menu > .clear.border {
    margin-left:  0;
    margin-right: 0;
  }
  .nav.nav-responsive .tb_menu_banner + .col {
    border-top: none;
  }
}

/*  -----------------------------------------------------------------------------------------
    U N S O R T E D
-----------------------------------------------------------------------------------------  */

.tb_vsep_0  > li { padding-top: 0;  padding-bottom: 0; }
.tb_vsep_xs > li, .tb_vsep_xs > li > a { padding-top: 2px; padding-bottom: 2px; }
.tb_vsep_sm > li, .tb_vsep_sm > li > a { padding-top: 5px; padding-bottom: 5px; }
.tb_vsep_md > li, .tb_vsep_md > li > a { padding-top: 10px; padding-bottom: 10px; }
.tb_vsep_lg > li, .tb_vsep_lg > li > a { padding-top: 15px; padding-bottom: 15px; }
.tb_vsep_xs > li > a { margin-top: -2px; margin-bottom: -2px; }
.tb_vsep_sm > li > a { margin-top: -5px; margin-bottom: -5px; }
.tb_vsep_md > li > a { margin-top: -10px; margin-bottom: -10px; }
.tb_vsep_lg > li > a { margin-top: -15px; margin-bottom: -15px; }
.tb_list_1.tb_vsep_xs > li:before { top: 12px; }
.tb_list_1.tb_vsep_sm > li:before { top: 15px; }
.tb_list_1.tb_vsep_md > li:before { top: 20px; }
.tb_list_1.tb_vsep_lg > li:before { top: 25px; }

/*  -----------------------------------------------------------------------------------------
    Q U I C K V I E W
-----------------------------------------------------------------------------------------  */

html.tb_quickview {
  overflow-x: hidden;
  overflow-y: scroll;
}
body[class*="quickview"],
body[class*="quickview"] #wrapper,
body[class*="quickview"] #content
{
  margin:  0 !important;
  padding: 0 !important;
  border:     none !important;
  box-shadow: none !important;
  background: none transparent !important;
}
.modal--quickview,
.modal--quickview .modal-body
{
  overflow: hidden;
  padding: 0;
}
.modal--quickview .ui-dialog-titlebar {
  display: none;
}
.modal--quickview iframe {
  display: block;
  width: calc(100% + 17px);
}
.modal--quickview:not(.ui-dialog) {
  display: block !important;
}
.modal--quickview:not(.in):not(.ui-dialog) {
  pointer-events: none;
}
body:not(.modal-open) .modal--quickview {
  position: absolute;
  top: 0;
  left: -2000px;
  width: 1200px;
  height: 1200px;
}
@media (min-width: 980px) {
  .modal--quickview .modal-dialog {
    width: 900px;
  }
}

/*  -----------------------------------------------------------------------------------------
    L A Z Y L O A D
-----------------------------------------------------------------------------------------  */

.container.lazyload,
.container-fluid.lazyload,
.row-wrap.lazyload,
.row-wrap.lazyload > .row,
.row-wrap.lazyload > .row > .col,
.row-wrap.lazyload .tb_wt,
.row-wrap.lazyload .tb_banner .tb_image
{
  background-image: none !important;
}

/*  -----------------------------------------------------------------------------------------
    S T I C K Y   S I D E B A R
-----------------------------------------------------------------------------------------  */

.col-sticky,
.col-sticky.is_stuck
{
  min-width: 0;
  margin-top: 0;
  margin-left:  0;
  margin-right: 0;
}
.is_stuck {
  min-width: 0 !important;
}
.tb_sticky_sidebar {
  min-width: 0;
}
.col-sticky > div {
      -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.col-sticky > .row {
      -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}

/*  -----------------------------------------------------------------------------------------
    T H E M E   S T Y L E
-----------------------------------------------------------------------------------------  */

/*  -----------------------------------------------------------------------------------------
    T Y P E
-----------------------------------------------------------------------------------------  */

[class*="ico-mdi"]:before {
  margin-top:     0.06em;
  margin-bottom: -0.06em;
}
.ico-mdi-shopping:before,
.ico-mdi-basket:before,
.ico-mdi-car:before
{
  margin-top:    0;
  margin-bottom: 0;
}
.ico-mdi-cash-multiple:before {
  margin-top:   -0.07em;
  margin-bottom: 0.07em;
}

/*  -----------------------------------------------------------------------------------------
    H E A D E R
-----------------------------------------------------------------------------------------  */

.tbSticky {
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.05),
    0 0 10px rgba(0, 0, 0, 0.1);
}
.tb_wt_header_search_system.tb_style_2 .tb_search_wrap,
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap
{
  padding-left:  0;
  padding-right: 0;
}
.tb_wt_header_search_system.tb_style_2 .tb_search_button,
.tb_wt_header_search_system.tb_style_3 .tb_search_button
{
  margin-left:  0;
  margin-right: 0;
}

.tbSticky .tbMainCategories .nav:not(.nav-tabs) > li > a {
  padding-left:  0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1000px) {
  .tbMainNavigation .nav-justified > li {
        -ms-flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}

/*  -----------------------------------------------------------------------------------------
    F O O T E R
-----------------------------------------------------------------------------------------  */

#bottom .col-md-auto {
  flex: 1 1 auto;
}
#copy {
  text-align: center;
}
#copy br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------
    C O M P O N E N T S
-----------------------------------------------------------------------------------------  */

/*  Breadcrumbs   ------------------------------------------------------------------------ */

.breadcrumb li:last-child:not(:nth-child(2)):not(:nth-child(3)) a {
  display: none;
}

/*  Common   ----------------------------------------------------------------------------- */

.tb_no_text > span:before,
.tb_no_text > span:after
{
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/*  Forms   ------------------------------------------------------------------------------ */

input,
select,
textarea,
.form-control
{
  border-radius: 0 !important;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=color],
input[type=password],
input[type=search],
select,
textarea,
select.form-control,
.form-control,
.input-group
{
  width: 300px;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.btn {
  box-shadow: none;
  border-radius: 0;
}

/*  Dropdowns   -------------------------------------------------------------------------- */

.dropdown-menu {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.nav-justified-dropdown > .dropdown:not(.tb_megamenu) > .dropdown-menu {
    margin-right: 0 !important;
  }
.dropdown-toggle ~ .dropdown-menu {
    left: 0;
  }

/*** Level 1 ***/

.dropdown-menu {
  -webkit-transition: opacity 0.3s, transform 0.3s;
          transition: opacity 0.3s, transform 0.3s;
}
.dropdown:after {
  content: none !important;
}

/*** Inner level ***/

.dropdown-menu .dropdown:not(.tb_hovered):hover > .dropdown-menu,
.nav-stacked   .dropdown:not(.tb_hovered):hover > .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li.dropdown:not(.tb_hovered):hover > .dropdown-menu
{
    transform: translateX(20px);
  }
.dropdown-menu .tb_hovered > .dropdown-menu,
.nav-stacked   .tb_hovered > .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li.tb_hovered > .dropdown-menu
{
  transform: translateX(0);
}

.tbMainNavigation nav > ul > li {
  padding-bottom: 0 !important;
  margin-bottom:  0 !important;
}
.tbMainNavigation nav > ul > li:hover > a,
.tbMainNavigation nav > ul > li.tb_hovered > a
{
  z-index: 51;
}
.tbMainNavigation nav > ul > li:hover > a,
.tbMainNavigation nav > ul > li.tb_hovered > a
{
  z-index: 51;
}
.tbMainNavigation nav > ul > li > .tb_toggle
{
  z-index: 52 !important;
}

/*  Listing   ---------------------------------------------------------------------------- */

.tb_grid_view .product-thumb,
.tb_grid_view .product-thumb .button-group
{
  text-align: initial;
}
.tb_grid_view .product-thumb .caption * {
            -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.tb_grid_view .product-thumb .rating {
  margin-left:  0;
  margin-right: 0;
}
.product-thumb .row .button-group {
  margin-top: -10px !important;
}
.product-thumb .row .tb_button_add_to_cart {
  margin-top: 0;
}
.product-thumb .row .price-old {
  font-size: 80%;
}

.tb_list_view .product-thumb .image + div {
  -ms-flex-item-align: center;
   -webkit-align-self: center;
           align-self: center;
}
.tb_grid_view .tb_style_1 .caption ~ .row .col-sm-fill {
      -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.tb_compact_view h4,
.tb_compact_view .name
{
  font-size: 14px;
}

.tb_label_special,
.tb_label_new
{
  text-shadow: none;
}
.tbMediumSaleLabel .tb_label_special,
.tbBigSaleLabel .tb_label_special
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.tbMediumSaleLabel .tb_label_special {
  width: 60px;
  height: 60px;
  line-height: 20px;
  font-size: 18px;
}
.tbBigSaleLabel .tb_label_special
{
  width: 80px;
  height: 80px;
  line-height: 30px;
  font-size: 24px;
}

/*  Modal / Dialog   --------------------------------------------------------------------- */

.modal-content {
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
}

/*  Tooltip   ---------------------------------------------------------------------------- */

.tooltip-inner {
  font-size: 13px;
}

/*  -----------------------------------------------------------------------------------------
    S Y S T E M   B L O C K S
-----------------------------------------------------------------------------------------  */

.wishlist_total,
.tb_compare_total,
#cart .heading
{
  position: relative;
}

#cart .heading .tb_icon {
  margin: 0 !important;
}
.wishlist_total .tb_items,
.tb_compare_total .tb_items,
#cart .heading .tb_icon + .tb_items
{
  position: absolute;
  left: 18px;
  top: -8px;
  width:  16px;
  height: 16px;
  margin: 0;
  line-height: 16px !important;
  text-align: center;
  font-weight: normal !important;
  font-size: 10px !important;
  color: #fff !important;
  background: #333;
  border-radius: 50%;
  opacity: 1 !important;
}
.wishlist_total .tb_items:before,
.wishlist_total .tb_items:after,
.tb_compare_total .tb_items:before,
.tb_compare_total .tb_items:after,
#cart .heading .tb_icon + .tb_items:before,
#cart .heading .tb_icon + .tb_items:after
{
  content: none !important;
}
#cart .heading .tb_items + .tb_total {
  border: none !important;
  padding: 0 !important;
}

/*  -----------------------------------------------------------------------------------------
    S L I D E R   /   C A R O U S E L
-----------------------------------------------------------------------------------------  */

#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_multiline:not(.tb_slider),
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_style_bordered.tb_multiline,
#wrapper :not(.panel-body) > .has_slider.tb_side_nav.no_title .tb_grid_view.tb_multiline:not(.tb_slider),
#wrapper .tb_side_nav .tb_slider
{
  margin-left:   0 !important;
  margin-right:  0 !important;
  padding-left:  0 !important;
  padding-right: 0 !important;
}
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_gut_0.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left:  -0px !important;
}
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_gut_10.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left:  -10px !important;
}
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_gut_20.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left:  -20px !important;
}
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_gut_30.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left:  -30px !important;
}
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_gut_40.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left:  -40px !important;
}
#wrapper .has_slider.tb_side_nav .tb_grid_view.tb_gut_50.tb_multiline:not(.tb_slider):not(.tb_style_bordered) {
  margin-left:  -50px !important;
}
.tb_side_nav .tb_slider_controls {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tb_side_nav .tb_next,
.tb_side_nav .tb_prev
{
  z-index: 3;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -30px !important;
  margin-left:  0 !important;
  margin-right: 0 !important;
  line-height: 60px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.tb_side_nav:hover .tb_next,
.tb_side_nav:hover .tb_prev
{
  opacity: 1;
}
.tb_side_nav .tb_next:hover,
.tb_side_nav .tb_prev:hover
{
  background-color: rgba(0,0,0,0.5);
}
.tb_side_nav .tb_next {
  right: -60px;
}
.tb_side_nav .tb_prev {
  left: -60px;
}
.tb_side_nav:hover .tb_next {
  right: 0;
}
.tb_side_nav:hover .tb_prev {
  left: 0;
}

/*  -----------------------------------------------------------------------------------------
    S T O R I E S
-----------------------------------------------------------------------------------------  */

.tb_article .tb_meta + .tb_text_wrap {
  margin-top: 0;
  padding-top: 0;
}
.tb_article .tb_meta + .tb_text_wrap:after {
  content: none;
}
.tb_grid_view .tb_article > * {
  -ms-flex-order: 10;
   -webkit-order: 10;
           order: 10;
}
.tb_grid_view .tb_article > .thumbnail {
  -ms-flex-order: 1;
   -webkit-order: 1;
           order: 1;
}