/*  -----------------------------------------------------------------------------------------
    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/DSTeckEcom/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/DSTeckEcom/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://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/category/category.woff') format('woff'),
    url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/category/category.ttf') format('truetype'),
    url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/category/category.svg#Flaticon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Category Icons";
    src: url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/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"; }@font-face {
	font-family: 'Stroke-Gap-Icons';
	src: url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/strokegap/Stroke-Gap-Icons.eot');
}
@font-face {
	font-family: 'Stroke-Gap-Icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWL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Ffe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuF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) format('woff');
	font-weight: normal;
	font-style: normal;
}

.sgi-icon {
	font-family: 'Stroke-Gap-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sgi-icon:before {
	font-family: 'Stroke-Gap-Icons' !important;
}

.sgi-icon-WorldWide:before {
	content: "\e600";
}
.sgi-icon-WorldGlobe:before {
	content: "\e601";
}
.sgi-icon-Underpants:before {
	content: "\e602";
}
.sgi-icon-Tshirt:before {
	content: "\e603";
}
.sgi-icon-Trousers:before {
	content: "\e604";
}
.sgi-icon-Tie:before {
	content: "\e605";
}
.sgi-icon-TennisBall:before {
	content: "\e606";
}
.sgi-icon-Telesocpe:before {
	content: "\e607";
}
.sgi-icon-Stop:before {
	content: "\e608";
}
.sgi-icon-Starship:before {
	content: "\e609";
}
.sgi-icon-Starship2:before {
	content: "\e60a";
}
.sgi-icon-Speaker:before {
	content: "\e60b";
}
.sgi-icon-Speaker2:before {
	content: "\e60c";
}
.sgi-icon-Soccer:before {
	content: "\e60d";
}
.sgi-icon-Snikers:before {
	content: "\e60e";
}
.sgi-icon-Scisors:before {
	content: "\e60f";
}
.sgi-icon-Puzzle:before {
	content: "\e610";
}
.sgi-icon-Printer:before {
	content: "\e611";
}
.sgi-icon-Pool:before {
	content: "\e612";
}
.sgi-icon-Podium:before {
	content: "\e613";
}
.sgi-icon-Play:before {
	content: "\e614";
}
.sgi-icon-Planet:before {
	content: "\e615";
}
.sgi-icon-Pause:before {
	content: "\e616";
}
.sgi-icon-Next:before {
	content: "\e617";
}
.sgi-icon-MusicNote2:before {
	content: "\e618";
}
.sgi-icon-MusicNote:before {
	content: "\e619";
}
.sgi-icon-MusicMixer:before {
	content: "\e61a";
}
.sgi-icon-Microphone:before {
	content: "\e61b";
}
.sgi-icon-Medal:before {
	content: "\e61c";
}
.sgi-icon-ManFigure:before {
	content: "\e61d";
}
.sgi-icon-Magnet:before {
	content: "\e61e";
}
.sgi-icon-Like:before {
	content: "\e61f";
}
.sgi-icon-Hanger:before {
	content: "\e620";
}
.sgi-icon-Handicap:before {
	content: "\e621";
}
.sgi-icon-Forward:before {
	content: "\e622";
}
.sgi-icon-Footbal:before {
	content: "\e623";
}
.sgi-icon-Flag:before {
	content: "\e624";
}
.sgi-icon-FemaleFigure:before {
	content: "\e625";
}
.sgi-icon-Dislike:before {
	content: "\e626";
}
.sgi-icon-DiamondRing:before {
	content: "\e627";
}
.sgi-icon-Cup:before {
	content: "\e628";
}
.sgi-icon-Crown:before {
	content: "\e629";
}
.sgi-icon-Column:before {
	content: "\e62a";
}
.sgi-icon-Click:before {
	content: "\e62b";
}
.sgi-icon-Cassette:before {
	content: "\e62c";
}
.sgi-icon-Bomb:before {
	content: "\e62d";
}
.sgi-icon-BatteryLow:before {
	content: "\e62e";
}
.sgi-icon-BatteryFull:before {
	content: "\e62f";
}
.sgi-icon-Bascketball:before {
	content: "\e630";
}
.sgi-icon-Astronaut:before {
	content: "\e631";
}
.sgi-icon-WineGlass:before {
	content: "\e632";
}
.sgi-icon-Water:before {
	content: "\e633";
}
.sgi-icon-Wallet:before {
	content: "\e634";
}
.sgi-icon-Umbrella:before {
	content: "\e635";
}
.sgi-icon-TV:before {
	content: "\e636";
}
.sgi-icon-TeaMug:before {
	content: "\e637";
}
.sgi-icon-Tablet:before {
	content: "\e638";
}
.sgi-icon-Soda:before {
	content: "\e639";
}
.sgi-icon-SodaCan:before {
	content: "\e63a";
}
.sgi-icon-SimCard:before {
	content: "\e63b";
}
.sgi-icon-Signal:before {
	content: "\e63c";
}
.sgi-icon-Shaker:before {
	content: "\e63d";
}
.sgi-icon-Radio:before {
	content: "\e63e";
}
.sgi-icon-Pizza:before {
	content: "\e63f";
}
.sgi-icon-Phone:before {
	content: "\e640";
}
.sgi-icon-Notebook:before {
	content: "\e641";
}
.sgi-icon-Mug:before {
	content: "\e642";
}
.sgi-icon-Mastercard:before {
	content: "\e643";
}
.sgi-icon-Ipod:before {
	content: "\e644";
}
.sgi-icon-Info:before {
	content: "\e645";
}
.sgi-icon-Icecream2:before {
	content: "\e646";
}
.sgi-icon-Icecream1:before {
	content: "\e647";
}
.sgi-icon-Hourglass:before {
	content: "\e648";
}
.sgi-icon-Help:before {
	content: "\e649";
}
.sgi-icon-Goto:before {
	content: "\e64a";
}
.sgi-icon-Glasses:before {
	content: "\e64b";
}
.sgi-icon-Gameboy:before {
	content: "\e64c";
}
.sgi-icon-ForkandKnife:before {
	content: "\e64d";
}
.sgi-icon-Export:before {
	content: "\e64e";
}
.sgi-icon-Exit:before {
	content: "\e64f";
}
.sgi-icon-Espresso:before {
	content: "\e650";
}
.sgi-icon-Drop:before {
	content: "\e651";
}
.sgi-icon-Download:before {
	content: "\e652";
}
.sgi-icon-Dollars:before {
	content: "\e653";
}
.sgi-icon-Dollar:before {
	content: "\e654";
}
.sgi-icon-DesktopMonitor:before {
	content: "\e655";
}
.sgi-icon-Corkscrew:before {
	content: "\e656";
}
.sgi-icon-CoffeeToGo:before {
	content: "\e657";
}
.sgi-icon-Chart:before {
	content: "\e658";
}
.sgi-icon-ChartUp:before {
	content: "\e659";
}
.sgi-icon-ChartDown:before {
	content: "\e65a";
}
.sgi-icon-Calculator:before {
	content: "\e65b";
}
.sgi-icon-Bread:before {
	content: "\e65c";
}
.sgi-icon-Bourbon:before {
	content: "\e65d";
}
.sgi-icon-BottleofWIne:before {
	content: "\e65e";
}
.sgi-icon-Bag:before {
	content: "\e65f";
}
.sgi-icon-Arrow:before {
	content: "\e660";
}
.sgi-icon-Antenna2:before {
	content: "\e661";
}
.sgi-icon-Antenna1:before {
	content: "\e662";
}
.sgi-icon-Anchor:before {
	content: "\e663";
}
.sgi-icon-Wheelbarrow:before {
	content: "\e664";
}
.sgi-icon-Webcam:before {
	content: "\e665";
}
.sgi-icon-Unlinked:before {
	content: "\e666";
}
.sgi-icon-Truck:before {
	content: "\e667";
}
.sgi-icon-Timer:before {
	content: "\e668";
}
.sgi-icon-Time:before {
	content: "\e669";
}
.sgi-icon-StorageBox:before {
	content: "\e66a";
}
.sgi-icon-Star:before {
	content: "\e66b";
}
.sgi-icon-ShoppingCart:before {
	content: "\e66c";
}
.sgi-icon-Shield:before {
	content: "\e66d";
}
.sgi-icon-Seringe:before {
	content: "\e66e";
}
.sgi-icon-Pulse:before {
	content: "\e66f";
}
.sgi-icon-Plaster:before {
	content: "\e670";
}
.sgi-icon-Plaine:before {
	content: "\e671";
}
.sgi-icon-Pill:before {
	content: "\e672";
}
.sgi-icon-PicnicBasket:before {
	content: "\e673";
}
.sgi-icon-Phone2:before {
	content: "\e674";
}
.sgi-icon-Pencil:before {
	content: "\e675";
}
.sgi-icon-Pen:before {
	content: "\e676";
}
.sgi-icon-PaperClip:before {
	content: "\e677";
}
.sgi-icon-On-Off:before {
	content: "\e678";
}
.sgi-icon-Mouse:before {
	content: "\e679";
}
.sgi-icon-Megaphone:before {
	content: "\e67a";
}
.sgi-icon-Linked:before {
	content: "\e67b";
}
.sgi-icon-Keyboard:before {
	content: "\e67c";
}
.sgi-icon-House:before {
	content: "\e67d";
}
.sgi-icon-Heart:before {
	content: "\e67e";
}
.sgi-icon-Headset:before {
	content: "\e67f";
}
.sgi-icon-FullShoppingCart:before {
	content: "\e680";
}
.sgi-icon-FullScreen:before {
	content: "\e681";
}
.sgi-icon-Folder:before {
	content: "\e682";
}
.sgi-icon-Floppy:before {
	content: "\e683";
}
.sgi-icon-Files:before {
	content: "\e684";
}
.sgi-icon-File:before {
	content: "\e685";
}
.sgi-icon-FileBox:before {
	content: "\e686";
}
.sgi-icon-ExitFullScreen:before {
	content: "\e687";
}
.sgi-icon-EmptyBox:before {
	content: "\e688";
}
.sgi-icon-Delete:before {
	content: "\e689";
}
.sgi-icon-Controller:before {
	content: "\e68a";
}
.sgi-icon-Compass:before {
	content: "\e68b";
}
.sgi-icon-CompassTool:before {
	content: "\e68c";
}
.sgi-icon-ClipboardText:before {
	content: "\e68d";
}
.sgi-icon-ClipboardChart:before {
	content: "\e68e";
}
.sgi-icon-ChemicalGlass:before {
	content: "\e68f";
}
.sgi-icon-CD:before {
	content: "\e690";
}
.sgi-icon-Carioca:before {
	content: "\e691";
}
.sgi-icon-Car:before {
	content: "\e692";
}
.sgi-icon-Book:before {
	content: "\e693";
}
.sgi-icon-BigTruck:before {
	content: "\e694";
}
.sgi-icon-Bicycle:before {
	content: "\e695";
}
.sgi-icon-Wrench:before {
	content: "\e696";
}
.sgi-icon-Web:before {
	content: "\e697";
}
.sgi-icon-Watch:before {
	content: "\e698";
}
.sgi-icon-Volume:before {
	content: "\e699";
}
.sgi-icon-Video:before {
	content: "\e69a";
}
.sgi-icon-Users:before {
	content: "\e69b";
}
.sgi-icon-User:before {
	content: "\e69c";
}
.sgi-icon-UploadCLoud:before {
	content: "\e69d";
}
.sgi-icon-Typing:before {
	content: "\e69e";
}
.sgi-icon-Tools:before {
	content: "\e69f";
}
.sgi-icon-Tag:before {
	content: "\e6a0";
}
.sgi-icon-Speedometter:before {
	content: "\e6a1";
}
.sgi-icon-Share:before {
	content: "\e6a2";
}
.sgi-icon-Settings:before {
	content: "\e6a3";
}
.sgi-icon-Search:before {
	content: "\e6a4";
}
.sgi-icon-Screwdriver:before {
	content: "\e6a5";
}
.sgi-icon-Rolodex:before {
	content: "\e6a6";
}
.sgi-icon-Ringer:before {
	content: "\e6a7";
}
.sgi-icon-Resume:before {
	content: "\e6a8";
}
.sgi-icon-Restart:before {
	content: "\e6a9";
}
.sgi-icon-PowerOff:before {
	content: "\e6aa";
}
.sgi-icon-Pointer:before {
	content: "\e6ab";
}
.sgi-icon-Picture:before {
	content: "\e6ac";
}
.sgi-icon-OpenedLock:before {
	content: "\e6ad";
}
.sgi-icon-Notes:before {
	content: "\e6ae";
}
.sgi-icon-Mute:before {
	content: "\e6af";
}
.sgi-icon-Movie:before {
	content: "\e6b0";
}
.sgi-icon-Microphone2:before {
	content: "\e6b1";
}
.sgi-icon-Message:before {
	content: "\e6b2";
}
.sgi-icon-MessageRight:before {
	content: "\e6b3";
}
.sgi-icon-MessageLeft:before {
	content: "\e6b4";
}
.sgi-icon-Menu:before {
	content: "\e6b5";
}
.sgi-icon-Media:before {
	content: "\e6b6";
}
.sgi-icon-Mail:before {
	content: "\e6b7";
}
.sgi-icon-List:before {
	content: "\e6b8";
}
.sgi-icon-Layers:before {
	content: "\e6b9";
}
.sgi-icon-Key:before {
	content: "\e6ba";
}
.sgi-icon-Imbox:before {
	content: "\e6bb";
}
.sgi-icon-Eye:before {
	content: "\e6bc";
}
.sgi-icon-Edit:before {
	content: "\e6bd";
}
.sgi-icon-DSLRCamera:before {
	content: "\e6be";
}
.sgi-icon-DownloadCloud:before {
	content: "\e6bf";
}
.sgi-icon-CompactCamera:before {
	content: "\e6c0";
}
.sgi-icon-Cloud:before {
	content: "\e6c1";
}
.sgi-icon-ClosedLock:before {
	content: "\e6c2";
}
.sgi-icon-Chart2:before {
	content: "\e6c3";
}
.sgi-icon-Bulb:before {
	content: "\e6c4";
}
.sgi-icon-Briefcase:before {
	content: "\e6c5";
}
.sgi-icon-Blog:before {
	content: "\e6c6";
}
.sgi-icon-Agenda:before {
	content: "\e6c7";
}
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src:
    url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/materialdesign/materialdesign.woff2?v=1.5.54') format("woff2"),
    url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/materialdesign/materialdesign.woff?v=1.5.54') format("woff"),
    url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/materialdesign/materialdesign.ttf?v=1.5.54') format("truetype"),
    url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/materialdesign/materialdesign.svg?v=1.5.54#materialdesigniconsregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.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; }
@font-face {
  font-family: 'boxicons';
  font-weight: normal;
  font-style: normal;
  src: url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/boxicons/boxicons.eot');
  src: url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/boxicons/boxicons.eot') format('embedded-opentype'), url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/boxicons/boxicons.woff2') format('woff2'), url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/boxicons/boxicons.woff') format('woff'), url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/boxicons/boxicons.ttf') format('truetype'), url('https://mkateb.com/system/vendor/DSTeckEcom/themes/DSTeckEcom_theme/fonts/boxicons/boxicons.svg?#boxicons') format('svg');
}

.bx {
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx::before{
    font-family: 'boxicons' !important;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul>li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

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

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

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem!important;
}

.bx-sm {
  font-size: 1.55rem!important;
}

.bx-md {
  font-size: 2.25rem!important;
}

.bx-lg {
  font-size: 3.0rem!important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: .8em;
  width: 1.2857142857em;
  height: .8em;
  margin-top: -.2em!important;
  vertical-align: middle;
}

.bx-pull-left {
  float: left;
  margin-right: .3em!important;
}

.bx-pull-right {
  float: right;
  margin-left: .3em!important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

.bx-border {
  padding: .25em;
  border: .07em solid rgba(0, 0, 0, .1);
  border-radius: .25em;
}

.bx-border-circle {
  padding: .25em;
  border: .07em solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

.bxl-500px:before {
  content: "\e900";
}

.bxl-adobe:before {
  content: "\e901";
}

.bxl-airbnb:before {
  content: "\e902";
}

.bxl-algolia:before {
  content: "\e903";
}

.bxl-amazon:before {
  content: "\e904";
}

.bxl-android:before {
  content: "\e905";
}

.bxl-angular:before {
  content: "\e906";
}

.bxl-apple:before {
  content: "\e907";
}

.bxl-audible:before {
  content: "\e908";
}

.bxl-aws:before {
  content: "\e909";
}

.bxl-baidu:before {
  content: "\e90a";
}

.bxl-behance:before {
  content: "\e90b";
}

.bxl-bing:before {
  content: "\e90c";
}

.bxl-bitcoin:before {
  content: "\e90d";
}

.bxl-blender:before {
  content: "\e90e";
}

.bxl-blogger:before {
  content: "\e90f";
}

.bxl-bootstrap:before {
  content: "\e910";
}

.bxl-chrome:before {
  content: "\e911";
}

.bxl-codepen:before {
  content: "\e912";
}

.bxl-c-plus-plus:before {
  content: "\e913";
}

.bxl-creative-commons:before {
  content: "\e914";
}

.bxl-css3:before {
  content: "\e915";
}

.bxl-dailymotion:before {
  content: "\e916";
}

.bxl-deviantart:before {
  content: "\e917";
}

.bxl-dev-to:before {
  content: "\e918";
}

.bxl-digg:before {
  content: "\e919";
}

.bxl-digitalocean:before {
  content: "\e91a";
}

.bxl-discord:before {
  content: "\e91b";
}

.bxl-discord-alt:before {
  content: "\e91c";
}

.bxl-discourse:before {
  content: "\e91d";
}

.bxl-django:before {
  content: "\e91e";
}

.bxl-docker:before {
  content: "\e91f";
}

.bxl-dribbble:before {
  content: "\e920";
}

.bxl-dropbox:before {
  content: "\e921";
}

.bxl-drupal:before {
  content: "\e922";
}

.bxl-ebay:before {
  content: "\e923";
}

.bxl-edge:before {
  content: "\e924";
}

.bxl-etsy:before {
  content: "\e925";
}

.bxl-facebook:before {
  content: "\e926";
}

.bxl-facebook-circle:before {
  content: "\e927";
}

.bxl-facebook-square:before {
  content: "\e928";
}

.bxl-figma:before {
  content: "\e929";
}

.bxl-firebase:before {
  content: "\e92a";
}

.bxl-firefox:before {
  content: "\e92b";
}

.bxl-flickr:before {
  content: "\e92c";
}

.bxl-flickr-square:before {
  content: "\e92d";
}

.bxl-flutter:before {
  content: "\e92e";
}

.bxl-foursquare:before {
  content: "\e92f";
}

.bxl-git:before {
  content: "\e930";
}

.bxl-github:before {
  content: "\e931";
}

.bxl-gitlab:before {
  content: "\e932";
}

.bxl-google:before {
  content: "\e933";
}

.bxl-google-cloud:before {
  content: "\e934";
}

.bxl-google-plus:before {
  content: "\e935";
}

.bxl-google-plus-circle:before {
  content: "\e936";
}

.bxl-html5:before {
  content: "\e937";
}

.bxl-imdb:before {
  content: "\e938";
}

.bxl-instagram:before {
  content: "\e939";
}

.bxl-instagram-alt:before {
  content: "\e93a";
}

.bxl-internet-explorer:before {
  content: "\e93b";
}

.bxl-invision:before {
  content: "\e93c";
}

.bxl-javascript:before {
  content: "\e93d";
}

.bxl-joomla:before {
  content: "\e93e";
}

.bxl-jquery:before {
  content: "\e93f";
}

.bxl-jsfiddle:before {
  content: "\e940";
}

.bxl-kickstarter:before {
  content: "\e941";
}

.bxl-kubernetes:before {
  content: "\e942";
}

.bxl-less:before {
  content: "\e943";
}

.bxl-linkedin:before {
  content: "\e944";
}

.bxl-linkedin-square:before {
  content: "\e945";
}

.bxl-magento:before {
  content: "\e946";
}

.bxl-mailchimp:before {
  content: "\e947";
}

.bxl-markdown:before {
  content: "\e948";
}

.bxl-mastercard:before {
  content: "\e949";
}

.bxl-mastodon:before {
  content: "\e94a";
}

.bxl-medium:before {
  content: "\e94b";
}

.bxl-medium-old:before {
  content: "\e94c";
}

.bxl-medium-square:before {
  content: "\e94d";
}

.bxl-messenger:before {
  content: "\e94e";
}

.bxl-microsoft:before {
  content: "\e94f";
}

.bxl-microsoft-teams:before {
  content: "\e950";
}

.bxl-nodejs:before {
  content: "\e951";
}

.bxl-ok-ru:before {
  content: "\e952";
}

.bxl-opera:before {
  content: "\e953";
}

.bxl-patreon:before {
  content: "\e954";
}

.bxl-paypal:before {
  content: "\e955";
}

.bxl-periscope:before {
  content: "\e956";
}

.bxl-php:before {
  content: "\e957";
}

.bxl-pinterest:before {
  content: "\e958";
}

.bxl-pinterest-alt:before {
  content: "\e959";
}

.bxl-play-store:before {
  content: "\e95a";
}

.bxl-pocket:before {
  content: "\e95b";
}

.bxl-product-hunt:before {
  content: "\e95c";
}

.bxl-python:before {
  content: "\e95d";
}

.bxl-quora:before {
  content: "\e95e";
}

.bxl-react:before {
  content: "\e95f";
}

.bxl-redbubble:before {
  content: "\e960";
}

.bxl-reddit:before {
  content: "\e961";
}

.bxl-redux:before {
  content: "\e962";
}

.bxl-sass:before {
  content: "\e963";
}

.bxl-shopify:before {
  content: "\e964";
}

.bxl-sketch:before {
  content: "\e965";
}

.bxl-skype:before {
  content: "\e966";
}

.bxl-slack:before {
  content: "\e967";
}

.bxl-slack-old:before {
  content: "\e968";
}

.bxl-snapchat:before {
  content: "\e969";
}

.bxl-soundcloud:before {
  content: "\e96a";
}

.bxl-spotify:before {
  content: "\e96b";
}

.bxl-spring-boot:before {
  content: "\e96c";
}

.bxl-squarespace:before {
  content: "\e96d";
}

.bxl-stack-overflow:before {
  content: "\e96e";
}

.bxl-steam:before {
  content: "\e96f";
}

.bxl-stripe:before {
  content: "\e970";
}

.bxl-tailwind-css:before {
  content: "\e971";
}

.bxl-telegram:before {
  content: "\e972";
}

.bxl-tiktok:before {
  content: "\e973";
}

.bxl-trello:before {
  content: "\e974";
}

.bxl-trip-advisor:before {
  content: "\e975";
}

.bxl-tumblr:before {
  content: "\e976";
}

.bxl-tux:before {
  content: "\e977";
}

.bxl-twitch:before {
  content: "\e978";
}

.bxl-twitter:before {
  content: "\e979";
}

.bxl-unity:before {
  content: "\e97a";
}

.bxl-unsplash:before {
  content: "\e97b";
}

.bxl-vimeo:before {
  content: "\e97c";
}

.bxl-visa:before {
  content: "\e97d";
}

.bxl-visual-studio:before {
  content: "\e97e";
}

.bxl-vk:before {
  content: "\e97f";
}

.bxl-vuejs:before {
  content: "\e980";
}

.bxl-whatsapp:before {
  content: "\e981";
}

.bxl-whatsapp-square:before {
  content: "\e982";
}

.bxl-wikipedia:before {
  content: "\e983";
}

.bxl-windows:before {
  content: "\e984";
}

.bxl-wix:before {
  content: "\e985";
}

.bxl-wordpress:before {
  content: "\e986";
}

.bxl-yahoo:before {
  content: "\e987";
}

.bxl-yelp:before {
  content: "\e988";
}

.bxl-youtube:before {
  content: "\e989";
}

.bxl-zoom:before {
  content: "\e98a";
}

.bxs-add-to-queue:before {
  content: "\e98b";
}

.bxs-adjust:before {
  content: "\e98c";
}

.bxs-adjust-alt:before {
  content: "\e98d";
}

.bxs-alarm:before {
  content: "\e98e";
}

.bxs-alarm-add:before {
  content: "\e98f";
}

.bxs-alarm-exclamation:before {
  content: "\e990";
}

.bxs-alarm-off:before {
  content: "\e991";
}

.bxs-alarm-snooze:before {
  content: "\e992";
}

.bxs-album:before {
  content: "\e993";
}

.bxs-ambulance:before {
  content: "\e994";
}

.bxs-analyse:before {
  content: "\e995";
}

.bxs-angry:before {
  content: "\e996";
}

.bxs-arch:before {
  content: "\e997";
}

.bxs-archive:before {
  content: "\e998";
}

.bxs-archive-in:before {
  content: "\e999";
}

.bxs-archive-out:before {
  content: "\e99a";
}

.bxs-area:before {
  content: "\e99b";
}

.bxs-arrow-from-bottom:before {
  content: "\e99c";
}

.bxs-arrow-from-left:before {
  content: "\e99d";
}

.bxs-arrow-from-right:before {
  content: "\e99e";
}

.bxs-arrow-from-top:before {
  content: "\e99f";
}

.bxs-arrow-to-bottom:before {
  content: "\e9a0";
}

.bxs-arrow-to-left:before {
  content: "\e9a1";
}

.bxs-arrow-to-right:before {
  content: "\e9a2";
}

.bxs-arrow-to-top:before {
  content: "\e9a3";
}

.bxs-award:before {
  content: "\e9a4";
}

.bxs-baby-carriage:before {
  content: "\e9a5";
}

.bxs-backpack:before {
  content: "\e9a6";
}

.bxs-badge:before {
  content: "\e9a7";
}

.bxs-badge-check:before {
  content: "\e9a8";
}

.bxs-badge-dollar:before {
  content: "\e9a9";
}

.bxs-ball:before {
  content: "\e9aa";
}

.bxs-band-aid:before {
  content: "\e9ab";
}

.bxs-bank:before {
  content: "\e9ac";
}

.bxs-bar-chart-alt-2:before {
  content: "\e9ad";
}

.bxs-bar-chart-square:before {
  content: "\e9ae";
}

.bxs-barcode:before {
  content: "\e9af";
}

.bxs-baseball:before {
  content: "\e9b0";
}

.bxs-basket:before {
  content: "\e9b1";
}

.bxs-basketball:before {
  content: "\e9b2";
}

.bxs-bath:before {
  content: "\e9b3";
}

.bxs-battery:before {
  content: "\e9b4";
}

.bxs-battery-charging:before {
  content: "\e9b5";
}

.bxs-battery-full:before {
  content: "\e9b6";
}

.bxs-battery-low:before {
  content: "\e9b7";
}

.bxs-bed:before {
  content: "\e9b8";
}

.bxs-been-here:before {
  content: "\e9b9";
}

.bxs-beer:before {
  content: "\e9ba";
}

.bxs-bell:before {
  content: "\e9bb";
}

.bxs-bell-minus:before {
  content: "\e9bc";
}

.bxs-bell-off:before {
  content: "\e9bd";
}

.bxs-bell-plus:before {
  content: "\e9be";
}

.bxs-bell-ring:before {
  content: "\e9bf";
}

.bxs-bible:before {
  content: "\e9c0";
}

.bxs-binoculars:before {
  content: "\e9c1";
}

.bxs-blanket:before {
  content: "\e9c2";
}

.bxs-bolt:before {
  content: "\e9c3";
}

.bxs-bolt-circle:before {
  content: "\e9c4";
}

.bxs-bomb:before {
  content: "\e9c5";
}

.bxs-bone:before {
  content: "\e9c6";
}

.bxs-bong:before {
  content: "\e9c7";
}

.bxs-book:before {
  content: "\e9c8";
}

.bxs-book-add:before {
  content: "\e9c9";
}

.bxs-book-alt:before {
  content: "\e9ca";
}

.bxs-book-bookmark:before {
  content: "\e9cb";
}

.bxs-book-content:before {
  content: "\e9cc";
}

.bxs-book-heart:before {
  content: "\e9cd";
}

.bxs-bookmark:before {
  content: "\e9ce";
}

.bxs-bookmark-alt:before {
  content: "\e9cf";
}

.bxs-bookmark-alt-minus:before {
  content: "\e9d0";
}

.bxs-bookmark-alt-plus:before {
  content: "\e9d1";
}

.bxs-bookmark-heart:before {
  content: "\e9d2";
}

.bxs-bookmark-minus:before {
  content: "\e9d3";
}

.bxs-bookmark-plus:before {
  content: "\e9d4";
}

.bxs-bookmarks:before {
  content: "\e9d5";
}

.bxs-bookmark-star:before {
  content: "\e9d6";
}

.bxs-book-open:before {
  content: "\e9d7";
}

.bxs-book-reader:before {
  content: "\e9d8";
}

.bxs-bot:before {
  content: "\e9d9";
}

.bxs-bowling-ball:before {
  content: "\e9da";
}

.bxs-box:before {
  content: "\e9db";
}

.bxs-brain:before {
  content: "\e9dc";
}

.bxs-briefcase:before {
  content: "\e9dd";
}

.bxs-briefcase-alt:before {
  content: "\e9de";
}

.bxs-briefcase-alt-2:before {
  content: "\e9df";
}

.bxs-brightness:before {
  content: "\e9e0";
}

.bxs-brightness-half:before {
  content: "\e9e1";
}

.bxs-brush:before {
  content: "\e9e2";
}

.bxs-brush-alt:before {
  content: "\e9e3";
}

.bxs-bug:before {
  content: "\e9e4";
}

.bxs-bug-alt:before {
  content: "\e9e5";
}

.bxs-building:before {
  content: "\e9e6";
}

.bxs-building-house:before {
  content: "\e9e7";
}

.bxs-buildings:before {
  content: "\e9e8";
}

.bxs-bulb:before {
  content: "\e9e9";
}

.bxs-bullseye:before {
  content: "\e9ea";
}

.bxs-buoy:before {
  content: "\e9eb";
}

.bxs-bus:before {
  content: "\e9ec";
}

.bxs-business:before {
  content: "\e9ed";
}

.bxs-bus-school:before {
  content: "\e9ee";
}

.bxs-cabinet:before {
  content: "\e9ef";
}

.bxs-cake:before {
  content: "\e9f0";
}

.bxs-calculator:before {
  content: "\e9f1";
}

.bxs-calendar:before {
  content: "\e9f2";
}

.bxs-calendar-alt:before {
  content: "\e9f3";
}

.bxs-calendar-check:before {
  content: "\e9f4";
}

.bxs-calendar-edit:before {
  content: "\e9f5";
}

.bxs-calendar-event:before {
  content: "\e9f6";
}

.bxs-calendar-exclamation:before {
  content: "\e9f7";
}

.bxs-calendar-heart:before {
  content: "\e9f8";
}

.bxs-calendar-minus:before {
  content: "\e9f9";
}

.bxs-calendar-plus:before {
  content: "\e9fa";
}

.bxs-calendar-star:before {
  content: "\e9fb";
}

.bxs-calendar-week:before {
  content: "\e9fc";
}

.bxs-calendar-x:before {
  content: "\e9fd";
}

.bxs-camera:before {
  content: "\e9fe";
}

.bxs-camera-home:before {
  content: "\e9ff";
}

.bxs-camera-movie:before {
  content: "\ea00";
}

.bxs-camera-off:before {
  content: "\ea01";
}

.bxs-camera-plus:before {
  content: "\ea02";
}

.bxs-capsule:before {
  content: "\ea03";
}

.bxs-captions:before {
  content: "\ea04";
}

.bxs-car:before {
  content: "\ea05";
}

.bxs-car-battery:before {
  content: "\ea06";
}

.bxs-car-crash:before {
  content: "\ea07";
}

.bxs-card:before {
  content: "\ea08";
}

.bxs-caret-down-circle:before {
  content: "\ea09";
}

.bxs-caret-down-square:before {
  content: "\ea0a";
}

.bxs-caret-left-circle:before {
  content: "\ea0b";
}

.bxs-caret-left-square:before {
  content: "\ea0c";
}

.bxs-caret-right-circle:before {
  content: "\ea0d";
}

.bxs-caret-right-square:before {
  content: "\ea0e";
}

.bxs-caret-up-circle:before {
  content: "\ea0f";
}

.bxs-caret-up-square:before {
  content: "\ea10";
}

.bxs-car-garage:before {
  content: "\ea11";
}

.bxs-car-mechanic:before {
  content: "\ea12";
}

.bxs-carousel:before {
  content: "\ea13";
}

.bxs-cart:before {
  content: "\ea14";
}

.bxs-cart-add:before {
  content: "\ea15";
}

.bxs-cart-alt:before {
  content: "\ea16";
}

.bxs-cart-download:before {
  content: "\ea17";
}

.bxs-car-wash:before {
  content: "\ea18";
}

.bxs-category:before {
  content: "\ea19";
}

.bxs-category-alt:before {
  content: "\ea1a";
}

.bxs-cctv:before {
  content: "\ea1b";
}

.bxs-certification:before {
  content: "\ea1c";
}

.bxs-chalkboard:before {
  content: "\ea1d";
}

.bxs-chart:before {
  content: "\ea1e";
}

.bxs-chat:before {
  content: "\ea1f";
}

.bxs-checkbox:before {
  content: "\ea20";
}

.bxs-checkbox-checked:before {
  content: "\ea21";
}

.bxs-checkbox-minus:before {
  content: "\ea22";
}

.bxs-check-circle:before {
  content: "\ea23";
}

.bxs-check-shield:before {
  content: "\ea24";
}

.bxs-check-square:before {
  content: "\ea25";
}

.bxs-chess:before {
  content: "\ea26";
}

.bxs-chevron-down:before {
  content: "\ea27";
}

.bxs-chevron-down-circle:before {
  content: "\ea28";
}

.bxs-chevron-down-square:before {
  content: "\ea29";
}

.bxs-chevron-left:before {
  content: "\ea2a";
}

.bxs-chevron-left-circle:before {
  content: "\ea2b";
}

.bxs-chevron-left-square:before {
  content: "\ea2c";
}

.bxs-chevron-right:before {
  content: "\ea2d";
}

.bxs-chevron-right-circle:before {
  content: "\ea2e";
}

.bxs-chevron-right-square:before {
  content: "\ea2f";
}

.bxs-chevrons-down:before {
  content: "\ea30";
}

.bxs-chevrons-left:before {
  content: "\ea31";
}

.bxs-chevrons-right:before {
  content: "\ea32";
}

.bxs-chevrons-up:before {
  content: "\ea33";
}

.bxs-chevron-up:before {
  content: "\ea34";
}

.bxs-chevron-up-circle:before {
  content: "\ea35";
}

.bxs-chevron-up-square:before {
  content: "\ea36";
}

.bxs-chip:before {
  content: "\ea37";
}

.bxs-church:before {
  content: "\ea38";
}

.bxs-circle:before {
  content: "\ea39";
}

.bxs-city:before {
  content: "\ea3a";
}

.bxs-clinic:before {
  content: "\ea3b";
}

.bxs-cloud:before {
  content: "\ea3c";
}

.bxs-cloud-download:before {
  content: "\ea3d";
}

.bxs-cloud-lightning:before {
  content: "\ea3e";
}

.bxs-cloud-rain:before {
  content: "\ea3f";
}

.bxs-cloud-upload:before {
  content: "\ea40";
}

.bxs-coffee:before {
  content: "\ea41";
}

.bxs-coffee-alt:before {
  content: "\ea42";
}

.bxs-coffee-togo:before {
  content: "\ea43";
}

.bxs-cog:before {
  content: "\ea44";
}

.bxs-coin:before {
  content: "\ea45";
}

.bxs-coin-stack:before {
  content: "\ea46";
}

.bxs-collection:before {
  content: "\ea47";
}

.bxs-color-fill:before {
  content: "\ea48";
}

.bxs-comment:before {
  content: "\ea49";
}

.bxs-comment-add:before {
  content: "\ea4a";
}

.bxs-comment-check:before {
  content: "\ea4b";
}

.bxs-comment-detail:before {
  content: "\ea4c";
}

.bxs-comment-dots:before {
  content: "\ea4d";
}

.bxs-comment-edit:before {
  content: "\ea4e";
}

.bxs-comment-error:before {
  content: "\ea4f";
}

.bxs-comment-minus:before {
  content: "\ea50";
}

.bxs-comment-x:before {
  content: "\ea51";
}

.bxs-compass:before {
  content: "\ea52";
}

.bxs-component:before {
  content: "\ea53";
}

.bxs-confused:before {
  content: "\ea54";
}

.bxs-contact:before {
  content: "\ea55";
}

.bxs-conversation:before {
  content: "\ea56";
}

.bxs-cookie:before {
  content: "\ea57";
}

.bxs-cool:before {
  content: "\ea58";
}

.bxs-copy:before {
  content: "\ea59";
}

.bxs-copy-alt:before {
  content: "\ea5a";
}

.bxs-copyright:before {
  content: "\ea5b";
}

.bxs-coupon:before {
  content: "\ea5c";
}

.bxs-credit-card:before {
  content: "\ea5d";
}

.bxs-credit-card-alt:before {
  content: "\ea5e";
}

.bxs-credit-card-front:before {
  content: "\ea5f";
}

.bxs-crop:before {
  content: "\ea60";
}

.bxs-crown:before {
  content: "\ea61";
}

.bxs-cube:before {
  content: "\ea62";
}

.bxs-cube-alt:before {
  content: "\ea63";
}

.bxs-cuboid:before {
  content: "\ea64";
}

.bxs-customize:before {
  content: "\ea65";
}

.bxs-cylinder:before {
  content: "\ea66";
}

.bxs-dashboard:before {
  content: "\ea67";
}

.bxs-data:before {
  content: "\ea68";
}

.bxs-detail:before {
  content: "\ea69";
}

.bxs-devices:before {
  content: "\ea6a";
}

.bxs-diamond:before {
  content: "\ea6b";
}

.bxs-dice-1:before {
  content: "\ea6c";
}

.bxs-dice-2:before {
  content: "\ea6d";
}

.bxs-dice-3:before {
  content: "\ea6e";
}

.bxs-dice-4:before {
  content: "\ea6f";
}

.bxs-dice-5:before {
  content: "\ea70";
}

.bxs-dice-6:before {
  content: "\ea71";
}

.bxs-direction-left:before {
  content: "\ea72";
}

.bxs-direction-right:before {
  content: "\ea73";
}

.bxs-directions:before {
  content: "\ea74";
}

.bxs-disc:before {
  content: "\ea75";
}

.bxs-discount:before {
  content: "\ea76";
}

.bxs-dish:before {
  content: "\ea77";
}

.bxs-dislike:before {
  content: "\ea78";
}

.bxs-dizzy:before {
  content: "\ea79";
}

.bxs-dock-bottom:before {
  content: "\ea7a";
}

.bxs-dock-left:before {
  content: "\ea7b";
}

.bxs-dock-right:before {
  content: "\ea7c";
}

.bxs-dock-top:before {
  content: "\ea7d";
}

.bxs-dollar-circle:before {
  content: "\ea7e";
}

.bxs-donate-blood:before {
  content: "\ea7f";
}

.bxs-donate-heart:before {
  content: "\ea80";
}

.bxs-door-open:before {
  content: "\ea81";
}

.bxs-doughnut-chart:before {
  content: "\ea82";
}

.bxs-down-arrow:before {
  content: "\ea83";
}

.bxs-down-arrow-alt:before {
  content: "\ea84";
}

.bxs-down-arrow-circle:before {
  content: "\ea85";
}

.bxs-down-arrow-square:before {
  content: "\ea86";
}

.bxs-download:before {
  content: "\ea87";
}

.bxs-downvote:before {
  content: "\ea88";
}

.bxs-drink:before {
  content: "\ea89";
}

.bxs-droplet:before {
  content: "\ea8a";
}

.bxs-droplet-half:before {
  content: "\ea8b";
}

.bxs-dryer:before {
  content: "\ea8c";
}

.bxs-duplicate:before {
  content: "\ea8d";
}

.bxs-edit:before {
  content: "\ea8e";
}

.bxs-edit-alt:before {
  content: "\ea8f";
}

.bxs-edit-location:before {
  content: "\ea90";
}

.bxs-eject:before {
  content: "\ea91";
}

.bxs-envelope:before {
  content: "\ea92";
}

.bxs-envelope-open:before {
  content: "\ea93";
}

.bxs-eraser:before {
  content: "\ea94";
}

.bxs-error:before {
  content: "\ea95";
}

.bxs-error-alt:before {
  content: "\ea96";
}

.bxs-error-circle:before {
  content: "\ea97";
}

.bxs-ev-station:before {
  content: "\ea98";
}

.bxs-exit:before {
  content: "\ea99";
}

.bxs-extension:before {
  content: "\ea9a";
}

.bxs-eyedropper:before {
  content: "\ea9b";
}

.bxs-face:before {
  content: "\ea9c";
}

.bxs-face-mask:before {
  content: "\ea9d";
}

.bxs-factory:before {
  content: "\ea9e";
}

.bxs-fast-forward-circle:before {
  content: "\ea9f";
}

.bxs-file:before {
  content: "\eaa0";
}

.bxs-file-archive:before {
  content: "\eaa1";
}

.bxs-file-blank:before {
  content: "\eaa2";
}

.bxs-file-css:before {
  content: "\eaa3";
}

.bxs-file-doc:before {
  content: "\eaa4";
}

.bxs-file-export:before {
  content: "\eaa5";
}

.bxs-file-find:before {
  content: "\eaa6";
}

.bxs-file-gif:before {
  content: "\eaa7";
}

.bxs-file-html:before {
  content: "\eaa8";
}

.bxs-file-image:before {
  content: "\eaa9";
}

.bxs-file-import:before {
  content: "\eaaa";
}

.bxs-file-jpg:before {
  content: "\eaab";
}

.bxs-file-js:before {
  content: "\eaac";
}

.bxs-file-json:before {
  content: "\eaad";
}

.bxs-file-md:before {
  content: "\eaae";
}

.bxs-file-pdf:before {
  content: "\eaaf";
}

.bxs-file-plus:before {
  content: "\eab0";
}

.bxs-file-png:before {
  content: "\eab1";
}

.bxs-file-txt:before {
  content: "\eab2";
}

.bxs-film:before {
  content: "\eab3";
}

.bxs-filter-alt:before {
  content: "\eab4";
}

.bxs-first-aid:before {
  content: "\eab5";
}

.bxs-flag:before {
  content: "\eab6";
}

.bxs-flag-alt:before {
  content: "\eab7";
}

.bxs-flag-checkered:before {
  content: "\eab8";
}

.bxs-flame:before {
  content: "\eab9";
}

.bxs-flask:before {
  content: "\eaba";
}

.bxs-florist:before {
  content: "\eabb";
}

.bxs-folder:before {
  content: "\eabc";
}

.bxs-folder-minus:before {
  content: "\eabd";
}

.bxs-folder-open:before {
  content: "\eabe";
}

.bxs-folder-plus:before {
  content: "\eabf";
}

.bxs-food-menu:before {
  content: "\eac0";
}

.bxs-fridge:before {
  content: "\eac1";
}

.bxs-game:before {
  content: "\eac2";
}

.bxs-gas-pump:before {
  content: "\eac3";
}

.bxs-ghost:before {
  content: "\eac4";
}

.bxs-gift:before {
  content: "\eac5";
}

.bxs-graduation:before {
  content: "\eac6";
}

.bxs-grid:before {
  content: "\eac7";
}

.bxs-grid-alt:before {
  content: "\eac8";
}

.bxs-group:before {
  content: "\eac9";
}

.bxs-guitar-amp:before {
  content: "\eaca";
}

.bxs-hand:before {
  content: "\eacb";
}

.bxs-hand-down:before {
  content: "\eacc";
}

.bxs-hand-left:before {
  content: "\eacd";
}

.bxs-hand-right:before {
  content: "\eace";
}

.bxs-hand-up:before {
  content: "\eacf";
}

.bxs-happy:before {
  content: "\ead0";
}

.bxs-happy-alt:before {
  content: "\ead1";
}

.bxs-happy-beaming:before {
  content: "\ead2";
}

.bxs-happy-heart-eyes:before {
  content: "\ead3";
}

.bxs-hdd:before {
  content: "\ead4";
}

.bxs-heart:before {
  content: "\ead5";
}

.bxs-heart-circle:before {
  content: "\ead6";
}

.bxs-heart-square:before {
  content: "\ead7";
}

.bxs-help-circle:before {
  content: "\ead8";
}

.bxs-hide:before {
  content: "\ead9";
}

.bxs-home:before {
  content: "\eada";
}

.bxs-home-circle:before {
  content: "\eadb";
}

.bxs-home-heart:before {
  content: "\eadc";
}

.bxs-home-smile:before {
  content: "\eadd";
}

.bxs-hot:before {
  content: "\eade";
}

.bxs-hotel:before {
  content: "\eadf";
}

.bxs-hourglass:before {
  content: "\eae0";
}

.bxs-hourglass-bottom:before {
  content: "\eae1";
}

.bxs-hourglass-top:before {
  content: "\eae2";
}

.bxs-id-card:before {
  content: "\eae3";
}

.bxs-image:before {
  content: "\eae4";
}

.bxs-image-add:before {
  content: "\eae5";
}

.bxs-image-alt:before {
  content: "\eae6";
}

.bxs-inbox:before {
  content: "\eae7";
}

.bxs-info-circle:before {
  content: "\eae8";
}

.bxs-info-square:before {
  content: "\eae9";
}

.bxs-institution:before {
  content: "\eaea";
}

.bxs-joystick:before {
  content: "\eaeb";
}

.bxs-joystick-alt:before {
  content: "\eaec";
}

.bxs-joystick-button:before {
  content: "\eaed";
}

.bxs-key:before {
  content: "\eaee";
}

.bxs-keyboard:before {
  content: "\eaef";
}

.bxs-label:before {
  content: "\eaf0";
}

.bxs-landmark:before {
  content: "\eaf1";
}

.bxs-landscape:before {
  content: "\eaf2";
}

.bxs-laugh:before {
  content: "\eaf3";
}

.bxs-layer:before {
  content: "\eaf4";
}

.bxs-layer-minus:before {
  content: "\eaf5";
}

.bxs-layer-plus:before {
  content: "\eaf6";
}

.bxs-layout:before {
  content: "\eaf7";
}

.bxs-left-arrow:before {
  content: "\eaf8";
}

.bxs-left-arrow-alt:before {
  content: "\eaf9";
}

.bxs-left-arrow-circle:before {
  content: "\eafa";
}

.bxs-left-arrow-square:before {
  content: "\eafb";
}

.bxs-left-down-arrow-circle:before {
  content: "\eafc";
}

.bxs-left-top-arrow-circle:before {
  content: "\eafd";
}

.bxs-like:before {
  content: "\eafe";
}

.bxs-location-plus:before {
  content: "\eaff";
}

.bxs-lock:before {
  content: "\eb00";
}

.bxs-lock-alt:before {
  content: "\eb01";
}

.bxs-lock-open:before {
  content: "\eb02";
}

.bxs-lock-open-alt:before {
  content: "\eb03";
}

.bxs-log-in:before {
  content: "\eb04";
}

.bxs-log-in-circle:before {
  content: "\eb05";
}

.bxs-log-out:before {
  content: "\eb06";
}

.bxs-log-out-circle:before {
  content: "\eb07";
}

.bxs-low-vision:before {
  content: "\eb08";
}

.bxs-magic-wand:before {
  content: "\eb09";
}

.bxs-magnet:before {
  content: "\eb0a";
}

.bxs-map:before {
  content: "\eb0b";
}

.bxs-map-alt:before {
  content: "\eb0c";
}

.bxs-map-pin:before {
  content: "\eb0d";
}

.bxs-mask:before {
  content: "\eb0e";
}

.bxs-medal:before {
  content: "\eb0f";
}

.bxs-megaphone:before {
  content: "\eb10";
}

.bxs-meh:before {
  content: "\eb11";
}

.bxs-meh-alt:before {
  content: "\eb12";
}

.bxs-meh-blank:before {
  content: "\eb13";
}

.bxs-memory-card:before {
  content: "\eb14";
}

.bxs-message:before {
  content: "\eb15";
}

.bxs-message-add:before {
  content: "\eb16";
}

.bxs-message-alt:before {
  content: "\eb17";
}

.bxs-message-alt-add:before {
  content: "\eb18";
}

.bxs-message-alt-check:before {
  content: "\eb19";
}

.bxs-message-alt-detail:before {
  content: "\eb1a";
}

.bxs-message-alt-dots:before {
  content: "\eb1b";
}

.bxs-message-alt-edit:before {
  content: "\eb1c";
}

.bxs-message-alt-error:before {
  content: "\eb1d";
}

.bxs-message-alt-minus:before {
  content: "\eb1e";
}

.bxs-message-alt-x:before {
  content: "\eb1f";
}

.bxs-message-check:before {
  content: "\eb20";
}

.bxs-message-detail:before {
  content: "\eb21";
}

.bxs-message-dots:before {
  content: "\eb22";
}

.bxs-message-edit:before {
  content: "\eb23";
}

.bxs-message-error:before {
  content: "\eb24";
}

.bxs-message-minus:before {
  content: "\eb25";
}

.bxs-message-rounded:before {
  content: "\eb26";
}

.bxs-message-rounded-add:before {
  content: "\eb27";
}

.bxs-message-rounded-check:before {
  content: "\eb28";
}

.bxs-message-rounded-detail:before {
  content: "\eb29";
}

.bxs-message-rounded-dots:before {
  content: "\eb2a";
}

.bxs-message-rounded-edit:before {
  content: "\eb2b";
}

.bxs-message-rounded-error:before {
  content: "\eb2c";
}

.bxs-message-rounded-minus:before {
  content: "\eb2d";
}

.bxs-message-rounded-x:before {
  content: "\eb2e";
}

.bxs-message-square:before {
  content: "\eb2f";
}

.bxs-message-square-add:before {
  content: "\eb30";
}

.bxs-message-square-check:before {
  content: "\eb31";
}

.bxs-message-square-detail:before {
  content: "\eb32";
}

.bxs-message-square-dots:before {
  content: "\eb33";
}

.bxs-message-square-edit:before {
  content: "\eb34";
}

.bxs-message-square-error:before {
  content: "\eb35";
}

.bxs-message-square-minus:before {
  content: "\eb36";
}

.bxs-message-square-x:before {
  content: "\eb37";
}

.bxs-message-x:before {
  content: "\eb38";
}

.bxs-meteor:before {
  content: "\eb39";
}

.bxs-microchip:before {
  content: "\eb3a";
}

.bxs-microphone:before {
  content: "\eb3b";
}

.bxs-microphone-alt:before {
  content: "\eb3c";
}

.bxs-microphone-off:before {
  content: "\eb3d";
}

.bxs-minus-circle:before {
  content: "\eb3e";
}

.bxs-minus-square:before {
  content: "\eb3f";
}

.bxs-mobile:before {
  content: "\eb40";
}

.bxs-mobile-vibration:before {
  content: "\eb41";
}

.bxs-moon:before {
  content: "\eb42";
}

.bxs-mouse:before {
  content: "\eb43";
}

.bxs-mouse-alt:before {
  content: "\eb44";
}

.bxs-movie:before {
  content: "\eb45";
}

.bxs-movie-play:before {
  content: "\eb46";
}

.bxs-music:before {
  content: "\eb47";
}

.bxs-navigation:before {
  content: "\eb48";
}

.bxs-network-chart:before {
  content: "\eb49";
}

.bxs-news:before {
  content: "\eb4a";
}

.bxs-no-entry:before {
  content: "\eb4b";
}

.bxs-note:before {
  content: "\eb4c";
}

.bxs-notepad:before {
  content: "\eb4d";
}

.bxs-notification:before {
  content: "\eb4e";
}

.bxs-notification-off:before {
  content: "\eb4f";
}

.bxs-offer:before {
  content: "\eb50";
}

.bxs-package:before {
  content: "\eb51";
}

.bxs-paint:before {
  content: "\eb52";
}

.bxs-paint-roll:before {
  content: "\eb53";
}

.bxs-palette:before {
  content: "\eb54";
}

.bxs-paper-plane:before {
  content: "\eb55";
}

.bxs-parking:before {
  content: "\eb56";
}

.bxs-paste:before {
  content: "\eb57";
}

.bxs-pen:before {
  content: "\eb58";
}

.bxs-pencil:before {
  content: "\eb59";
}

.bxs-phone:before {
  content: "\eb5a";
}

.bxs-phone-call:before {
  content: "\eb5b";
}

.bxs-phone-incoming:before {
  content: "\eb5c";
}

.bxs-phone-off:before {
  content: "\eb5d";
}

.bxs-phone-outgoing:before {
  content: "\eb5e";
}

.bxs-photo-album:before {
  content: "\eb5f";
}

.bxs-piano:before {
  content: "\eb60";
}

.bxs-pie-chart:before {
  content: "\eb61";
}

.bxs-pie-chart-alt:before {
  content: "\eb62";
}

.bxs-pie-chart-alt-2:before {
  content: "\eb63";
}

.bxs-pin:before {
  content: "\eb64";
}

.bxs-pizza:before {
  content: "\eb65";
}

.bxs-plane:before {
  content: "\eb66";
}

.bxs-plane-alt:before {
  content: "\eb67";
}

.bxs-plane-land:before {
  content: "\eb68";
}

.bxs-planet:before {
  content: "\eb69";
}

.bxs-plane-take-off:before {
  content: "\eb6a";
}

.bxs-playlist:before {
  content: "\eb6b";
}

.bxs-plug:before {
  content: "\eb6c";
}

.bxs-plus-circle:before {
  content: "\eb6d";
}

.bxs-plus-square:before {
  content: "\eb6e";
}

.bxs-pointer:before {
  content: "\eb6f";
}

.bxs-polygon:before {
  content: "\eb70";
}

.bxs-printer:before {
  content: "\eb71";
}

.bxs-purchase-tag:before {
  content: "\eb72";
}

.bxs-purchase-tag-alt:before {
  content: "\eb73";
}

.bxs-pyramid:before {
  content: "\eb74";
}

.bxs-quote-alt-left:before {
  content: "\eb75";
}

.bxs-quote-alt-right:before {
  content: "\eb76";
}

.bxs-quote-left:before {
  content: "\eb77";
}

.bxs-quote-right:before {
  content: "\eb78";
}

.bxs-quote-single-left:before {
  content: "\eb79";
}

.bxs-quote-single-right:before {
  content: "\eb7a";
}

.bxs-radiation:before {
  content: "\eb7b";
}

.bxs-radio:before {
  content: "\eb7c";
}

.bxs-receipt:before {
  content: "\eb7d";
}

.bxs-rectangle:before {
  content: "\eb7e";
}

.bxs-registered:before {
  content: "\eb7f";
}

.bxs-rename:before {
  content: "\eb80";
}

.bxs-report:before {
  content: "\eb81";
}

.bxs-rewind-circle:before {
  content: "\eb82";
}

.bxs-right-arrow:before {
  content: "\eb83";
}

.bxs-right-arrow-alt:before {
  content: "\eb84";
}

.bxs-right-arrow-circle:before {
  content: "\eb85";
}

.bxs-right-arrow-square:before {
  content: "\eb86";
}

.bxs-right-down-arrow-circle:before {
  content: "\eb87";
}

.bxs-right-top-arrow-circle:before {
  content: "\eb88";
}

.bxs-rocket:before {
  content: "\eb89";
}

.bxs-ruler:before {
  content: "\eb8a";
}

.bxs-sad:before {
  content: "\eb8b";
}

.bxs-save:before {
  content: "\eb8c";
}

.bxs-school:before {
  content: "\eb8d";
}

.bxs-search:before {
  content: "\eb8e";
}

.bxs-search-alt-2:before {
  content: "\eb8f";
}

.bxs-select-multiple:before {
  content: "\eb90";
}

.bxs-send:before {
  content: "\eb91";
}

.bxs-server:before {
  content: "\eb92";
}

.bxs-shapes:before {
  content: "\eb93";
}

.bxs-share:before {
  content: "\eb94";
}

.bxs-share-alt:before {
  content: "\eb95";
}

.bxs-shield:before {
  content: "\eb96";
}

.bxs-shield-alt-2:before {
  content: "\eb97";
}

.bxs-shield-x:before {
  content: "\eb98";
}

.bxs-ship:before {
  content: "\eb99";
}

.bxs-shocked:before {
  content: "\eb9a";
}

.bxs-shopping-bag:before {
  content: "\eb9b";
}

.bxs-shopping-bag-alt:before {
  content: "\eb9c";
}

.bxs-shopping-bags:before {
  content: "\eb9d";
}

.bxs-show:before {
  content: "\eb9e";
}

.bxs-skip-next-circle:before {
  content: "\eb9f";
}

.bxs-skip-previous-circle:before {
  content: "\eba0";
}

.bxs-skull:before {
  content: "\eba1";
}

.bxs-sleepy:before {
  content: "\eba2";
}

.bxs-slideshow:before {
  content: "\eba3";
}

.bxs-smile:before {
  content: "\eba4";
}

.bxs-sort-alt:before {
  content: "\eba5";
}

.bxs-spa:before {
  content: "\eba6";
}

.bxs-speaker:before {
  content: "\eba7";
}

.bxs-spray-can:before {
  content: "\eba8";
}

.bxs-spreadsheet:before {
  content: "\eba9";
}

.bxs-square:before {
  content: "\ebaa";
}

.bxs-square-rounded:before {
  content: "\ebab";
}

.bxs-star:before {
  content: "\ebac";
}

.bxs-star-half:before {
  content: "\ebad";
}

.bxs-sticker:before {
  content: "\ebae";
}

.bxs-stopwatch:before {
  content: "\ebaf";
}

.bxs-store:before {
  content: "\ebb0";
}

.bxs-store-alt:before {
  content: "\ebb1";
}

.bxs-sun:before {
  content: "\ebb2";
}

.bxs-tachometer:before {
  content: "\ebb3";
}

.bxs-tag:before {
  content: "\ebb4";
}

.bxs-tag-alt:before {
  content: "\ebb5";
}

.bxs-tag-x:before {
  content: "\ebb6";
}

.bxs-taxi:before {
  content: "\ebb7";
}

.bxs-tennis-ball:before {
  content: "\ebb8";
}

.bxs-terminal:before {
  content: "\ebb9";
}

.bxs-thermometer:before {
  content: "\ebba";
}

.bxs-time:before {
  content: "\ebbb";
}

.bxs-time-five:before {
  content: "\ebbc";
}

.bxs-timer:before {
  content: "\ebbd";
}

.bxs-tired:before {
  content: "\ebbe";
}

.bxs-toggle-left:before {
  content: "\ebbf";
}

.bxs-toggle-right:before {
  content: "\ebc0";
}

.bxs-tone:before {
  content: "\ebc1";
}

.bxs-torch:before {
  content: "\ebc2";
}

.bxs-to-top:before {
  content: "\ebc3";
}

.bxs-traffic:before {
  content: "\ebc4";
}

.bxs-traffic-barrier:before {
  content: "\ebc5";
}

.bxs-traffic-cone:before {
  content: "\ebc6";
}

.bxs-train:before {
  content: "\ebc7";
}

.bxs-trash:before {
  content: "\ebc8";
}

.bxs-trash-alt:before {
  content: "\ebc9";
}

.bxs-tree:before {
  content: "\ebca";
}

.bxs-trophy:before {
  content: "\ebcb";
}

.bxs-truck:before {
  content: "\ebcc";
}

.bxs-t-shirt:before {
  content: "\ebcd";
}

.bxs-tv:before {
  content: "\ebce";
}

.bxs-up-arrow:before {
  content: "\ebcf";
}

.bxs-up-arrow-alt:before {
  content: "\ebd0";
}

.bxs-up-arrow-circle:before {
  content: "\ebd1";
}

.bxs-up-arrow-square:before {
  content: "\ebd2";
}

.bxs-upside-down:before {
  content: "\ebd3";
}

.bxs-upvote:before {
  content: "\ebd4";
}

.bxs-user:before {
  content: "\ebd5";
}

.bxs-user-account:before {
  content: "\ebd6";
}

.bxs-user-badge:before {
  content: "\ebd7";
}

.bxs-user-check:before {
  content: "\ebd8";
}

.bxs-user-circle:before {
  content: "\ebd9";
}

.bxs-user-detail:before {
  content: "\ebda";
}

.bxs-user-minus:before {
  content: "\ebdb";
}

.bxs-user-pin:before {
  content: "\ebdc";
}

.bxs-user-plus:before {
  content: "\ebdd";
}

.bxs-user-rectangle:before {
  content: "\ebde";
}

.bxs-user-voice:before {
  content: "\ebdf";
}

.bxs-user-x:before {
  content: "\ebe0";
}

.bxs-vector:before {
  content: "\ebe1";
}

.bxs-vial:before {
  content: "\ebe2";
}

.bxs-video:before {
  content: "\ebe3";
}

.bxs-video-off:before {
  content: "\ebe4";
}

.bxs-video-plus:before {
  content: "\ebe5";
}

.bxs-video-recording:before {
  content: "\ebe6";
}

.bxs-videos:before {
  content: "\ebe7";
}

.bxs-virus:before {
  content: "\ebe8";
}

.bxs-virus-block:before {
  content: "\ebe9";
}

.bxs-volume:before {
  content: "\ebea";
}

.bxs-volume-full:before {
  content: "\ebeb";
}

.bxs-volume-low:before {
  content: "\ebec";
}

.bxs-volume-mute:before {
  content: "\ebed";
}

.bxs-wallet:before {
  content: "\ebee";
}

.bxs-wallet-alt:before {
  content: "\ebef";
}

.bxs-washer:before {
  content: "\ebf0";
}

.bxs-watch:before {
  content: "\ebf1";
}

.bxs-watch-alt:before {
  content: "\ebf2";
}

.bxs-webcam:before {
  content: "\ebf3";
}

.bxs-widget:before {
  content: "\ebf4";
}

.bxs-window-alt:before {
  content: "\ebf5";
}

.bxs-wine:before {
  content: "\ebf6";
}

.bxs-wink-smile:before {
  content: "\ebf7";
}

.bxs-wink-tongue:before {
  content: "\ebf8";
}

.bxs-wrench:before {
  content: "\ebf9";
}

.bxs-x-circle:before {
  content: "\ebfa";
}

.bxs-x-square:before {
  content: "\ebfb";
}

.bxs-yin-yang:before {
  content: "\ebfc";
}

.bxs-zap:before {
  content: "\ebfd";
}

.bxs-zoom-in:before {
  content: "\ebfe";
}

.bxs-zoom-out:before {
  content: "\ebff";
}

.bx-abacus:before {
  content: "\ec00";
}

.bx-accessibility:before {
  content: "\ec01";
}

.bx-add-to-queue:before {
  content: "\ec02";
}

.bx-adjust:before {
  content: "\ec03";
}

.bx-alarm:before {
  content: "\ec04";
}

.bx-alarm-add:before {
  content: "\ec05";
}

.bx-alarm-exclamation:before {
  content: "\ec06";
}

.bx-alarm-off:before {
  content: "\ec07";
}

.bx-alarm-snooze:before {
  content: "\ec08";
}

.bx-album:before {
  content: "\ec09";
}

.bx-align-justify:before {
  content: "\ec0a";
}

.bx-align-left:before {
  content: "\ec0b";
}

.bx-align-middle:before {
  content: "\ec0c";
}

.bx-align-right:before {
  content: "\ec0d";
}

.bx-analyse:before {
  content: "\ec0e";
}

.bx-anchor:before {
  content: "\ec0f";
}

.bx-angry:before {
  content: "\ec10";
}

.bx-aperture:before {
  content: "\ec11";
}

.bx-arch:before {
  content: "\ec12";
}

.bx-archive:before {
  content: "\ec13";
}

.bx-archive-in:before {
  content: "\ec14";
}

.bx-archive-out:before {
  content: "\ec15";
}

.bx-area:before {
  content: "\ec16";
}

.bx-arrow-back:before {
  content: "\ec17";
}

.bx-arrow-from-bottom:before {
  content: "\ec18";
}

.bx-arrow-from-left:before {
  content: "\ec19";
}

.bx-arrow-from-right:before {
  content: "\ec1a";
}

.bx-arrow-from-top:before {
  content: "\ec1b";
}

.bx-arrow-to-bottom:before {
  content: "\ec1c";
}

.bx-arrow-to-left:before {
  content: "\ec1d";
}

.bx-arrow-to-right:before {
  content: "\ec1e";
}

.bx-arrow-to-top:before {
  content: "\ec1f";
}

.bx-at:before {
  content: "\ec20";
}

.bx-atom:before {
  content: "\ec21";
}

.bx-award:before {
  content: "\ec22";
}

.bx-badge:before {
  content: "\ec23";
}

.bx-badge-check:before {
  content: "\ec24";
}

.bx-ball:before {
  content: "\ec25";
}

.bx-band-aid:before {
  content: "\ec26";
}

.bx-bar-chart:before {
  content: "\ec27";
}

.bx-bar-chart-alt:before {
  content: "\ec28";
}

.bx-bar-chart-alt-2:before {
  content: "\ec29";
}

.bx-bar-chart-square:before {
  content: "\ec2a";
}

.bx-barcode:before {
  content: "\ec2b";
}

.bx-barcode-reader:before {
  content: "\ec2c";
}

.bx-baseball:before {
  content: "\ec2d";
}

.bx-basket:before {
  content: "\ec2e";
}

.bx-basketball:before {
  content: "\ec2f";
}

.bx-bath:before {
  content: "\ec30";
}

.bx-battery:before {
  content: "\ec31";
}

.bx-bed:before {
  content: "\ec32";
}

.bx-been-here:before {
  content: "\ec33";
}

.bx-beer:before {
  content: "\ec34";
}

.bx-bell:before {
  content: "\ec35";
}

.bx-bell-minus:before {
  content: "\ec36";
}

.bx-bell-off:before {
  content: "\ec37";
}

.bx-bell-plus:before {
  content: "\ec38";
}

.bx-bible:before {
  content: "\ec39";
}

.bx-bitcoin:before {
  content: "\ec3a";
}

.bx-blanket:before {
  content: "\ec3b";
}

.bx-block:before {
  content: "\ec3c";
}

.bx-bluetooth:before {
  content: "\ec3d";
}

.bx-body:before {
  content: "\ec3e";
}

.bx-bold:before {
  content: "\ec3f";
}

.bx-bolt-circle:before {
  content: "\ec40";
}

.bx-bomb:before {
  content: "\ec41";
}

.bx-bone:before {
  content: "\ec42";
}

.bx-bong:before {
  content: "\ec43";
}

.bx-book:before {
  content: "\ec44";
}

.bx-book-add:before {
  content: "\ec45";
}

.bx-book-alt:before {
  content: "\ec46";
}

.bx-book-bookmark:before {
  content: "\ec47";
}

.bx-book-content:before {
  content: "\ec48";
}

.bx-book-heart:before {
  content: "\ec49";
}

.bx-bookmark:before {
  content: "\ec4a";
}

.bx-bookmark-alt:before {
  content: "\ec4b";
}

.bx-bookmark-alt-minus:before {
  content: "\ec4c";
}

.bx-bookmark-alt-plus:before {
  content: "\ec4d";
}

.bx-bookmark-heart:before {
  content: "\ec4e";
}

.bx-bookmark-minus:before {
  content: "\ec4f";
}

.bx-bookmark-plus:before {
  content: "\ec50";
}

.bx-bookmarks:before {
  content: "\ec51";
}

.bx-book-open:before {
  content: "\ec52";
}

.bx-book-reader:before {
  content: "\ec53";
}

.bx-border-all:before {
  content: "\ec54";
}

.bx-border-bottom:before {
  content: "\ec55";
}

.bx-border-inner:before {
  content: "\ec56";
}

.bx-border-left:before {
  content: "\ec57";
}

.bx-border-none:before {
  content: "\ec58";
}

.bx-border-outer:before {
  content: "\ec59";
}

.bx-border-radius:before {
  content: "\ec5a";
}

.bx-border-right:before {
  content: "\ec5b";
}

.bx-border-top:before {
  content: "\ec5c";
}

.bx-bot:before {
  content: "\ec5d";
}

.bx-bowling-ball:before {
  content: "\ec5e";
}

.bx-box:before {
  content: "\ec5f";
}

.bx-bracket:before {
  content: "\ec60";
}

.bx-braille:before {
  content: "\ec61";
}

.bx-brain:before {
  content: "\ec62";
}

.bx-briefcase:before {
  content: "\ec63";
}

.bx-briefcase-alt:before {
  content: "\ec64";
}

.bx-briefcase-alt-2:before {
  content: "\ec65";
}

.bx-brightness:before {
  content: "\ec66";
}

.bx-brightness-half:before {
  content: "\ec67";
}

.bx-broadcast:before {
  content: "\ec68";
}

.bx-brush:before {
  content: "\ec69";
}

.bx-brush-alt:before {
  content: "\ec6a";
}

.bx-bug:before {
  content: "\ec6b";
}

.bx-bug-alt:before {
  content: "\ec6c";
}

.bx-building:before {
  content: "\ec6d";
}

.bx-building-house:before {
  content: "\ec6e";
}

.bx-buildings:before {
  content: "\ec6f";
}

.bx-bulb:before {
  content: "\ec70";
}

.bx-bullseye:before {
  content: "\ec71";
}

.bx-buoy:before {
  content: "\ec72";
}

.bx-bus:before {
  content: "\ec73";
}

.bx-bus-school:before {
  content: "\ec74";
}

.bx-cabinet:before {
  content: "\ec75";
}

.bx-cake:before {
  content: "\ec76";
}

.bx-calculator:before {
  content: "\ec77";
}

.bx-calendar:before {
  content: "\ec78";
}

.bx-calendar-alt:before {
  content: "\ec79";
}

.bx-calendar-check:before {
  content: "\ec7a";
}

.bx-calendar-edit:before {
  content: "\ec7b";
}

.bx-calendar-event:before {
  content: "\ec7c";
}

.bx-calendar-exclamation:before {
  content: "\ec7d";
}

.bx-calendar-heart:before {
  content: "\ec7e";
}

.bx-calendar-minus:before {
  content: "\ec7f";
}

.bx-calendar-plus:before {
  content: "\ec80";
}

.bx-calendar-star:before {
  content: "\ec81";
}

.bx-calendar-week:before {
  content: "\ec82";
}

.bx-calendar-x:before {
  content: "\ec83";
}

.bx-camera:before {
  content: "\ec84";
}

.bx-camera-home:before {
  content: "\ec85";
}

.bx-camera-movie:before {
  content: "\ec86";
}

.bx-camera-off:before {
  content: "\ec87";
}

.bx-capsule:before {
  content: "\ec88";
}

.bx-captions:before {
  content: "\ec89";
}

.bx-car:before {
  content: "\ec8a";
}

.bx-card:before {
  content: "\ec8b";
}

.bx-caret-down:before {
  content: "\ec8c";
}

.bx-caret-down-circle:before {
  content: "\ec8d";
}

.bx-caret-down-square:before {
  content: "\ec8e";
}

.bx-caret-left:before {
  content: "\ec8f";
}

.bx-caret-left-circle:before {
  content: "\ec90";
}

.bx-caret-left-square:before {
  content: "\ec91";
}

.bx-caret-right:before {
  content: "\ec92";
}

.bx-caret-right-circle:before {
  content: "\ec93";
}

.bx-caret-right-square:before {
  content: "\ec94";
}

.bx-caret-up:before {
  content: "\ec95";
}

.bx-caret-up-circle:before {
  content: "\ec96";
}

.bx-caret-up-square:before {
  content: "\ec97";
}

.bx-carousel:before {
  content: "\ec98";
}

.bx-cart:before {
  content: "\ec99";
}

.bx-cart-alt:before {
  content: "\ec9a";
}

.bx-cast:before {
  content: "\ec9b";
}

.bx-category:before {
  content: "\ec9c";
}

.bx-category-alt:before {
  content: "\ec9d";
}

.bx-cctv:before {
  content: "\ec9e";
}

.bx-certification:before {
  content: "\ec9f";
}

.bx-chair:before {
  content: "\eca0";
}

.bx-chalkboard:before {
  content: "\eca1";
}

.bx-chart:before {
  content: "\eca2";
}

.bx-chat:before {
  content: "\eca3";
}

.bx-check:before {
  content: "\eca4";
}

.bx-checkbox:before {
  content: "\eca5";
}

.bx-checkbox-checked:before {
  content: "\eca6";
}

.bx-checkbox-minus:before {
  content: "\eca7";
}

.bx-checkbox-square:before {
  content: "\eca8";
}

.bx-check-circle:before {
  content: "\eca9";
}

.bx-check-double:before {
  content: "\ecaa";
}

.bx-check-shield:before {
  content: "\ecab";
}

.bx-check-square:before {
  content: "\ecac";
}

.bx-chevron-down:before {
  content: "\ecad";
}

.bx-chevron-down-circle:before {
  content: "\ecae";
}

.bx-chevron-down-square:before {
  content: "\ecaf";
}

.bx-chevron-left:before {
  content: "\ecb0";
}

.bx-chevron-left-circle:before {
  content: "\ecb1";
}

.bx-chevron-left-square:before {
  content: "\ecb2";
}

.bx-chevron-right:before {
  content: "\ecb3";
}

.bx-chevron-right-circle:before {
  content: "\ecb4";
}

.bx-chevron-right-square:before {
  content: "\ecb5";
}

.bx-chevrons-down:before {
  content: "\ecb6";
}

.bx-chevrons-left:before {
  content: "\ecb7";
}

.bx-chevrons-right:before {
  content: "\ecb8";
}

.bx-chevrons-up:before {
  content: "\ecb9";
}

.bx-chevron-up:before {
  content: "\ecba";
}

.bx-chevron-up-circle:before {
  content: "\ecbb";
}

.bx-chevron-up-square:before {
  content: "\ecbc";
}

.bx-chip:before {
  content: "\ecbd";
}

.bx-church:before {
  content: "\ecbe";
}

.bx-circle:before {
  content: "\ecbf";
}

.bx-clinic:before {
  content: "\ecc0";
}

.bx-clipboard:before {
  content: "\ecc1";
}

.bx-closet:before {
  content: "\ecc2";
}

.bx-cloud:before {
  content: "\ecc3";
}

.bx-cloud-download:before {
  content: "\ecc4";
}

.bx-cloud-drizzle:before {
  content: "\ecc5";
}

.bx-cloud-lightning:before {
  content: "\ecc6";
}

.bx-cloud-light-rain:before {
  content: "\ecc7";
}

.bx-cloud-rain:before {
  content: "\ecc8";
}

.bx-cloud-snow:before {
  content: "\ecc9";
}

.bx-cloud-upload:before {
  content: "\ecca";
}

.bx-code:before {
  content: "\eccb";
}

.bx-code-alt:before {
  content: "\eccc";
}

.bx-code-block:before {
  content: "\eccd";
}

.bx-code-curly:before {
  content: "\ecce";
}

.bx-coffee:before {
  content: "\eccf";
}

.bx-coffee-togo:before {
  content: "\ecd0";
}

.bx-cog:before {
  content: "\ecd1";
}

.bx-coin:before {
  content: "\ecd2";
}

.bx-coin-stack:before {
  content: "\ecd3";
}

.bx-collapse:before {
  content: "\ecd4";
}

.bx-collection:before {
  content: "\ecd5";
}

.bx-color-fill:before {
  content: "\ecd6";
}

.bx-columns:before {
  content: "\ecd7";
}

.bx-command:before {
  content: "\ecd8";
}

.bx-comment:before {
  content: "\ecd9";
}

.bx-comment-add:before {
  content: "\ecda";
}

.bx-comment-check:before {
  content: "\ecdb";
}

.bx-comment-detail:before {
  content: "\ecdc";
}

.bx-comment-dots:before {
  content: "\ecdd";
}

.bx-comment-edit:before {
  content: "\ecde";
}

.bx-comment-error:before {
  content: "\ecdf";
}

.bx-comment-minus:before {
  content: "\ece0";
}

.bx-comment-x:before {
  content: "\ece1";
}

.bx-compass:before {
  content: "\ece2";
}

.bx-confused:before {
  content: "\ece3";
}

.bx-conversation:before {
  content: "\ece4";
}

.bx-cookie:before {
  content: "\ece5";
}

.bx-cool:before {
  content: "\ece6";
}

.bx-copy:before {
  content: "\ece7";
}

.bx-copy-alt:before {
  content: "\ece8";
}

.bx-copyright:before {
  content: "\ece9";
}

.bx-credit-card:before {
  content: "\ecea";
}

.bx-credit-card-alt:before {
  content: "\eceb";
}

.bx-credit-card-front:before {
  content: "\ecec";
}

.bx-crop:before {
  content: "\eced";
}

.bx-crosshair:before {
  content: "\ecee";
}

.bx-crown:before {
  content: "\ecef";
}

.bx-cube:before {
  content: "\ecf0";
}

.bx-cube-alt:before {
  content: "\ecf1";
}

.bx-cuboid:before {
  content: "\ecf2";
}

.bx-current-location:before {
  content: "\ecf3";
}

.bx-customize:before {
  content: "\ecf4";
}

.bx-cut:before {
  content: "\ecf5";
}

.bx-cycling:before {
  content: "\ecf6";
}

.bx-cylinder:before {
  content: "\ecf7";
}

.bx-data:before {
  content: "\ecf8";
}

.bx-desktop:before {
  content: "\ecf9";
}

.bx-detail:before {
  content: "\ecfa";
}

.bx-devices:before {
  content: "\ecfb";
}

.bx-dialpad:before {
  content: "\ecfc";
}

.bx-dialpad-alt:before {
  content: "\ecfd";
}

.bx-diamond:before {
  content: "\ecfe";
}

.bx-dice-1:before {
  content: "\ecff";
}

.bx-dice-2:before {
  content: "\ed00";
}

.bx-dice-3:before {
  content: "\ed01";
}

.bx-dice-4:before {
  content: "\ed02";
}

.bx-dice-5:before {
  content: "\ed03";
}

.bx-dice-6:before {
  content: "\ed04";
}

.bx-directions:before {
  content: "\ed05";
}

.bx-disc:before {
  content: "\ed06";
}

.bx-dish:before {
  content: "\ed07";
}

.bx-dislike:before {
  content: "\ed08";
}

.bx-dizzy:before {
  content: "\ed09";
}

.bx-dna:before {
  content: "\ed0a";
}

.bx-dock-bottom:before {
  content: "\ed0b";
}

.bx-dock-left:before {
  content: "\ed0c";
}

.bx-dock-right:before {
  content: "\ed0d";
}

.bx-dock-top:before {
  content: "\ed0e";
}

.bx-dollar:before {
  content: "\ed0f";
}

.bx-dollar-circle:before {
  content: "\ed10";
}

.bx-donate-blood:before {
  content: "\ed11";
}

.bx-donate-heart:before {
  content: "\ed12";
}

.bx-door-open:before {
  content: "\ed13";
}

.bx-dots-horizontal:before {
  content: "\ed14";
}

.bx-dots-horizontal-rounded:before {
  content: "\ed15";
}

.bx-dots-vertical:before {
  content: "\ed16";
}

.bx-dots-vertical-rounded:before {
  content: "\ed17";
}

.bx-doughnut-chart:before {
  content: "\ed18";
}

.bx-down-arrow:before {
  content: "\ed19";
}

.bx-down-arrow-alt:before {
  content: "\ed1a";
}

.bx-down-arrow-circle:before {
  content: "\ed1b";
}

.bx-download:before {
  content: "\ed1c";
}

.bx-downvote:before {
  content: "\ed1d";
}

.bx-drink:before {
  content: "\ed1e";
}

.bx-droplet:before {
  content: "\ed1f";
}

.bx-dumbbell:before {
  content: "\ed20";
}

.bx-duplicate:before {
  content: "\ed21";
}

.bx-edit:before {
  content: "\ed22";
}

.bx-edit-alt:before {
  content: "\ed23";
}

.bx-envelope:before {
  content: "\ed24";
}

.bx-envelope-open:before {
  content: "\ed25";
}

.bx-equalizer:before {
  content: "\ed26";
}

.bx-eraser:before {
  content: "\ed27";
}

.bx-error:before {
  content: "\ed28";
}

.bx-error-alt:before {
  content: "\ed29";
}

.bx-error-circle:before {
  content: "\ed2a";
}

.bx-euro:before {
  content: "\ed2b";
}

.bx-exclude:before {
  content: "\ed2c";
}

.bx-exit:before {
  content: "\ed2d";
}

.bx-exit-fullscreen:before {
  content: "\ed2e";
}

.bx-expand:before {
  content: "\ed2f";
}

.bx-expand-alt:before {
  content: "\ed30";
}

.bx-export:before {
  content: "\ed31";
}

.bx-extension:before {
  content: "\ed32";
}

.bx-face:before {
  content: "\ed33";
}

.bx-fast-forward:before {
  content: "\ed34";
}

.bx-fast-forward-circle:before {
  content: "\ed35";
}

.bx-female:before {
  content: "\ed36";
}

.bx-female-sign:before {
  content: "\ed37";
}

.bx-file:before {
  content: "\ed38";
}

.bx-file-blank:before {
  content: "\ed39";
}

.bx-file-find:before {
  content: "\ed3a";
}

.bx-film:before {
  content: "\ed3b";
}

.bx-filter:before {
  content: "\ed3c";
}

.bx-filter-alt:before {
  content: "\ed3d";
}

.bx-fingerprint:before {
  content: "\ed3e";
}

.bx-first-aid:before {
  content: "\ed3f";
}

.bx-first-page:before {
  content: "\ed40";
}

.bx-flag:before {
  content: "\ed41";
}

.bx-folder:before {
  content: "\ed42";
}

.bx-folder-minus:before {
  content: "\ed43";
}

.bx-folder-open:before {
  content: "\ed44";
}

.bx-folder-plus:before {
  content: "\ed45";
}

.bx-font:before {
  content: "\ed46";
}

.bx-font-color:before {
  content: "\ed47";
}

.bx-font-family:before {
  content: "\ed48";
}

.bx-font-size:before {
  content: "\ed49";
}

.bx-food-menu:before {
  content: "\ed4a";
}

.bx-food-tag:before {
  content: "\ed4b";
}

.bx-football:before {
  content: "\ed4c";
}

.bx-fridge:before {
  content: "\ed4d";
}

.bx-fullscreen:before {
  content: "\ed4e";
}

.bx-game:before {
  content: "\ed4f";
}

.bx-gas-pump:before {
  content: "\ed50";
}

.bx-ghost:before {
  content: "\ed51";
}

.bx-gift:before {
  content: "\ed52";
}

.bx-git-branch:before {
  content: "\ed53";
}

.bx-git-commit:before {
  content: "\ed54";
}

.bx-git-compare:before {
  content: "\ed55";
}

.bx-git-merge:before {
  content: "\ed56";
}

.bx-git-pull-request:before {
  content: "\ed57";
}

.bx-git-repo-forked:before {
  content: "\ed58";
}

.bx-glasses:before {
  content: "\ed59";
}

.bx-glasses-alt:before {
  content: "\ed5a";
}

.bx-globe:before {
  content: "\ed5b";
}

.bx-globe-alt:before {
  content: "\ed5c";
}

.bx-grid:before {
  content: "\ed5d";
}

.bx-grid-alt:before {
  content: "\ed5e";
}

.bx-grid-horizontal:before {
  content: "\ed5f";
}

.bx-grid-small:before {
  content: "\ed60";
}

.bx-grid-vertical:before {
  content: "\ed61";
}

.bx-group:before {
  content: "\ed62";
}

.bx-handicap:before {
  content: "\ed63";
}

.bx-happy:before {
  content: "\ed64";
}

.bx-happy-alt:before {
  content: "\ed65";
}

.bx-happy-beaming:before {
  content: "\ed66";
}

.bx-happy-heart-eyes:before {
  content: "\ed67";
}

.bx-hash:before {
  content: "\ed68";
}

.bx-hdd:before {
  content: "\ed69";
}

.bx-heading:before {
  content: "\ed6a";
}

.bx-headphone:before {
  content: "\ed6b";
}

.bx-health:before {
  content: "\ed6c";
}

.bx-heart:before {
  content: "\ed6d";
}

.bx-heart-circle:before {
  content: "\ed6e";
}

.bx-heart-square:before {
  content: "\ed6f";
}

.bx-help-circle:before {
  content: "\ed70";
}

.bx-hide:before {
  content: "\ed71";
}

.bx-highlight:before {
  content: "\ed72";
}

.bx-history:before {
  content: "\ed73";
}

.bx-hive:before {
  content: "\ed74";
}

.bx-home:before {
  content: "\ed75";
}

.bx-home-alt:before {
  content: "\ed76";
}

.bx-home-circle:before {
  content: "\ed77";
}

.bx-home-heart:before {
  content: "\ed78";
}

.bx-home-smile:before {
  content: "\ed79";
}

.bx-horizontal-center:before {
  content: "\ed7a";
}

.bx-hotel:before {
  content: "\ed7b";
}

.bx-hourglass:before {
  content: "\ed7c";
}

.bx-id-card:before {
  content: "\ed7d";
}

.bx-image:before {
  content: "\ed7e";
}

.bx-image-add:before {
  content: "\ed7f";
}

.bx-image-alt:before {
  content: "\ed80";
}

.bx-images:before {
  content: "\ed81";
}

.bx-import:before {
  content: "\ed82";
}

.bx-infinite:before {
  content: "\ed83";
}

.bx-info-circle:before {
  content: "\ed84";
}

.bx-info-square:before {
  content: "\ed85";
}

.bx-intersect:before {
  content: "\ed86";
}

.bx-italic:before {
  content: "\ed87";
}

.bx-joystick:before {
  content: "\ed88";
}

.bx-joystick-alt:before {
  content: "\ed89";
}

.bx-joystick-button:before {
  content: "\ed8a";
}

.bx-key:before {
  content: "\ed8b";
}

.bx-label:before {
  content: "\ed8c";
}

.bx-landscape:before {
  content: "\ed8d";
}

.bx-laptop:before {
  content: "\ed8e";
}

.bx-last-page:before {
  content: "\ed8f";
}

.bx-laugh:before {
  content: "\ed90";
}

.bx-layer:before {
  content: "\ed91";
}

.bx-layer-minus:before {
  content: "\ed92";
}

.bx-layer-plus:before {
  content: "\ed93";
}

.bx-layout:before {
  content: "\ed94";
}

.bx-left-arrow:before {
  content: "\ed95";
}

.bx-left-arrow-alt:before {
  content: "\ed96";
}

.bx-left-arrow-circle:before {
  content: "\ed97";
}

.bx-left-down-arrow-circle:before {
  content: "\ed98";
}

.bx-left-indent:before {
  content: "\ed99";
}

.bx-left-top-arrow-circle:before {
  content: "\ed9a";
}

.bx-library:before {
  content: "\ed9b";
}

.bx-like:before {
  content: "\ed9c";
}

.bx-line-chart:before {
  content: "\ed9d";
}

.bx-line-chart-down:before {
  content: "\ed9e";
}

.bx-link:before {
  content: "\ed9f";
}

.bx-link-alt:before {
  content: "\eda0";
}

.bx-link-external:before {
  content: "\eda1";
}

.bx-lira:before {
  content: "\eda2";
}

.bx-list-check:before {
  content: "\eda3";
}

.bx-list-minus:before {
  content: "\eda4";
}

.bx-list-ol:before {
  content: "\eda5";
}

.bx-list-plus:before {
  content: "\eda6";
}

.bx-list-ul:before {
  content: "\eda7";
}

.bx-loader:before {
  content: "\eda8";
}

.bx-loader-alt:before {
  content: "\eda9";
}

.bx-loader-circle:before {
  content: "\edaa";
}

.bx-location-plus:before {
  content: "\edab";
}

.bx-lock:before {
  content: "\edac";
}

.bx-lock-alt:before {
  content: "\edad";
}

.bx-lock-open:before {
  content: "\edae";
}

.bx-lock-open-alt:before {
  content: "\edaf";
}

.bx-log-in:before {
  content: "\edb0";
}

.bx-log-in-circle:before {
  content: "\edb1";
}

.bx-log-out:before {
  content: "\edb2";
}

.bx-log-out-circle:before {
  content: "\edb3";
}

.bx-low-vision:before {
  content: "\edb4";
}

.bx-magnet:before {
  content: "\edb5";
}

.bx-mail-send:before {
  content: "\edb6";
}

.bx-male:before {
  content: "\edb7";
}

.bx-male-sign:before {
  content: "\edb8";
}

.bx-map:before {
  content: "\edb9";
}

.bx-map-alt:before {
  content: "\edba";
}

.bx-map-pin:before {
  content: "\edbb";
}

.bx-mask:before {
  content: "\edbc";
}

.bx-medal:before {
  content: "\edbd";
}

.bx-meh:before {
  content: "\edbe";
}

.bx-meh-alt:before {
  content: "\edbf";
}

.bx-meh-blank:before {
  content: "\edc0";
}

.bx-memory-card:before {
  content: "\edc1";
}

.bx-menu:before {
  content: "\edc2";
}

.bx-menu-alt-left:before {
  content: "\edc3";
}

.bx-menu-alt-right:before {
  content: "\edc4";
}

.bx-merge:before {
  content: "\edc5";
}

.bx-message:before {
  content: "\edc6";
}

.bx-message-add:before {
  content: "\edc7";
}

.bx-message-alt:before {
  content: "\edc8";
}

.bx-message-alt-add:before {
  content: "\edc9";
}

.bx-message-alt-check:before {
  content: "\edca";
}

.bx-message-alt-detail:before {
  content: "\edcb";
}

.bx-message-alt-dots:before {
  content: "\edcc";
}

.bx-message-alt-edit:before {
  content: "\edcd";
}

.bx-message-alt-error:before {
  content: "\edce";
}

.bx-message-alt-minus:before {
  content: "\edcf";
}

.bx-message-alt-x:before {
  content: "\edd0";
}

.bx-message-check:before {
  content: "\edd1";
}

.bx-message-detail:before {
  content: "\edd2";
}

.bx-message-dots:before {
  content: "\edd3";
}

.bx-message-edit:before {
  content: "\edd4";
}

.bx-message-error:before {
  content: "\edd5";
}

.bx-message-minus:before {
  content: "\edd6";
}

.bx-message-rounded:before {
  content: "\edd7";
}

.bx-message-rounded-add:before {
  content: "\edd8";
}

.bx-message-rounded-check:before {
  content: "\edd9";
}

.bx-message-rounded-detail:before {
  content: "\edda";
}

.bx-message-rounded-dots:before {
  content: "\eddb";
}

.bx-message-rounded-edit:before {
  content: "\eddc";
}

.bx-message-rounded-error:before {
  content: "\eddd";
}

.bx-message-rounded-minus:before {
  content: "\edde";
}

.bx-message-rounded-x:before {
  content: "\eddf";
}

.bx-message-square:before {
  content: "\ede0";
}

.bx-message-square-add:before {
  content: "\ede1";
}

.bx-message-square-check:before {
  content: "\ede2";
}

.bx-message-square-detail:before {
  content: "\ede3";
}

.bx-message-square-dots:before {
  content: "\ede4";
}

.bx-message-square-edit:before {
  content: "\ede5";
}

.bx-message-square-error:before {
  content: "\ede6";
}

.bx-message-square-minus:before {
  content: "\ede7";
}

.bx-message-square-x:before {
  content: "\ede8";
}

.bx-message-x:before {
  content: "\ede9";
}

.bx-meteor:before {
  content: "\edea";
}

.bx-microchip:before {
  content: "\edeb";
}

.bx-microphone:before {
  content: "\edec";
}

.bx-microphone-off:before {
  content: "\eded";
}

.bx-minus:before {
  content: "\edee";
}

.bx-minus-back:before {
  content: "\edef";
}

.bx-minus-circle:before {
  content: "\edf0";
}

.bx-minus-front:before {
  content: "\edf1";
}

.bx-mobile:before {
  content: "\edf2";
}

.bx-mobile-alt:before {
  content: "\edf3";
}

.bx-mobile-landscape:before {
  content: "\edf4";
}

.bx-mobile-vibration:before {
  content: "\edf5";
}

.bx-money:before {
  content: "\edf6";
}

.bx-moon:before {
  content: "\edf7";
}

.bx-mouse:before {
  content: "\edf8";
}

.bx-mouse-alt:before {
  content: "\edf9";
}

.bx-move:before {
  content: "\edfa";
}

.bx-move-horizontal:before {
  content: "\edfb";
}

.bx-move-vertical:before {
  content: "\edfc";
}

.bx-movie:before {
  content: "\edfd";
}

.bx-movie-play:before {
  content: "\edfe";
}

.bx-music:before {
  content: "\edff";
}

.bx-navigation:before {
  content: "\ee00";
}

.bx-network-chart:before {
  content: "\ee01";
}

.bx-news:before {
  content: "\ee02";
}

.bx-no-entry:before {
  content: "\ee03";
}

.bx-note:before {
  content: "\ee04";
}

.bx-notepad:before {
  content: "\ee05";
}

.bx-notification:before {
  content: "\ee06";
}

.bx-notification-off:before {
  content: "\ee07";
}

.bx-outline:before {
  content: "\ee08";
}

.bx-package:before {
  content: "\ee09";
}

.bx-paint:before {
  content: "\ee0a";
}

.bx-paint-roll:before {
  content: "\ee0b";
}

.bx-palette:before {
  content: "\ee0c";
}

.bx-paperclip:before {
  content: "\ee0d";
}

.bx-paper-plane:before {
  content: "\ee0e";
}

.bx-paragraph:before {
  content: "\ee0f";
}

.bx-paste:before {
  content: "\ee10";
}

.bx-pause:before {
  content: "\ee11";
}

.bx-pause-circle:before {
  content: "\ee12";
}

.bx-pen:before {
  content: "\ee13";
}

.bx-pencil:before {
  content: "\ee14";
}

.bx-phone:before {
  content: "\ee15";
}

.bx-phone-call:before {
  content: "\ee16";
}

.bx-phone-incoming:before {
  content: "\ee17";
}

.bx-phone-off:before {
  content: "\ee18";
}

.bx-phone-outgoing:before {
  content: "\ee19";
}

.bx-photo-album:before {
  content: "\ee1a";
}

.bx-pie-chart:before {
  content: "\ee1b";
}

.bx-pie-chart-alt:before {
  content: "\ee1c";
}

.bx-pie-chart-alt-2:before {
  content: "\ee1d";
}

.bx-pin:before {
  content: "\ee1e";
}

.bx-planet:before {
  content: "\ee1f";
}

.bx-play:before {
  content: "\ee20";
}

.bx-play-circle:before {
  content: "\ee21";
}

.bx-plug:before {
  content: "\ee22";
}

.bx-plus:before {
  content: "\ee23";
}

.bx-plus-circle:before {
  content: "\ee24";
}

.bx-plus-medical:before {
  content: "\ee25";
}

.bx-podcast:before {
  content: "\ee26";
}

.bx-pointer:before {
  content: "\ee27";
}

.bx-poll:before {
  content: "\ee28";
}

.bx-polygon:before {
  content: "\ee29";
}

.bx-pound:before {
  content: "\ee2a";
}

.bx-power-off:before {
  content: "\ee2b";
}

.bx-printer:before {
  content: "\ee2c";
}

.bx-pulse:before {
  content: "\ee2d";
}

.bx-purchase-tag:before {
  content: "\ee2e";
}

.bx-purchase-tag-alt:before {
  content: "\ee2f";
}

.bx-pyramid:before {
  content: "\ee30";
}

.bx-qr:before {
  content: "\ee31";
}

.bx-qr-scan:before {
  content: "\ee32";
}

.bx-question-mark:before {
  content: "\ee33";
}

.bx-radar:before {
  content: "\ee34";
}

.bx-radio:before {
  content: "\ee35";
}

.bx-radio-circle:before {
  content: "\ee36";
}

.bx-radio-circle-marked:before {
  content: "\ee37";
}

.bx-receipt:before {
  content: "\ee38";
}

.bx-rectangle:before {
  content: "\ee39";
}

.bx-recycle:before {
  content: "\ee3a";
}

.bx-redo:before {
  content: "\ee3b";
}

.bx-refresh:before {
  content: "\ee3c";
}

.bx-registered:before {
  content: "\ee3d";
}

.bx-rename:before {
  content: "\ee3e";
}

.bx-repeat:before {
  content: "\ee3f";
}

.bx-reply:before {
  content: "\ee40";
}

.bx-reply-all:before {
  content: "\ee41";
}

.bx-repost:before {
  content: "\ee42";
}

.bx-reset:before {
  content: "\ee43";
}

.bx-restaurant:before {
  content: "\ee44";
}

.bx-revision:before {
  content: "\ee45";
}

.bx-rewind:before {
  content: "\ee46";
}

.bx-rewind-circle:before {
  content: "\ee47";
}

.bx-right-arrow:before {
  content: "\ee48";
}

.bx-right-arrow-alt:before {
  content: "\ee49";
}

.bx-right-arrow-circle:before {
  content: "\ee4a";
}

.bx-right-down-arrow-circle:before {
  content: "\ee4b";
}

.bx-right-indent:before {
  content: "\ee4c";
}

.bx-right-top-arrow-circle:before {
  content: "\ee4d";
}

.bx-rocket:before {
  content: "\ee4e";
}

.bx-rotate-left:before {
  content: "\ee4f";
}

.bx-rotate-right:before {
  content: "\ee50";
}

.bx-rss:before {
  content: "\ee51";
}

.bx-ruble:before {
  content: "\ee52";
}

.bx-ruler:before {
  content: "\ee53";
}

.bx-run:before {
  content: "\ee54";
}

.bx-rupee:before {
  content: "\ee55";
}

.bx-sad:before {
  content: "\ee56";
}

.bx-save:before {
  content: "\ee57";
}

.bx-scan:before {
  content: "\ee58";
}

.bx-screenshot:before {
  content: "\ee59";
}

.bx-search:before {
  content: "\ee5a";
}

.bx-search-alt:before {
  content: "\ee5b";
}

.bx-search-alt-2:before {
  content: "\ee5c";
}

.bx-selection:before {
  content: "\ee5d";
}

.bx-select-multiple:before {
  content: "\ee5e";
}

.bx-send:before {
  content: "\ee5f";
}

.bx-server:before {
  content: "\ee60";
}

.bx-shape-circle:before {
  content: "\ee61";
}

.bx-shape-polygon:before {
  content: "\ee62";
}

.bx-shape-square:before {
  content: "\ee63";
}

.bx-shape-triangle:before {
  content: "\ee64";
}

.bx-share:before {
  content: "\ee65";
}

.bx-share-alt:before {
  content: "\ee66";
}

.bx-shekel:before {
  content: "\ee67";
}

.bx-shield:before {
  content: "\ee68";
}

.bx-shield-alt:before {
  content: "\ee69";
}

.bx-shield-alt-2:before {
  content: "\ee6a";
}

.bx-shield-quarter:before {
  content: "\ee6b";
}

.bx-shield-x:before {
  content: "\ee6c";
}

.bx-shocked:before {
  content: "\ee6d";
}

.bx-shopping-bag:before {
  content: "\ee6e";
}

.bx-show:before {
  content: "\ee6f";
}

.bx-show-alt:before {
  content: "\ee70";
}

.bx-shuffle:before {
  content: "\ee71";
}

.bx-sidebar:before {
  content: "\ee72";
}

.bx-sitemap:before {
  content: "\ee73";
}

.bx-skip-next:before {
  content: "\ee74";
}

.bx-skip-next-circle:before {
  content: "\ee75";
}

.bx-skip-previous:before {
  content: "\ee76";
}

.bx-skip-previous-circle:before {
  content: "\ee77";
}

.bx-sleepy:before {
  content: "\ee78";
}

.bx-slider:before {
  content: "\ee79";
}

.bx-slider-alt:before {
  content: "\ee7a";
}

.bx-slideshow:before {
  content: "\ee7b";
}

.bx-smile:before {
  content: "\ee7c";
}

.bx-sort:before {
  content: "\ee7d";
}

.bx-sort-alt-2:before {
  content: "\ee7e";
}

.bx-sort-a-z:before {
  content: "\ee7f";
}

.bx-sort-down:before {
  content: "\ee80";
}

.bx-sort-up:before {
  content: "\ee81";
}

.bx-sort-z-a:before {
  content: "\ee82";
}

.bx-spa:before {
  content: "\ee83";
}

.bx-space-bar:before {
  content: "\ee84";
}

.bx-speaker:before {
  content: "\ee85";
}

.bx-spray-can:before {
  content: "\ee86";
}

.bx-spreadsheet:before {
  content: "\ee87";
}

.bx-square:before {
  content: "\ee88";
}

.bx-square-rounded:before {
  content: "\ee89";
}

.bx-star:before {
  content: "\ee8a";
}

.bx-station:before {
  content: "\ee8b";
}

.bx-stats:before {
  content: "\ee8c";
}

.bx-sticker:before {
  content: "\ee8d";
}

.bx-stop:before {
  content: "\ee8e";
}

.bx-stop-circle:before {
  content: "\ee8f";
}

.bx-stopwatch:before {
  content: "\ee90";
}

.bx-store:before {
  content: "\ee91";
}

.bx-store-alt:before {
  content: "\ee92";
}

.bx-street-view:before {
  content: "\ee93";
}

.bx-strikethrough:before {
  content: "\ee94";
}

.bx-subdirectory-left:before {
  content: "\ee95";
}

.bx-subdirectory-right:before {
  content: "\ee96";
}

.bx-sun:before {
  content: "\ee97";
}

.bx-support:before {
  content: "\ee98";
}

.bx-swim:before {
  content: "\ee99";
}

.bx-sync:before {
  content: "\ee9a";
}

.bx-tab:before {
  content: "\ee9b";
}

.bx-table:before {
  content: "\ee9c";
}

.bx-tachometer:before {
  content: "\ee9d";
}

.bx-tag:before {
  content: "\ee9e";
}

.bx-tag-alt:before {
  content: "\ee9f";
}

.bx-target-lock:before {
  content: "\eea0";
}

.bx-task:before {
  content: "\eea1";
}

.bx-task-x:before {
  content: "\eea2";
}

.bx-taxi:before {
  content: "\eea3";
}

.bx-tennis-ball:before {
  content: "\eea4";
}

.bx-terminal:before {
  content: "\eea5";
}

.bx-test-tube:before {
  content: "\eea6";
}

.bx-text:before {
  content: "\eea7";
}

.bx-time:before {
  content: "\eea8";
}

.bx-time-five:before {
  content: "\eea9";
}

.bx-timer:before {
  content: "\eeaa";
}

.bx-tired:before {
  content: "\eeab";
}

.bx-toggle-left:before {
  content: "\eeac";
}

.bx-toggle-right:before {
  content: "\eead";
}

.bx-tone:before {
  content: "\eeae";
}

.bx-traffic-cone:before {
  content: "\eeaf";
}

.bx-train:before {
  content: "\eeb0";
}

.bx-transfer:before {
  content: "\eeb1";
}

.bx-transfer-alt:before {
  content: "\eeb2";
}

.bx-trash:before {
  content: "\eeb3";
}

.bx-trash-alt:before {
  content: "\eeb4";
}

.bx-trending-down:before {
  content: "\eeb5";
}

.bx-trending-up:before {
  content: "\eeb6";
}

.bx-trim:before {
  content: "\eeb7";
}

.bx-trip:before {
  content: "\eeb8";
}

.bx-trophy:before {
  content: "\eeb9";
}

.bx-tv:before {
  content: "\eeba";
}

.bx-underline:before {
  content: "\eebb";
}

.bx-undo:before {
  content: "\eebc";
}

.bx-unite:before {
  content: "\eebd";
}

.bx-unlink:before {
  content: "\eebe";
}

.bx-up-arrow:before {
  content: "\eebf";
}

.bx-up-arrow-alt:before {
  content: "\eec0";
}

.bx-up-arrow-circle:before {
  content: "\eec1";
}

.bx-upload:before {
  content: "\eec2";
}

.bx-upside-down:before {
  content: "\eec3";
}

.bx-upvote:before {
  content: "\eec4";
}

.bx-usb:before {
  content: "\eec5";
}

.bx-user:before {
  content: "\eec6";
}

.bx-user-check:before {
  content: "\eec7";
}

.bx-user-circle:before {
  content: "\eec8";
}

.bx-user-minus:before {
  content: "\eec9";
}

.bx-user-pin:before {
  content: "\eeca";
}

.bx-user-plus:before {
  content: "\eecb";
}

.bx-user-voice:before {
  content: "\eecc";
}

.bx-user-x:before {
  content: "\eecd";
}

.bx-vector:before {
  content: "\eece";
}

.bx-vertical-center:before {
  content: "\eecf";
}

.bx-vial:before {
  content: "\eed0";
}

.bx-video:before {
  content: "\eed1";
}

.bx-video-off:before {
  content: "\eed2";
}

.bx-video-plus:before {
  content: "\eed3";
}

.bx-video-recording:before {
  content: "\eed4";
}

.bx-voicemail:before {
  content: "\eed5";
}

.bx-volume:before {
  content: "\eed6";
}

.bx-volume-full:before {
  content: "\eed7";
}

.bx-volume-low:before {
  content: "\eed8";
}

.bx-volume-mute:before {
  content: "\eed9";
}

.bx-walk:before {
  content: "\eeda";
}

.bx-wallet:before {
  content: "\eedb";
}

.bx-wallet-alt:before {
  content: "\eedc";
}

.bx-water:before {
  content: "\eedd";
}

.bx-webcam:before {
  content: "\eede";
}

.bx-wifi:before {
  content: "\eedf";
}

.bx-wifi-0:before {
  content: "\eee0";
}

.bx-wifi-1:before {
  content: "\eee1";
}

.bx-wifi-2:before {
  content: "\eee2";
}

.bx-wifi-off:before {
  content: "\eee3";
}

.bx-wind:before {
  content: "\eee4";
}

.bx-window:before {
  content: "\eee5";
}

.bx-window-alt:before {
  content: "\eee6";
}

.bx-window-close:before {
  content: "\eee7";
}

.bx-window-open:before {
  content: "\eee8";
}

.bx-windows:before {
  content: "\eee9";
}

.bx-wine:before {
  content: "\eeea";
}

.bx-wink-smile:before {
  content: "\eeeb";
}

.bx-wink-tongue:before {
  content: "\eeec";
}

.bx-won:before {
  content: "\eeed";
}

.bx-world:before {
  content: "\eeee";
}

.bx-wrench:before {
  content: "\eeef";
}

.bx-x:before {
  content: "\eef0";
}

.bx-x-circle:before {
  content: "\eef1";
}

.bx-yen:before {
  content: "\eef2";
}

.bx-zoom-in:before {
  content: "\eef3";
}

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

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

*, body, button, input, textarea, select, table, td, th {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
@media (min-width: 1261px) {
  html[dir="ltr"] {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}
body:before {
  content: '';
  display: table !important;
}
img,
svg
{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
svg {
  max-height: 100%;
  fill: currentColor;
}
body > svg {
  display: none;
}
a,
img,
a img,
iframe
{
  border: 0;
  text-decoration: none;
}
a:active          { background: transparent;    }
a:not([href])     { cursor: default;            }
a:before, a:after { outline: 0 none !important; }

ul {
  list-style: none;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="file"],
input[type="file"]:hover,
input[type="file"]:focus
{
  background-color: transparent;
}
button[disabled],
input[disabled]
{
  cursor: default;
}
button,
input[type=date],
input[type=time],
input[type=datetime],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
::-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
  display: block;
}
.disabled,
[disabled],
[readonly],
.disabled  *,
[disabled] *,
[readonly] *
{
  cursor: not-allowed;
}

/*** Jquery UI reset ***/

.tb_tabs .ui-icon,
.tb_accordion .ui-icon
{
  position: static;
  display: inline;
  width: auto;
  height: auto;
  text-indent: 0;
}

/*****************************************************/
/******   B O X    M O D E L   ***********************/
/*****************************************************/

* {
  box-sizing: border-box;
}

/*  Video embeds  ------------------------------------------------------------------------ */

iframe[src*="youtube"],
iframe[src*="vimeo"]
{
  max-width: 100%;
}
@media (max-width: 480px) {
  iframe[src*="youtube"],
  iframe[src*="vimeo"] {
    height: auto;
  }
}* {
  text-rendering: optimizeLegibility;
}
body {
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  }

/*  ---   Titles   ----------------------------------------------------------------------  */

h1, h2, h3,
.h1, .h2, .h3,
h4, h5, h6,
.h4, .h5, .h6,
legend,
.panel-heading,
.box-heading
{
  font-weight: normal;
  font-style: normal;
}
h1, .h1 {
  margin-bottom: 16px;
  font-size: 26px;
}
h2, .h2,
legend,
.panel-heading,
.box-heading
{
  font-size: 16px;
}
h2, .h2,
legend
{
  margin-bottom: 16px;
  font-size: 16px;
}
h3, .h3 {
  margin-bottom: 8px;
  font-size: 15px;
}
h4, .h4 {
  margin-bottom: 8px;
  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: 16px;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child,
blockquote:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
address:last-child,
blockquote:last-child,
table:last-child,
hr:last-child
{
  margin-bottom: 0;
}
table img {
  display: block;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
p img,
a img
{
  display: inline-block;
  vertical-align: top;
}
*::-moz-selection,
*::-webkit-selection,
::selection
{
  color: #fff;
}

figure.image,
figure.image img:not(:last-child) {
  margin-bottom: 16px;
}
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 16px 16px 0;
}
img.center-block,
.center-block img,
figure .image-holder,
.center-block .image-holder,
figure img
{
  display: block;
  margin: 0 auto 16px 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 16px 16px;
}
.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: 24px; }

.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: 24px;
  padding: 32px 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: 12px;
  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: -12px;
}

/*  -----------------------------------------------------------------------------------------
    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: 1200px;
}
@media (min-width: 1280px) {
  .tb_content_fixed > .row {
    max-width: 1260px;
  }
}
@media (max-width: 1280px) {
  #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: 1281px) {
  #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: 1211px) {
  #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: 1221px) {
  #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: 1231px) {
  #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: 1241px) {
  #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: 1251px) {
  #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: 1261px) {
  #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: 1271px) {
  #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: 1281px) {
  #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: 1291px) {
  #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: 1301px) {
  #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: 1280px) {
  .tb_content_fixed > .row {
    margin-right: -30px;
    padding-right: 30px;
  }
        .tb_content_fixed > .row.tb_gut_xs_0 {
    max-width: 1200px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_xs_10 {
    max-width: 1220px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_xs_20 {
    max-width: 1240px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_xs_30 {
    max-width: 1260px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_xs_40 {
    max-width: 1280px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_xs_50 {
    max-width: 1300px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_sm_0 {
    max-width: 1200px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_sm_10 {
    max-width: 1220px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_sm_20 {
    max-width: 1240px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_sm_30 {
    max-width: 1260px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_sm_40 {
    max-width: 1280px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_sm_50 {
    max-width: 1300px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_md_0 {
    max-width: 1200px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_md_10 {
    max-width: 1220px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_md_20 {
    max-width: 1240px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_md_30 {
    max-width: 1260px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_md_40 {
    max-width: 1280px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_md_50 {
    max-width: 1300px;
    margin-right: -50px;
    padding-right: 50px;
  }
            .tb_content_fixed > .row.tb_gut_lg_0 {
    max-width: 1200px;
    margin-right: -0px;
    padding-right: 0px;
  }
    .tb_content_fixed > .row.tb_gut_lg_10 {
    max-width: 1220px;
    margin-right: -10px;
    padding-right: 10px;
  }
    .tb_content_fixed > .row.tb_gut_lg_20 {
    max-width: 1240px;
    margin-right: -20px;
    padding-right: 20px;
  }
    .tb_content_fixed > .row.tb_gut_lg_30 {
    max-width: 1260px;
    margin-right: -30px;
    padding-right: 30px;
  }
    .tb_content_fixed > .row.tb_gut_lg_40 {
    max-width: 1280px;
    margin-right: -40px;
    padding-right: 40px;
  }
    .tb_content_fixed > .row.tb_gut_lg_50 {
    max-width: 1300px;
    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: 1200px;
}
@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: 1280px) {
  #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: 8px 16px 7px 16px;
    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: 8px;
  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: 4px 8px 3px 8px;
}
.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: 4px;
}

/*  -----------------------------------------------------------------------------------------
    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: 7px;
}
.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: 3px;
}

/*  -----------------------------------------------------------------------------------------
    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: 8px;
    padding-right: 8px;
  }
}

/*  -----------------------------------------------------------------------------------------
    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: 24px;
  border: 0 none;
}
fieldset legend {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
fieldset legend + * {
  clear: both;
}
fieldset + fieldset {
  margin-top: 24px;
}
fieldset + fieldset legend {
  position: relative;
  padding-top: 24px;
}
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: 32px;
}
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:        32px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       7px 8px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
textarea:not([style*="height"]) {
  height: auto;
}
select {
  padding-left:  7px;
  padding-right: 7px;
}
input.input-sm,
select.input-sm,
textarea.input-sm,
.input-group-sm,
.input-group-sm input,
.form-group-sm .form-control
{
  height:        24px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       3px 4px;
  font-size:     12px;
}
select.input-sm,
.form-group-sm select.form-control
{
  padding-left:  3px;
  padding-right: 3px;
}
.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:        40px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       11px 12px;
  font-size:     17px;
}
select.input-lg,
.form-group-lg select.form-control
{
  padding-left:  11px;
  padding-right: 11px;
}
.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:        48px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding:       15px 16px;
  font-size:     19px;
}
select.input-xl,
.form-group-xl select.form-control
{
  padding-left:  15px;
  padding-right: 15px;
}
.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: 8px !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: 32px;
  padding-top:    8px;
  padding-bottom: 8px;
    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: 12px;
  }
.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: 16px;
  margin-bottom: 16px;
}
.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: -24px;
}
.form-group > label {
  vertical-align: baseline;
  padding-bottom: 8px;
}
.form-group.form-group-sm > label {
  padding-bottom: 4px;
}
.form-group.form-group-lg > label {
  padding-bottom: 12px;
}
.form-group.form-group-xl > label {
  padding-bottom: 16px;
}
.form-group > label[class*="col-"] {
  display: block;
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-top:    8px;
}
.form-group.form-group-sm > label[class*="col-"] {
  padding-top:    4px;
}
.form-group.form-group-lg > label[class*="col-"] {
  padding-top:    12px;
}
.form-group.form-group-xl > label[class*="col-"] {
  padding-top:    16px;
}

.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: 8px;
  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: 32px;
  padding-top: 0;
  padding-bottom: 0;
    padding-right: 4px;
  }
.form-horizontal .form-group.form-group-sm > label {
  padding-top:    4px;
}
.form-horizontal .form-group.form-group-lg > label {
  padding-top:    12px;
}
.form-horizontal .form-group.form-group-xl > label {
  padding-top:    16px;
}
.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: 8px;
  }
.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;
  }
}

/*** DSTeckEcom ***/

.text-danger,
.error
{
  display: inline-block;
  min-width: 260px;
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  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: 32px;
    padding: 7px;
  }
  select {
    padding: 6px;
  }
  textarea {
    width: 100%;
    padding: 7px;
  }
  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: 8px;
  }
  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: 8px !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: 8px;
  }
  .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:        32px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  16px;
  padding-right: 16px;
  line-height:   32px;
  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:        16px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  8px;
  padding-right: 8px;
  line-height:   16px;
  font-size:     10px;
}
.btn.btn-sm,
.btn-group-sm > .btn,
.input-group-sm > .input-group-btn > .btn
{
  height:        24px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  12px;
  padding-right: 12px;
  line-height:   24px;
  font-size:     12px;
}
.btn.btn-lg,
.btn-group-lg > .btn,
.input-group-lg > .input-group-btn > .btn
{
  height:        40px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  20px;
  padding-right: 20px;
  line-height:   40px;
  font-size:     15px;
}
.btn.btn-xl,
.btn-group-xl > .btn,
.input-group-xl > .input-group-btn > .btn
{
  height:        48px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  24px;
  padding-right: 24px;
  line-height:   48px;
  font-size:     16px;
}
.btn.btn-xxl,
.btn-group-xxl > .btn,
.input-group-xxl > .input-group-btn > .btn
{
  height:        56px;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  28px;
  padding-right: 28px;
  line-height:   56px;
  font-size:     17px;
}

/*** Block buttons ***/

.btn-block {
  width: 100%;
}
.btn-block + .btn-block,
.btn-block + .btn-block.btn-xs
{
  margin-top: 16px;
}
.btn-block + .btn-block.btn-sm {
  margin-top: 16px;
}
.btn-block + .btn-block.btn-lg {
  margin-top: 16px;
}
.btn-block + .btn-block.btn-xl {
  margin-top: 16px;
}
.btn-block + .btn-block.btn-xxl {
  margin-top: 16px;
}

/*** Icon / Empty / Square Buttons ***/

.btn.tb_no_text {
  display: inline-block !important;
  width: 24px;
  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: 32px; padding: 0; }
.btn:not(input).btn-xs:empty,  .btn.tb_no_text.btn-xs  { width: 16px; }
.btn:not(input).btn-sm:empty,  .btn.tb_no_text.btn-sm  { width: 24px; }
.btn:not(input).btn-lg:empty,  .btn.tb_no_text.btn-lg  { width: 40px; }
.btn:not(input).btn-xl:empty,  .btn.tb_no_text.btn-xl  { width: 48px; }
.btn:not(input).btn-xxl:empty, .btn.tb_no_text.btn-xxl { width: 56px; }

.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: 26px;
  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);
}

/*** DSTeckEcom ***/

.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: 160px;
    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: 8px; }
.dropdown-menu.tb_ip_sm { padding: 12px; }
.dropdown-menu.tb_ip_lg { padding: 20px; }
.dropdown-menu.tb_ip_xl { padding: 24px; }
.dropdown-menu.tb_vsep_xs { padding-top: 14.4px; padding-bottom: 14.4px; }
.dropdown-menu.tb_vsep_sm { padding-top: 12px; padding-bottom: 12px; }
.dropdown-menu.tb_vsep_md { padding-top: 8px; padding-bottom: 8px; }
.dropdown-menu.tb_ip_xs.tb_vsep_xs { padding-top: 6.4px; padding-bottom: 6.4px; }
.dropdown-menu.tb_ip_xs.tb_vsep_sm { padding-top: 4px; padding-bottom: 4px; }
.dropdown-menu.tb_ip_xs.tb_vsep_md { padding-top: 0; padding-bottom: 0; }
.dropdown-menu.tb_ip_sm.tb_vsep_xs { padding-top: 11.84px; padding-bottom: 11.84px; }
.dropdown-menu.tb_ip_sm.tb_vsep_sm { padding-top: 8px; padding-bottom: 8px; }
.dropdown-menu.tb_ip_sm.tb_vsep_md { padding-top: 4px; padding-bottom: 4px; }
.dropdown-menu.tb_ip_md.tb_vsep_xs { padding-top: 19.84px; padding-bottom: 19.84px; }
.dropdown-menu.tb_ip_md.tb_vsep_sm { padding-top: 16px; padding-bottom: 16px; }
.dropdown-menu.tb_ip_md.tb_vsep_md { padding-top: 12px; padding-bottom: 12px; }
.dropdown-menu.tb_ip_lg.tb_vsep_xs { padding-top: 22.4px; padding-bottom: 22.4px; }
.dropdown-menu.tb_ip_lg.tb_vsep_sm { padding-top: 20px; padding-bottom: 20px; }
.dropdown-menu.tb_ip_lg.tb_vsep_md { padding-top: 16px; padding-bottom: 16px; }

.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: 4px;
  padding-bottom: 4px;
}
.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: -4px;
  margin-bottom: -4px;
}
.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: -4px;
}
.dropdown-menu:not(.nav-stacked) > li:last-child {
  margin-bottom: -4px;
}
.dropdown-menu > .divider {
  overflow: hidden;
  height: 0;
  margin: 8px -16px 0 -16px;
  padding-top: 0 !important;
  padding-bottom: 8px !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:  17px;
  }

/*** Megamenu ***/

.tb_megamenu > .dropdown-menu {
  width: 1000px;
}
.dropdown-menu > .tb_ip_20 {
  margin: -16px;
}
@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: 16px;
  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: -8px;
  padding-bottom: 8px;
}
.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: 7px;
  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: 11px;
  }
.dropdown-menu .dropdown-menu
{
    margin-left: 17px;
  }
.dropdown-menu .dropdown-menu,
.tb_list_1:not(dropdown-menu) > li > .dropdown-menu
{
  margin-top: -12px;
}
.dropdown-menu.nav-stacked > .dropdown > .dropdown-menu {
  margin-top: -16px;
}
.dropdown-menu.nav-stacked > .dropdown:after {
  margin-top: 3px;
}

/*  -----------------------------------------------------------------------------------------
    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: -2px !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: -4px;
  margin-right: -4px;
  padding-left: 4px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 4px;
}

/*** 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;
}

/*** DSTeckEcom ***/

.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: 32px;
  border-radius: inherit;
}
.input-group-addon {
  padding:   4px 8px;
  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: 24px;
}
.input-group-lg .input-group-btn,
.input-group-lg .input-group-addon
{
  min-width: 40px;
}
.input-group-xl .input-group-btn,
.input-group-xl .input-group-addon
{
  min-width: 48px;
}
.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: 32px;
    line-height: 32px;
  }
  .input-group-btn > .btn.tb_no_text {
    width: 32px;
  }
}.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(1200px - 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:    7px;
  padding-bottom: 7px;
  -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: 8px;
}
.nav-tabs.vtabs.tb_style_1 > li:first-child > a {
  padding-top: 7px;
}
.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: 8px;
}
.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:    4px;
  padding-bottom: 4px;
}
.panel-heading + .tb_tabs .nav-tabs:not(.vtabs) {
  position: absolute;
  top: 0;
  margin-top: -4px;
}
.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: 16px;
}

/*** 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: 1040px) {

  /*  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: 8px 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: 24px;
  height: 24px;
  line-height: 24px;
  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: -24px;
  padding-top: 24px;
}

@media (max-width: 768px) {
  .pagination {
    text-align: center;
  }
  .pagination * {
    float: none !important;
  }
  .pagination .links {
    float: none;
    margin-bottom: 8px;
  }
}
.alert {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 48px;
  margin-bottom: 24px;
  padding: 15px;
}
.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: 8px;
  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: 16px;
}
.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*="DSTeckEcom/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: 16px;
}
.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: 16px 24px;
  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: 14px;
    display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  line-height: 20px;
  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: 24px;
}
.modal-body > .close {
  top: 20px;
  right: 20px;
  margin: 0;
}

/*** Footer ***/

.modal-footer {
  padding: 16px;
  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: 18px;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 3px;
    margin-left: 2px;
    padding: 0px;
}
.product-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -16px;
}
.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: 24px;
  padding-left: 16px;
}
.product-filter .display {
      -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: -8px;
}
.product-filter .display > * {
  margin-left: 8px;
}
.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: -16px 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: 16px;
  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: 16px 8px !important;
}
.cart-info tbody td:first-child {
    padding-left: 16px;
  }
.cart-info tbody td:last-child {
    padding-right: 16px;
  }
.cart-info .image img {
  max-width: 64px;
}
.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: 4px;
}
.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: 32px;
  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: 8px;
    background-color: transparent;
}
.cart-info .action a {
    margin-left: 8px;
  }
.cart-info span.stock {
  color: red;
  font-weight: bold;
}
.cart-info + .cart-total {
  margin-top: 16px;
}
.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: 8px !important;
  line-height: 24px;
  font-size: 19px;
}

/*** Mini ***/

.mini-cart-info {
  margin-bottom: 16px;
}
.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: 48px;
}
.mini-cart-info .name > a {
  font-size: 14px !important;
}
.mini-cart-info td {
  padding-top: 8px;
  padding-bottom: 7px;
}
.mini-cart-total {
  position: relative;
  margin-top: -16px !important;
  padding-top: 16px;
}
.mini-cart-total table {
  float: none !important;
  max-width: none;
}
.mini-cart-total tr:last-child td {
  line-height: 16px;
  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: 8px;
}


/*** 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: 16px;
    padding: 0 130px 16px 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: 16px;
    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: 90px !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: 24px;
}
.cart-info.tb_max_w_500 .quantity input[type=image] {
  display: none;
}
.cart-info.tb_max_w_500 .return {
  top: 24px;
}
.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: 8px !important;
}
.cart-info.tb_max_w_500 .remove {
  position: absolute;
  top: 24px;
    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: 8px;
}
.cart-info.tb_max_w_300 .name {
  margin-top: 16px;
}
.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: 8px;
}
.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: -24px;
}
.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: 16px;
  vertical-align: top;
}
.tb_review .tb_author {
  margin-bottom: 8px;
}
.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: 8px;
    margin-right: 8px;
  }
.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: 16px;
  padding-top: 16px;
}

/*  Submit Buttons   --------------------------------------------------------------------  */

.buttons {
  position: relative;
  z-index: 1;
  clear: both;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
}
.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:        40px;
  line-height:   40px !important;
  margin-top:    0px;
  margin-bottom: 0px;
  padding-left:  20px;
  padding-right: 20px;
  font-size:     14px;
}
.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: 16px;
    padding-top: 16px;
  }
  .buttons .left,
  .buttons .right,
  .buttons .pull-left,
  .buttons .pull-right
  {
    display: block;
    width: 100%;
    text-align: initial;
  }
  .buttons > * + * {
    margin-top: 20px;
  }
  .buttons .checkbox,
  .buttons .radio
  {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .buttons i.fa.fa-circle-o-notch.fa-spin,
  .buttons i.fa.fa-circle-o-notch.fa-spin
  {
        margin-left: 8px;
        vertical-align: middle;
  }
  .buttons .tb_button_forgotten {
    display: block;
    float: none;
    margin-bottom: 16px;
  }
  .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: 8px !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: 144px;
}
#login_form fieldset,
.account-login form fieldset,
.affiliate-login form fieldset
{
  min-width: 0;
  min-height: 112px;
}
@media (max-width: 768px) {
  #content .login-content > .left + .right {
    position: relative;
    padding-top: 24px;
  }
  #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: 16px;
}
.tb_order_info .tb_products tfoot > tr:last-child > td {
  padding-top: 8px;
  padding-bottom: 16px;
}
.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: 8px 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tb_alphabet_index p > * {
  display: inline-block;
  line-height: 16px;
  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: 16px 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: 16px;
    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: 24px;
}
#cart_modules .ui-state-default,
#cart_modules .ui-state-default *
{
  color: inherit !important;
}
#cart_modules .ui-accordion-content {
  margin: 0;
  padding: 24px 0;
}
#cart_modules .ui-accordion-content-active:last-child {
  padding-bottom: 24px;
}
#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: 8px;
  }
#cart_modules form > input[type=text] {
  margin-top: 8px;
    margin-right: 8px;
  }
#cart_modules form > .button,
#cart_modules form > .btn
{
  height: 24px;
  margin-top: 8px;
  padding: 0 8px;
  line-height: 24px;
  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: 16px;
    text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.tb_new_customer_box,
.tb_login_box
{
  min-height: 176px;
}
.checkout select[size] {
  width: 100%;
  margin-bottom: 8px;
}
.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: 8px;
  }
  .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: 16px;
  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: 16px;
  border-width: 5px;
  border-style: solid;
}

/*  ---   Product   ---------------------------------------------------------------------  */

#product {
  position: relative;
}
#review .pagination {
  overflow: visible;
  margin-bottom: 0;
}
#review .pagination > * {
  padding-top: 16px;
}
#review .pagination .links {
    margin-right: 20px;
  }
#review .pagination .results:first-child:last-child {
    float: left;
    padding-top: 20px;
}
#review + .btn {
    clear: right;
  float: right;
    margin-top: 16px;
}
#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://mkateb.com/catalog/view/theme/DSTeckEcom/image/cursor_zoom.cur'), auto !important;
}
#product_images .tb_zoom_click.tb_zoomed {
  z-index: 6;
  cursor: url('https://mkateb.com/catalog/view/theme/DSTeckEcom/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: 16px;
  }
}


/*  ---  Returns  -----------------------------------------------------------------------  */

.return-product,
.return-detail
{
  clear: both;
  margin-top: 16px;
  margin-bottom: 16px;
  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: 4px;
}
.return-reason input[type=radio] {
    margin-right: 0.5em;
  }
.return-opened b {
  display: inline-block;
  margin-bottom: 4px;
}

/*** 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: 24px;
  padding-top: 24px;
}
.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: 8px !important;
  line-height: 24px;
  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: 16px;
}
#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: 16px;
}
#shipping_quote p + .radio,
#collapse-shipping-method p + .radio
{
  margin-top: -16px;
}
#collapse-shipping-method textarea,
#collapse-payment-method textarea
{
  width: 100%;
}
#button-shipping {
  margin-top: 16px !important;
}
#cart_form + h2,
#cart_form + h2 + p
{
  display: none;
}
#cart_form .name .label {
  margin-top: 8px;
  vertical-align: bottom;
}
.checkout-cart .tb_system_page_content .cart-total {
  margin-top: 24px;
}
#collapse-coupon label,
#collapse-reward label,
#collapse-voucher label
{
  display: block;
  float: none;
  width: auto;
  max-width: none;
  margin: 0 0 8px 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: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  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: 'Home';
}
.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: 24px;
}
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next
{
  width: 24px;
  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: 24px;
}
.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: 24px !important;
  line-height: 24px !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: 4px;
  }
.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: 8px;
}
.options .checkbox.image > label input,
.options .radio.image > label input,
.options .checkbox.image > label img,
.options .radio.image > label img
{
    margin-right: 4px;
  }
.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: -8px;
  margin-left: -8px;
}
.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: 8px;
  margin-left: 8px;
  padding: 0 !important;
}
.options .tb_style_2 .checkbox > label,
.options .tb_style_2 .radio > label
{
  display: block;
  height: 32px;
  min-width: 32px;
  margin: 0 !important;
  padding: 0 6.4px;
  line-height: 32px;
  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: 8px;
  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: 16px;
}
.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: 16px;
}
.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: 4px;
    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: 7px 15px;
  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: -8px -16px;
}
.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: 24px;
  padding-bottom: 24px;
}
.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: 4px;
  padding-bottom: 4px;
}
.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: 16px;
  padding-bottom: 16px;
}
.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: 4px;
  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: -24px;
}
.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: 24px;
  font-size: 18px;
  font-weight: 600;
}
.tb_counter.tb_style_1 .tb_counter_time > span:after {
  line-height: 16px;
  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: 'Days'; }
.tb_counter.tb_style_1 .tb_counter_hours:after   { content: 'Hours'; }
.tb_counter.tb_style_1 .tb_counter_minutes:after { content: 'Minutes'; }
.tb_counter.tb_style_1 .tb_counter_seconds:after { content: 'Seconds'; }.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: 8px;
    vertical-align: middle;
}
select + span.wait,
select + i.fa.fa-circle-o-notch.fa-spin
{
    margin-left: 8px;
    margin-top: -0.2em;
}
.button + span.wait,
.btn + span.wait,
.btn + i.fa.fa-circle-o-notch.fa-spin
{
    margin-left: 8px;
  }
.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: 4px 0 0 0;
  padding: 0;
  border: none;
}

.tb_item:after {
  content: '';
  clear: both;
  display: table;
}
.tb_listing {
  position: relative;
  clear: both;
  margin-bottom: 24px;
}
/*
.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: 24px;
}
.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: 16px;
}
.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: 12px !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: 16px;
  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: 4px;
    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:  32px !important;
  margin-right: 32px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_0.tb_multiline:not(.tb_slider) {
  margin-left:  32px !important;
  margin-right: 32px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_10.tb_multiline:not(.tb_slider) {
  margin-left:  22px !important;
  margin-right: 22px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_20.tb_multiline:not(.tb_slider) {
  margin-left:  12px !important;
  margin-right: 12px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_30.tb_multiline:not(.tb_slider) {
  margin-left:  2px !important;
  margin-right: 2px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_40.tb_multiline:not(.tb_slider) {
  margin-left:  -8px !important;
  margin-right: -8px !important;
}
.has_slider.tb_side_nav .tb_grid_view.tb_gut_50.tb_multiline:not(.tb_slider) {
  margin-left:  -18px !important;
  margin-right: -18px !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: -16px;
  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: 16px;
  margin: 16px 0 0 0;
}
.tb_slider_pagination.tb_compact {
  margin: 8px 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: 6px;
  }
.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: 8px 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;
  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: 8px;
}
.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: 16px;
  }
.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: -8px;
}
.tb_list_view .product-thumb .caption > * {
  -ms-flex-order: 5;
   -webkit-order: 5;
           order: 5;
}
.tb_list_view .product-thumb .caption > * + * {
  margin-top: 8px;
}
.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: 8px;
  margin-bottom: 16px;
}
.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: 8px 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: -8px;
  margin-bottom: -8px;
}
.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: 16px;
    text-align: right;
  }
.tb_list_view .tb_label_stock_status {
  margin-top: 16px;
}
.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: 16px;
}
.tb_list_view .product-thumb .tb_button_add_to_cart .btn.btn-md {
  top: 4px;
}
.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: 16px !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: 16px;
}
.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: 8px;
  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: 8px 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: 8px;
  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: 24px;
  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: 16px;
  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: -16px;
}
.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: 8px;
  }
  .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: -56px;
  -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: 24px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-sm + .tb_pos_br { right: 32px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-md + .tb_pos_br { right: 40px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-lg + .tb_pos_br { right: 48px !important; }

.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-xs + .tb_pos_br + .tb_pos_br { right: 48px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-sm + .tb_pos_br + .tb_pos_br { right: 64px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-md + .tb_pos_br + .tb_pos_br { right: 80px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_br.btn-lg + .tb_pos_br + .tb_pos_br { right: 96px !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: 24px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-sm + .tb_pos_bl { left: 32px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-md + .tb_pos_bl { left: 40px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-lg + .tb_pos_bl { left: 48px !important; }

.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-xs + .tb_pos_bl + .tb_pos_bl { left: 48px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-sm + .tb_pos_bl + .tb_pos_bl { left: 64px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-md + .tb_pos_bl + .tb_pos_bl { left: 80px !important; }
.tb_grid_view.tb_buttons_1 .tb_pos_bl.btn-lg + .tb_pos_bl + .tb_pos_bl { left: 96px !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: -8px; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-sm:not([style*="margin"]) { margin-left: -12px; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-md:not([style*="margin"]) { margin-left: -16px; }
.tb_grid_view.tb_buttons_1 .tb_pos_b.btn-lg:not([style*="margin"]) { margin-left: -20px; }

.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"])      { margin-left: -32px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"])      { margin-left: -44px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"])      { margin-left: -56px; }
.tb_buttons_config--cart_b--compare_b--wishlist_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"])      { margin-left: -68px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"])     { margin-left: -32px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"])     { margin-left: -44px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"])     { margin-left: -56px; }
.tb_buttons_config--cart_b--compare_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"])     { margin-left: -68px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"])    { margin-left: -32px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"])    { margin-left: -44px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"])    { margin-left: -56px; }
.tb_buttons_config--cart_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"])    { margin-left: -68px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-xs:not([style*="margin"]) { margin-left: -32px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-sm:not([style*="margin"]) { margin-left: -44px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-md:not([style*="margin"]) { margin-left: -56px; }
.tb_buttons_config--compare_b--wishlist_b--quickview_b .tb_button_add_to_cart.tb_pos_b.btn-lg:not([style*="margin"]) { margin-left: -68px; }

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

.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: -20px; }
.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: -28px; }
.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: -36px; }
.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: -44px; }

.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:  4px; }

.tb_grid_view.tb_buttons_2 .product-thumb .button-group {
  z-index: 5;
  position: absolute;
  left: 8px;
  right: 8px;
  top: -48px;
  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: -16px;
  margin-left: -16px;
  margin-right: -16px;
}

/*  -----------------------------------------------------------------------------------------
    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: -8px;
}
.tb_tags.tb_style_label li {
  display: inline-block;
  margin: 8px 8px 0 8px;
  vertical-align: top;
}
.tb_tags.tb_style_label a {
  position: relative;
  display: block;
  float: left;
  line-height: 16px;
  white-space: nowrap;
  font-size: 11px;
  padding: 0 8px 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: -8px;
  border-right: 8px solid;
    border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
}
.tb_tags.tb_style_label a:after {
  top: 50%;
    left: -2px;
    width: 4px;
  height: 4px;
  margin-top: -2.8px;
  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: 16px;
}
#cart.tb_hovered .dropdown-menu {
  display: block;
}
#cart .buttons {
  margin-top: 16px;
  padding-top: 16px;
  text-align: center;
}
#cart .btn {
  text-transform: none;
}

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

.tb_wt_header_currency_menu_system li:not(:last-child) {
    margin-right: 8px;
  }
.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: 8px;
  }
.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, #site_logo svg {
  max-width:  1200px;
  max-height: 500px;
  -webkit-transition: all 1.3s;
          transition: all 1.3s;
}

@media (max-width: 480px) {
  #site_logo img, #site_logo svg {
        max-height: 40px;  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #site_logo img, #site_logo svg {
        max-height: 60px;  }
}
@media (min-width: 1041px) {
  #site_logo img, #site_logo svg {
        max-height: 65px;  }
}

.tbStickyScrolled #site_logo img,
.tbStickyScrolled #site_logo svg,
.tbStickyRow #site_logo img,
.tbStickyRow #site_logo svg
{
    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: 20px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-sm input {
  text-indent: 16px;
}
.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:       32px;
  line-height: 32px;
  text-align: center;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-sm:before {
  width:       24px;
  margin-top:  0px;
  line-height: 24px;
}
.tb_wt_header_search_system.tb_style_3 .tb_search_wrap.form-group-lg:before {
  width:       40px;
  margin-top:  0px;
  line-height: 40px;
}
.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: 32px !important;
    height: 32px;
    line-height: 32px !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: 8px;
}
.tb_subcategories.tb_grid_view .tb_subcategory {
  text-align: inherit;
}
.tb_subcategories.tb_cstyle_1 .tb_subcategory .thumbnail {
  margin-bottom: 16px;
}
.tb_subcategories.tb_image_top .tb_subcategory .thumbnail {
  float: none;
}
.tb_subcategories.tb_image_left .tb_subcategory .thumbnail {
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
}
.tb_subcategories.tb_image_right .tb_subcategory .thumbnail {
  float: right;
  margin-left: 16px;
  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: -8px;
}
.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: 8px !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: 40px;
  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: 19px;
}
@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: 8px;
  }
.tb_wt_product_add_to_cart_system .minimum {
  clear: both;
  padding-top: 8px;
  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: 8px;
  }


/*  ---   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: 32px;
  font-size: 24px;
}
.tb_wt_product_price_system .price-old {
  line-height: 24px;
  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: 16px;
  }
  .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: -8px;
  margin-left: -8px;
  margin-right: -8px;
  padding-right: 8px;
}
.tb_share_box > * {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 8px;
}
.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: 8px;
}
.tb_wt_banner .tb_line_1 {
  line-height: 40px;
  font-size: 32px;
}
.tb_wt_banner .tb_line_2 {
  line-height: 32px;
  font-size: 24px;
}
.tb_wt_banner .tb_line_3 {
  line-height: 24px;
  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: 24px;
  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: 16px;
  height: 16px;
  line-height: 16px;
  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: 8px;
}

/*** 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: 16px;
}
.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: 6px;
}
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: 16px;
  }
.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 8px 0 0;
}
.tb_fb_likebox.tb_custom ._8u > * {
  display: inline;
}
.tb_social_box .plm {
  overflow: hidden;
  clear: both;
  padding: 0 0 16px 0;
}
.tb_social_box .plm * {
  display: inline;
}
.tb_social_box .tb_profile + .plm {
  clear: none;
  margin-top: 4px;
}
.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: -16px;
  margin-left: -12px;
  text-align: justify;
  letter-spacing: 10px;
}
.tb_social_box.tb_show_title .uiList {
  margin-top: -8px;
}
.tb_social_box .tb_profile + .plm + .uiList {
  margin-top: 0;
}
.tb_social_box.tb_show_title .tb_profile + .plm + .uiList {
  margin-top: 8px;
}
.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: 12px;
  padding-top: 16px;
  vertical-align: top;
}
.tb_social_box.tb_show_border .uiList li {
  width: 60px;
}
.tb_social_box.tb_show_title .uiList li {
  padding-top: 8px;
}
.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: 16px;
  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 8px 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: 16px;
}
.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: 4px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -4px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 4px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_xs:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 4px;
}

/*** sm spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm .tb_thumbs_wrap {
  margin-top: 8px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -8px;
  padding-top: 8px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 8px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_sm:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 8px;
}

/*** md spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md .tb_thumbs_wrap {
  margin-top: 16px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -16px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 16px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_md:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 16px;
}

/*** lg spacing ***/

.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg .tb_thumbs_wrap {
  margin-top: 24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs > div {
  margin-left: -24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs ul > li {
  padding-left: 24px;
}
.tb_gallery.tb_thumbs_horizontal.tb_thumbs_spacing_lg:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-left: 24px;
}

/*** 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: -4px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 4px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_xs:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 4px;
}

/*** sm spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs_wrap {
  top: -8px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 8px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 8px;
}

/*** md spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs_wrap {
  top: -16px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 16px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_md:not(.tb_thumbs_crop) .tb_thumbs ul > li:not(:first-child) {
  margin-top: 16px;
}

/*** lg spacing ***/

.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs_wrap {
  top: -24px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg.tb_thumbs_crop .tb_thumbs ul > li {
  padding-top: 24px;
}
.tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_lg:not(.tb_thumbs_crop) .tb_thumbs  ul > li:not(:first-child) {
  margin-top: 24px;
}

/*  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: 24px;
}
.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: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  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: 8px;
}

/*  -----------------------------------------------------------------------------------------
    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: 6px;
}
.tb_tweet {
  box-shadow: none !important;
}
.tb_tweet h3 {
    padding-right: 48px;
  }
.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: 16px;
  left: 16px;
  right: 16px;
  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 -16px -40px -16px !important;
  padding: 16px;
  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: -16px !important;
}
.tb_listing.tb_has_hover > .tb_tweet:hover {
  padding-bottom: 40px;
}

.tb_listing.tb_style_1 > .tb_tweet .thumbnail {
    margin: 0 16px 0 0;
  }
.tb_listing.tb_style_1 > .tb_tweet .thumbnail img {
  width: 48px;
}

.tb_tweets .tb_tweet + .tb_tweet {
  margin-top: 16px !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 8px 0 0;
  }
.tb_listing.tb_style_2 > .tb_tweet .thumbnail img {
  width: 32px;
}
.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: 48px;
  }
.tb_listing.tb_style_3 .tb_tweet .tb_item_info:before {
  content: '\201C';
    left: -48px;
    position: absolute;
  top: -8px;
  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: 16px;
}
.tb_wt_menu .h3,
.tb_wt_menu .h3 + .tb_list_1,
.tb_wt_menu .h4,
.tb_wt_menu .h4 + .tb_list_1
{
  margin-bottom: 8px;
}
.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: -20px;
    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: 16px;
  }
.tb_text_wrap ol:not(.list-unstyled) {
  padding-left: 15px;
  list-style: decimal;
}
.tb_text_wrap blockquote {
  position: relative;
    padding: 12px 16px 12px 59px;
    line-height: 24px;
  font-size: 18.2px;
  font-style: italic;
}
.tb_text_wrap blockquote:before {
    content: '\201C';
  left: 16px;
    position: absolute;
  top: 4px;
  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 16px 16px 0;
}
.tb_text_wrap blockquote.pull-right {
  margin: 0 0 16px 16px;
}
.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: 16px;
}
.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: -12px;
  margin-right: -12px;
  margin-bottom: 8px;
    padding-left: 12px;
  }
.tb_article .tb_meta > * {
  position: relative;
  display: inline-block;
    margin-right: 12px;
    margin-bottom: 8px;
  vertical-align: top;
}
.tb_article .tb_meta > * + * {
    padding-left: 12px;
  }
.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: 16px;
  padding-top: 24px;
}
.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: 8px;
  font-weight: 600;
}
.tb_article .tb_read_more span {
  vertical-align: top;
  font-size: 1.2em;
}
.tb_article .tb_comments {
  position: relative;
  padding-top: 24px;
}
.tb_articles + .pagination {
  margin-bottom: 0;
  padding-top: 24px;
}

/*  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: 24px;
  padding-top: 24px;
}
.tb_list_view .tb_article:last-child {
  margin-bottom: 24px;
}
.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: 8px;
}
.tb_compact_view .tb_article .tb_description {
  margin-bottom: 8px;
}
.tb_compact_view .tb_article .tb_meta {
  margin-left: -8px;
  margin-right: -8px;
    padding-left: 8px;
  }
.tb_compact_view .tb_article .tb_meta > * {
    margin-right: 8px;
  }
.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: 12px;
  }


/*  -----------------------------------------------------------------------------------------
    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: 16px;
  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: 240px;
  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: 12px 0;
  padding: 12px;
  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: 16px;
}
.noty_text .thumbnail {
      -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 48px;
    margin-right: 16px;
  }
.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: 8px;
}
.noty_buttons button {
  margin-top: 8px;
}
.noty_buttons button + button {
    margin-left: 4px;
  }
.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: 12px;
    right: 12px;
    letter-spacing: 0;
  word-spacing: 0;
}
.noty_message .noty_close:after {
  display: none;
}
.noty_message h3 {
    padding-right: 24px;
    font-size: 17px;
}
.noty_message .tb_icon,
.noty_message .noty_close.noty_close
{
  width:       24px;
  height:      24px;
  line-height: 24px;
  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: #f5e5c1;
}

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

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

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

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

[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: #ffdd00;
}

[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 .tb_line_1 {
  font-family: 'Titillium Web';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
[class].pr_banner-Hv3Ep .tb_line_2 {
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}
[class].pr_banner-small-PLkJ4 .tb_line_1 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
[class].pr_title-separator-INfHm .tb_separator .tb_title {
  font-family: 'Titillium Web';
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
}
[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: 1200px;
  margin-left: -600px;
}
@media (max-width: 1280px) {
  #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: 24px;
  }
.tbSticky .tb_wt_header_search_system.tbStickyShow + .tb_wt_header_cart_menu_system.tbStickyShow {
    margin-left: 8px;
  }
#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_main_color,
                        .tb_hover_main_color:hover,
                        .colorbox, .agree,
                        .tb_list_1 > li:before,
                        .tb_list_1 > li > a:before
                     {
  color: #4CB84B !important;
}

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

                        .tb_main_color_bg,
                        .tb_hover_main_color_bg:hover
                     {
  background-color: #4CB84B !important;
}

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

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

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

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

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

                        body
                     {
  color: #122e12;
}

                        a:not(:hover)
                     {
  color: #2f2f2f;
}

                        a:hover
                     {
  color: #f28136;
}

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

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

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

                        .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: transparent;
}

                        [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: #4CB84B !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: #4CB84B !important;
}

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

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

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

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

                        [class].tbStickyRow a:hover
                     {
  color: #4CB84B;
}

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

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

                        [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: #4CB84B;
}

                        [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: #e0e0e0;
}

                        [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: #f3f3f3;
}

                        [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: #e3e3e3;
  border-left-color: #e3e3e3;
}

                        [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: #f3f3f3;
  border-right-color: #f3f3f3;
}

                        [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: #f3f3f3;
}

                        [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: #cccccc;
  border-left-color: #cccccc;
}

                        [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: #f3f3f3;
  border-right-color: #f3f3f3;
}

                        [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: #f3f3f3;
}

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

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

                        [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: #222222 !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: transparent !important;
}

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

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

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

                        #sticky_header #cart .nav > li > .heading > a > .tb_items
                     {
  background-color: #4CB84B !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: #222222 !important;
}

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

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

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

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

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

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

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

                        .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: #f28136;
}

                        .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: #122e12;
}

                        .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: #222222;
}

                        .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: #222222 !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:not(:hover):not(.btn-default)
                     {
  background-color: #222222 !important;
}

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

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

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

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

                        [class].dropdown-menu .tb_main_color,
                        [class].dropdown-menu .tb_hover_main_color:hover,
                        [class].dropdown-menu .colorbox,
                        [class].dropdown-menu .agree
                     {
  color: #4CB84B !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: #222222 !important;
}

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

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

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

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

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

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

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

                        [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: #122e12;
}

                        [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: #4CB84B;
}

                        [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: #4CB84B !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 input:focus,
                        .dropdown-menu select:focus,
                        .dropdown-menu textarea:focus,
                        .dropdown-menu .input-group:focus
                     {
  border-top-color: #4CB84B;
  border-left-color: #4CB84B;
}

                        .dropdown-menu input:focus,
                        .dropdown-menu select:focus,
                        .dropdown-menu textarea:focus,
                        .dropdown-menu .input-group:focus
                     {
  border-bottom-color: #4CB84B;
  border-right-color: #4CB84B;
}

                        .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: #122e12;
}

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

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

                        :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: #222222;
}

                        :not(.tb_item_info_hover) .product-thumb .price
                     {
  color: #4CB84B;
}

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

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

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

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

                        :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: #4CB84B !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: #222222 !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: #122e12 !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: #222222 !important;
}

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

                        :not(.tb_item_info_hover) .product-thumb .tb_button_wishlist .btn:not(:hover)
                     {
  background-color: #4CB84B !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: #222222 !important;
}

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

                        :not(.tb_item_info_hover) .product-thumb .tb_button_quickview .btn:not(:hover)
                     {
  background-color: #4CB84B !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: #222222 !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: #4CB84B;
}

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

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

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

                        :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: #122e12;
}

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

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

                        .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: #222222;
}

                        .tb_item_info_hover .product-thumb .price
                     {
  color: #4CB84B;
}

                        .tb_item_info_hover .product-thumb .price-new
                     {
  color: #4CB84B;
}

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

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

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

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

                        .tb_item_info_hover .rating .tb_average
                     {
  color: #122e12;
}

                        .tb_item_info_hover .product-thumb .tb_button_add_to_cart .btn:not(:hover)
                     {
  background-color: #4CB84B !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: #222222 !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: #122e12 !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: #222222 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_compare .btn:hover
                     {
  color: #222222 !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: #222222 !important;
}

                        .tb_item_info_hover .product-thumb .tb_button_quickview .btn:not(:hover)
                     {
  background-color: #4CB84B !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: #222222 !important;
}

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

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

                        .tb_item_info_hover .product-thumb .tb_counter
                     {
  background-color: #4CB84B;
}

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

                        .tb_item_info_hover .product-thumb .tb_counter_label
                     {
  background-color: #4CB84B;
}

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

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

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

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

                        .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: #f3f3f3;
}

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

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

                        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: #f3f3f3;
}

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

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

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

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

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

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

                        .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: #4CB84B !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: #222222 !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: #4CB84B !important;
}

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

                        .btn.btn-default:not(.active):hover
                     {
  background-color: #222222 !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: #122e12;
}

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

                        .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: #122e12;
}

                        .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: transparent;
}

                        .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: #f5f5f5;
}

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

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

                        .tab-content
                     {
  border-color: #f0f0f0;
}

                        .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: #e6e6e6;
}

                        .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: #4CB84B;
}

                        .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: #ffffff;
}

                        .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: #dddddd;
}

                        .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: #c5cbd5;
}

                        .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: transparent;
}

                        .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: #4CB84B;
}

                        .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: #4CB84B;
}

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

                        .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: #4CB84B !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: #f0f0f0;
}

                        .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: #4CB84B !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: #ef3e00;
}

.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: #4CB84B;
}

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

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

.tb_caption .tb_text {
  color: #ffffff;
}

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

                        .tb_slider_controls a:not(:hover)
                     {
  color: #4CB84B;
}

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

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

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

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

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

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

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

                        .pagination a:hover
                     {
  color: #4CB84B;
}

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

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

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

.pagination .results {
  color: #999999;
}

.noty_message {
  color: #122e12;
}

.noty_message a {
  color: #122e12;
}

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

.noty_message {
  background-color: #ffffff;
}

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

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

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

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

                        .tb_area_bottom
                     {
  color: #ffffff;
}

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

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

h1 {
  line-height: 24px;
}
p.tb_empty {
  line-height: 24px;
}
.pagination .results {
  line-height: 24px;
}
.pagination .results:first-child {
  line-height: 16px;
}
.pagination .links a,
.pagination .links b
{
  line-height: 24px;
}
.tb_compact_view .name,
.tb_compact_view .price,
.tb_compact_view h4
{
  line-height: 16px;
}
.options .tb_radio_row.tb_style_2 label,
.options .tb_checkbox_row.tb_style_2 label
{
    margin: 8px 8px 0 0;
    height: 32px;
  line-height: 32px;
}
.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: 1040px) {
  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: 30px;
        -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: 8px !important;
    margin-top: 16px;
  }
  .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: 1041px) {
  .tbMobileMenu {
    display: none;
  }
}.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: 8px;
  }


/*  -------------------------------------------------------------------------------------  */
/*  ---  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: 8px;
}
.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: -16px;
}
.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: 16px;
}
.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 -16px;
  padding: 16px 16px 0 16px;
}
.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: 16px;
}
.tb_menu_brands .tb_letter + .tb_letter {
  margin-top: 8px;
}
.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% + 32px);
}
.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: 16px;
  }
  .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: 1.6px; padding-bottom: 1.6px; }
.tb_vsep_sm > li, .tb_vsep_sm > li > a { padding-top: 4px; padding-bottom: 4px; }
.tb_vsep_md > li, .tb_vsep_md > li > a { padding-top: 8px; padding-bottom: 8px; }
.tb_vsep_lg > li, .tb_vsep_lg > li > a { padding-top: 12px; padding-bottom: 12px; }
.tb_vsep_xs > li > a { margin-top: -1.6px; margin-bottom: -1.6px; }
.tb_vsep_sm > li > a { margin-top: -4px; margin-bottom: -4px; }
.tb_vsep_md > li > a { margin-top: -8px; margin-bottom: -8px; }
.tb_vsep_lg > li > a { margin-top: -12px; margin-bottom: -12px; }
.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;
  }
}
@media (max-width: 768px) {
  #intro .tbMainNavigation .dropdown-menu {
    display: block !important;
    overflow: hidden;
    height: 0;
  }
}

/*  -----------------------------------------------------------------------------------------
    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:not(.tb_hovered):hover > .dropdown-menu {
  transform: translateY(20px);
}
.tab-content > .dropdown:hover > .dropdown-menu,
.tb_hovered > .dropdown-menu
{
  transform: translateY(0) !important;
}
.dropdown:after {
  border-color: rgba(0,0,0,0.02);
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
          transform: rotate(45deg) translateX(15px) translateY(15px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
          transition: opacity 0.3s, transform 0.3s;
}
.dropdown:hover:after {
  -webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
          transform: rotate(45deg) translateX(15px) translateY(15px);
}
.dropdown.tb_hovered:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
          transform: rotate(45deg) translateX(0) translateY(0);
}

/*** 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);
}
.nav-stacked   .dropdown:after,
.dropdown-menu .dropdown:after,
.tb_list_1 >   .dropdown:after
{
  -webkit-transform: rotate(-45deg) translateX(15px) translateY(15px);
          transform: rotate(-45deg) translateX(15px) translateY(15px);
}
.nav-stacked   .dropdown:hover:after,
.dropdown-menu .dropdown:hover:after,
.tb_list_1 >   .dropdown:hover:after
{
  -webkit-transform: rotate(-45deg) translateX(15px) translateY(15px);
          transform: rotate(-45deg) translateX(15px) translateY(15px);
}
.nav-stacked   .dropdown.tb_hovered:after,
.dropdown-menu .dropdown.tb_hovered:after,
.tb_list_1 >   .dropdown.tb_hovered:after
{
  -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
          transform: rotate(-45deg) translateX(0) translateY(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: 24px;
  font-size: 18px;
}
.tbBigSaleLabel .tb_label_special
{
  width: 80px;
  height: 80px;
  line-height: 32px;
  font-size: 24px;
}

/*  Modal / Dialog   --------------------------------------------------------------------- */

.modal-content {
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
}

/*  Noty message   ----------------------------------------------------------------------- */

.noty_message {
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

/*  Tooltip   ---------------------------------------------------------------------------- */

.tooltip-inner {
  font-size: 13px;
}

/*  -----------------------------------------------------------------------------------------
    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: 32px;
  height: 48px;
  margin-top: -24px !important;
  margin-left:  0 !important;
  margin-right: 0 !important;
  line-height: 48px;
  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;
}

